Commit 1e81d555 authored by Grigory Fedorov's avatar Grigory Fedorov

Merge branch 'next-gen' into develop

Conflicts:
	app/src/main/AndroidManifest.xml
	app/src/main/res/values-es/about_viewer.xml
	app/src/main/res/values-es/account_editor.xml
	app/src/main/res/values-es/change_log.xml
	app/src/main/res/values-es/chat_viewer.xml
	app/src/main/res/values-es/contact_editor.xml
	app/src/main/res/values-es/contact_list.xml
	app/src/main/res/values-es/market.xml
	app/src/main/res/values-es/notification_bar.xml
	app/src/main/res/values-es/phrase_editor.xml
	app/src/main/res/values-es/preference_editor.xml
	app/src/main/res/values-es/status_editor.xml
	app/src/main/res/values-fr/about_viewer.xml
	app/src/main/res/values-fr/account_editor.xml
	app/src/main/res/values-fr/change_log.xml
	app/src/main/res/values-fr/chat_viewer.xml
	app/src/main/res/values-fr/contact_editor.xml
	app/src/main/res/values-fr/contact_viewer.xml
	app/src/main/res/values-fr/market.xml
	app/src/main/res/values-fr/phrase_editor.xml
	app/src/main/res/values-it/about_viewer.xml
	app/src/main/res/values-it/account_list.xml
	app/src/main/res/values-it/contact_editor.xml
	app/src/main/res/values-it/contact_list.xml
	app/src/main/res/values-it/contact_viewer.xml
	app/src/main/res/values-it/secret_viewer.xml
	app/src/main/res/values-it/status_editor.xml
	app/src/main/res/values-it/words.xml
	app/src/main/res/values-ja/about_viewer.xml
	app/src/main/res/values-ja/account_editor.xml
	app/src/main/res/values-ja/account_list.xml
	app/src/main/res/values-ja/chat_viewer.xml
	app/src/main/res/values-ja/contact_editor.xml
	app/src/main/res/values-ja/contact_list.xml
	app/src/main/res/values-ja/contact_viewer.xml
	app/src/main/res/values-ja/fingerprint_viewer.xml
	app/src/main/res/values-ja/market.xml
	app/src/main/res/values-ja/muc_editor.xml
	app/src/main/res/values-ja/notification_bar.xml
	app/src/main/res/values-ja/phrase_editor.xml
	app/src/main/res/values-ja/preference_editor.xml
	app/src/main/res/values-ja/secret_viewer.xml
	app/src/main/res/values-ja/status_editor.xml
	app/src/main/res/values-ja/words.xml
	app/src/main/res/values-nl/about_viewer.xml
	app/src/main/res/values-nl/account_editor.xml
	app/src/main/res/values-nl/change_log.xml
	app/src/main/res/values-nl/chat_viewer.xml
	app/src/main/res/values-nl/contact_editor.xml
	app/src/main/res/values-nl/market.xml
	app/src/main/res/values-nl/phrase_editor.xml
	app/src/main/res/values-nl/preference_editor.xml
	app/src/main/res/values-nl/status_editor.xml
	app/src/main/res/values-ru/chat_viewer.xml
	app/src/main/res/values-sk/about_viewer.xml
	app/src/main/res/values-sk/account_editor.xml
	app/src/main/res/values-sk/change_log.xml
	app/src/main/res/values-sk/chat_viewer.xml
	app/src/main/res/values-sk/contact_editor.xml
	app/src/main/res/values-sk/market.xml
	app/src/main/res/values-sk/phrase_editor.xml
	app/src/main/res/values-sv-rSE/about_viewer.xml
	app/src/main/res/values-sv-rSE/account_list.xml
	app/src/main/res/values-sv-rSE/contact_editor.xml
	app/src/main/res/values-sv-rSE/contact_viewer.xml
	app/src/main/res/values-sv-rSE/muc_editor.xml
	app/src/main/res/values-zh-rCN/about_viewer.xml
	app/src/main/res/values-zh-rCN/account_editor.xml
	app/src/main/res/values-zh-rCN/account_list.xml
	app/src/main/res/values-zh-rCN/chat_viewer.xml
	app/src/main/res/values-zh-rCN/contact_editor.xml
	app/src/main/res/values-zh-rCN/contact_list.xml
	app/src/main/res/values-zh-rCN/contact_viewer.xml
	app/src/main/res/values-zh-rCN/muc_editor.xml
	app/src/main/res/values-zh-rCN/notification_bar.xml
	app/src/main/res/values-zh-rCN/secret_viewer.xml
	app/src/main/res/values-zh-rCN/status_editor.xml
	app/src/main/res/values-zh-rCN/words.xml
	app/src/main/res/values-zh-rTW/account_editor.xml
	app/src/main/res/values-zh-rTW/account_list.xml
	app/src/main/res/values-zh-rTW/chat_viewer.xml
	app/src/main/res/values-zh-rTW/contact_editor.xml
	app/src/main/res/values-zh-rTW/contact_list.xml
	app/src/main/res/values-zh-rTW/notification_bar.xml
	app/src/main/res/values-zh-rTW/secret_viewer.xml
	app/src/main/res/values-zh-rTW/status_editor.xml
	app/src/main/res/values-zh-rTW/words.xml
	app/src/main/res/values/connections.xml
	app/src/main/res/values/versions.xml
parents 0dfa1477 f45ab150
...@@ -2,12 +2,14 @@ apply plugin: 'com.android.application' ...@@ -2,12 +2,14 @@ apply plugin: 'com.android.application'
android { android {
compileSdkVersion 21 compileSdkVersion 21
buildToolsVersion "21.1.1" buildToolsVersion "21.1.2"
defaultConfig { defaultConfig {
applicationId "com.xabber.androiddev" applicationId "com.xabber.androiddev"
minSdkVersion 7 minSdkVersion 14
targetSdkVersion 21 targetSdkVersion 21
versionCode 85
versionName '0.10.1'
} }
buildTypes { buildTypes {
......
...@@ -13,21 +13,35 @@ ...@@ -13,21 +13,35 @@
along with this program. If not, see http://www.gnu.org/licenses/. along with this program. If not, see http://www.gnu.org/licenses/.
--> -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.xabber.androiddev" package="com.xabber.androiddev">
android:versionCode="86"
android:versionName="@string/application_version" <uses-feature android:name="android.hardware.touchscreen" android:required="false" />
android:installLocation="auto" <uses-feature android:name="android.hardware.location" android:required="false" />
> <uses-feature android:name="android.hardware.location.gps" android:required="false" />
<uses-permission android:name="android.permission.READ_CONTACTS" />
<uses-permission android:name="android.permission.WRITE_CONTACTS" />
<uses-permission android:name="android.permission.AUTHENTICATE_ACCOUNTS" />
<uses-permission android:name="android.permission.MANAGE_ACCOUNTS" />
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
<uses-permission android:name="android.permission.READ_SYNC_SETTINGS" />
<uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<application <application
android:debuggable="true"
android:label="@string/application_name" android:label="@string/application_name"
android:icon="@drawable/ic_launcher" android:icon="@drawable/ic_launcher"
android:name="com.xabber.android.data.Application" android:name="com.xabber.android.data.Application"
> android:theme="@style/Theme.Light"
android:allowBackup="true">
<activity <activity
android:label="@string/application_name" android:label="@string/application_name"
android:name="com.xabber.android.ui.ContactList" android:name="com.xabber.android.ui.ContactList"
android:theme="@style/Theme.NoTitleBar"
android:launchMode="singleTop" android:launchMode="singleTop"
> >
<intent-filter> <intent-filter>
...@@ -64,90 +78,159 @@ ...@@ -64,90 +78,159 @@
</activity> </activity>
<activity <activity
android:name="com.xabber.android.ui.LoadActivity" android:name="com.xabber.android.ui.LoadActivity"
android:theme="@style/Theme.NoTitleBar"
/> />
<activity <activity
android:label="@string/about_viewer" android:label="@string/about_viewer"
android:name="com.xabber.android.ui.AboutViewer" android:name="com.xabber.android.ui.AboutViewer"
android:theme="@style/Theme" android:parentActivityName="com.xabber.android.ui.PreferenceEditor"
/> >
<!-- Parent activity meta-data to support 4.0 and lower -->
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value="com.xabber.android.ui.PreferenceEditor" />
</activity>
<activity <activity
android:label="@string/preference_accounts" android:label="@string/preference_accounts"
android:name="com.xabber.android.ui.AccountList" android:name="com.xabber.android.ui.AccountList"
android:theme="@style/Theme" android:parentActivityName="com.xabber.android.ui.PreferenceEditor"
/> >
<!-- Parent activity meta-data to support 4.0 and lower -->
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value="com.xabber.android.ui.PreferenceEditor" />
</activity>
<activity <activity
android:label="@string/account_editor" android:label="@string/account_editor"
android:name="com.xabber.android.ui.AccountEditor" android:name="com.xabber.android.ui.AccountEditor"
android:theme="@style/Theme" android:parentActivityName="com.xabber.android.ui.AccountList"
/> >
<!-- Parent activity meta-data to support 4.0 and lower -->
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value="com.xabber.android.ui.AccountList" />
</activity>
<activity <activity
android:label="@string/chat_list" android:label="@string/chat_list"
android:name="com.xabber.android.ui.ChatList" android:name="com.xabber.android.ui.ChatList"
android:theme="@android:style/Theme.Dialog" android:parentActivityName="com.xabber.android.ui.ContactList"
/> >
<!-- Parent activity meta-data to support 4.0 and lower -->
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value="com.xabber.android.ui.ContactList" />
</activity>
<activity <activity
android:label="@string/occupant_list" android:label="@string/occupant_list"
android:name="com.xabber.android.ui.OccupantList" android:name="com.xabber.android.ui.OccupantList"
android:theme="@android:style/Theme.Dialog"
/> />
<activity <activity
android:label="@string/chat_viewer" android:label="@string/chat_viewer"
android:name="com.xabber.android.ui.ChatViewer" android:name="com.xabber.android.ui.ChatViewer"
android:theme="@style/Theme.Light.NoTitleBar"
android:windowSoftInputMode="adjustResize" android:windowSoftInputMode="adjustResize"
android:launchMode="singleTop" android:launchMode="singleTop"
android:parentActivityName="com.xabber.android.ui.ContactList"
> >
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MAIN" /> <action android:name="android.intent.action.MAIN" />
</intent-filter> </intent-filter>
<!-- Parent activity meta-data to support 4.0 and lower -->
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value="com.xabber.android.ui.ContactList" />
</activity> </activity>
<activity <activity
android:label="@string/contact_editor" android:label="@string/contact_editor"
android:name="com.xabber.android.ui.ContactEditor" android:name="com.xabber.android.ui.ContactEditor"
android:theme="@style/Theme.NoTitleBar" android:parentActivityName="com.xabber.android.ui.ContactList"
/> >
<!-- Parent activity meta-data to support 4.0 and lower -->
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value="com.xabber.android.ui.ContactList" />
</activity>
<activity <activity
android:label="@string/contact_add" android:label="@string/contact_add"
android:name="com.xabber.android.ui.ContactAdd" android:name="com.xabber.android.ui.ContactAdd"
android:theme="@style/Theme" android:parentActivityName="com.xabber.android.ui.AccountList"
/> >
<!-- Parent activity meta-data to support 4.0 and lower -->
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value="com.xabber.android.ui.AccountList" />
</activity>
<activity <activity
android:label="@string/account_add" android:label="@string/account_add"
android:name="com.xabber.android.ui.AccountAdd" android:name="com.xabber.android.ui.AccountAdd"
android:theme="@style/Theme" android:parentActivityName="com.xabber.android.ui.AccountList"
/> >
<!-- Parent activity meta-data to support 4.0 and lower -->
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value="com.xabber.android.ui.AccountList" />
</activity>
<activity <activity
android:label="@string/account_oauth" android:label="@string/account_oauth"
android:name="com.xabber.android.ui.OAuthActivity" android:name="com.xabber.android.ui.OAuthActivity"
android:theme="@style/Theme"
/> />
<activity <activity
android:label="@string/muc_add" android:label="@string/muc_add"
android:name="com.xabber.android.ui.MUCEditor" android:name="com.xabber.android.ui.MUCEditor"
android:theme="@style/Theme" android:parentActivityName="com.xabber.android.ui.ContactList"
/> >
<!-- Parent activity meta-data to support 4.0 and lower -->
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value="com.xabber.android.ui.ContactList" />
</activity>
<activity <activity
android:label="@string/status_editor" android:label="@string/status_editor"
android:name="com.xabber.android.ui.StatusEditor" android:name="com.xabber.android.ui.StatusEditor"
android:theme="@style/Theme" android:parentActivityName="com.xabber.android.ui.ContactList"
/> >
<!-- Parent activity meta-data to support 4.0 and lower -->
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value="com.xabber.android.ui.ContactList" />
</activity>
<activity <activity
android:label="@string/preference_editor" android:label="@string/preference_editor"
android:name="com.xabber.android.ui.PreferenceEditor" android:name="com.xabber.android.ui.PreferenceEditor"
android:theme="@style/Theme" android:parentActivityName="com.xabber.android.ui.ContactList"
/> >
<!-- Parent activity meta-data to support 4.0 and lower -->
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value="com.xabber.android.ui.ContactList" />
</activity>
<activity <activity
android:label="@string/chat_settings" android:label="@string/chat_settings"
android:name="com.xabber.android.ui.ChatEditor" android:name="com.xabber.android.ui.ChatEditor"
android:theme="@style/Theme" android:parentActivityName="com.xabber.android.ui.ChatViewer"
/> >
<!-- Parent activity meta-data to support 4.0 and lower -->
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value="com.xabber.android.ui.ChatViewer" />
</activity>
<activity <activity
android:label="@string/contact_viewer" android:label="@string/contact_viewer"
android:name="com.xabber.android.ui.ContactViewer" android:name="com.xabber.android.ui.ContactViewer"
android:theme="@style/Theme"
android:icon="@drawable/ic_information" android:icon="@drawable/ic_information"
android:parentActivityName="com.xabber.android.ui.ContactList"
> >
<!-- Parent activity meta-data to support 4.0 and lower -->
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value="com.xabber.android.ui.ContactList" />
<intent-filter> <intent-filter>
<action android:name="android.intent.action.VIEW" /> <action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.DEFAULT" />
...@@ -159,17 +242,25 @@ ...@@ -159,17 +242,25 @@
<activity <activity
android:name="com.xabber.android.ui.FingerprintViewer" android:name="com.xabber.android.ui.FingerprintViewer"
android:label="@string/otr_verify_fingerprint" android:label="@string/otr_verify_fingerprint"
android:theme="@style/Theme.NoTitleBar" android:parentActivityName="com.xabber.android.ui.ChatViewer"
/> >
<!-- Parent activity meta-data to support 4.0 and lower -->
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value="com.xabber.android.ui.ChatViewer" />
</activity>
<activity <activity
android:name="com.xabber.android.ui.QuestionViewer" android:name="com.xabber.android.ui.QuestionViewer"
android:label="@string/otr_verify_fingerprint" android:label="@string/otr_verify_fingerprint"
android:theme="@style/Theme.NoTitleBar" android:parentActivityName="com.xabber.android.ui.ChatViewer"
/> >
<activity <!-- Parent activity meta-data to support 4.0 and lower -->
android:name="com.xabber.android.ui.OpenSourceViewer" <meta-data
android:theme="@style/Theme.NoTitleBar" android:name="android.support.PARENT_ACTIVITY"
/> android:value="com.xabber.android.ui.ChatViewer" />
</activity>
<activity <activity
android:name="com.xabber.android.ui.ContactSubscription" android:name="com.xabber.android.ui.ContactSubscription"
/> />
...@@ -187,12 +278,10 @@ ...@@ -187,12 +278,10 @@
/> />
<activity <activity
android:name="com.xabber.android.ui.PhraseList" android:name="com.xabber.android.ui.PhraseList"
android:theme="@style/Theme"
android:label="@string/events_phrases_title" android:label="@string/events_phrases_title"
/> />
<activity <activity
android:name="com.xabber.android.ui.PhraseEditor" android:name="com.xabber.android.ui.PhraseEditor"
android:theme="@style/Theme"
/> />
<activity <activity
android:name="com.xabber.android.ui.ReconnectionActivity" android:name="com.xabber.android.ui.ReconnectionActivity"
...@@ -205,8 +294,9 @@ ...@@ -205,8 +294,9 @@
android:noHistory="true" android:noHistory="true"
android:stateNotNeeded="true" android:stateNotNeeded="true"
android:excludeFromRecents="true" android:excludeFromRecents="true"
android:theme="@android:style/Theme.NoDisplay"
/> />
<service android:name="com.xabber.android.service.XabberService" /> <service android:name="com.xabber.android.service.XabberService" />
<service <service
android:name="com.xabber.android.service.SyncAdapterService" android:name="com.xabber.android.service.SyncAdapterService"
...@@ -241,21 +331,4 @@ ...@@ -241,21 +331,4 @@
<receiver android:name="com.xabber.android.receiver.GoXaReceiver" /> <receiver android:name="com.xabber.android.receiver.GoXaReceiver" />
<receiver android:name="com.xabber.android.receiver.ComposingPausedReceiver" /> <receiver android:name="com.xabber.android.receiver.ComposingPausedReceiver" />
</application> </application>
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="16"/> </manifest>
<uses-feature android:name="android.hardware.touchscreen" android:required="false" /> \ No newline at end of file
<uses-feature android:name="android.hardware.location" android:required="false" />
<uses-feature android:name="android.hardware.location.gps" android:required="false" />
<uses-permission android:name="android.permission.READ_CONTACTS" />
<uses-permission android:name="android.permission.WRITE_CONTACTS" />
<uses-permission android:name="android.permission.AUTHENTICATE_ACCOUNTS" />
<uses-permission android:name="android.permission.MANAGE_ACCOUNTS" />
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
<uses-permission android:name="android.permission.READ_SYNC_SETTINGS" />
<uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
</manifest>
\ No newline at end of file
...@@ -16,8 +16,12 @@ package com.xabber.android.ui; ...@@ -16,8 +16,12 @@ package com.xabber.android.ui;
import android.content.Context; import android.content.Context;
import android.content.Intent; import android.content.Intent;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import android.os.Bundle; import android.os.Bundle;
import android.support.v4.app.NavUtils;
import android.text.method.LinkMovementMethod; import android.text.method.LinkMovementMethod;
import android.view.MenuItem;
import android.widget.TextView; import android.widget.TextView;
import com.xabber.android.ui.helper.ManagedActivity; import com.xabber.android.ui.helper.ManagedActivity;
...@@ -29,15 +33,38 @@ public class AboutViewer extends ManagedActivity { ...@@ -29,15 +33,38 @@ public class AboutViewer extends ManagedActivity {
protected void onCreate(Bundle savedInstanceState) { protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState); super.onCreate(savedInstanceState);
setContentView(R.layout.about_viewer); setContentView(R.layout.about_viewer);
((TextView) findViewById(R.id.about_version))
.setText(getString(R.string.about_version, ((TextView) findViewById(R.id.about_version))
getString(R.string.application_version))); .setText(getString(R.string.about_version, getVersionName()));
((TextView) findViewById(R.id.about_license)) ((TextView) findViewById(R.id.about_license))
.setMovementMethod(LinkMovementMethod.getInstance()); .setMovementMethod(LinkMovementMethod.getInstance());
getActionBar().setDisplayHomeAsUpEnabled(true);
} }
public static Intent createIntent(Context context) { private String getVersionName() {
try {
PackageInfo pInfo = getPackageManager().getPackageInfo(getPackageName(), 0);
return pInfo.versionName;
} catch (PackageManager.NameNotFoundException e) {
e.printStackTrace();
}
return "";
}
public static Intent createIntent(Context context) {
return new Intent(context, AboutViewer.class); return new Intent(context, AboutViewer.class);
} }
@Override
public boolean onOptionsItemSelected(MenuItem item) {
switch (item.getItemId()) {
// Respond to the action bar's Up/Home button
case android.R.id.home:
NavUtils.navigateUpFromSameTask(this);
return true;
}
return super.onOptionsItemSelected(item);
}
} }
...@@ -90,6 +90,8 @@ public class AccountAdd extends ManagedActivity implements ...@@ -90,6 +90,8 @@ public class AccountAdd extends ManagedActivity implements
InputMethodManager inputManager = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE); InputMethodManager inputManager = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE);
inputManager.hideSoftInputFromWindow(findViewById(R.id.ok) inputManager.hideSoftInputFromWindow(findViewById(R.id.ok)
.getWindowToken(), InputMethodManager.HIDE_NOT_ALWAYS); .getWindowToken(), InputMethodManager.HIDE_NOT_ALWAYS);
getActionBar().setDisplayHomeAsUpEnabled(true);
} }
@Override @Override
......
...@@ -56,7 +56,13 @@ public class AccountEditor extends BaseSettingsActivity implements ...@@ -56,7 +56,13 @@ public class AccountEditor extends BaseSettingsActivity implements
private Preference oauthPreference; private Preference oauthPreference;
@Override @Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
getActionBar().setDisplayHomeAsUpEnabled(true);
}
@Override
protected void onInflate(Bundle savedInstanceState) { protected void onInflate(Bundle savedInstanceState) {
account = AccountEditor.getAccount(getIntent()); account = AccountEditor.getAccount(getIntent());
if (account == null) { if (account == null) {
......
...@@ -37,7 +37,13 @@ public class AccountList extends BaseListEditor<String> implements ...@@ -37,7 +37,13 @@ public class AccountList extends BaseListEditor<String> implements
private static final int CONTEXT_MENU_VIEW_ACCOUNT_ID = 0x20; private static final int CONTEXT_MENU_VIEW_ACCOUNT_ID = 0x20;
private static final int CONTEXT_MENU_STATUS_EDITOR_ID = 0x30; private static final int CONTEXT_MENU_STATUS_EDITOR_ID = 0x30;
@Override @Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
getActionBar().setDisplayHomeAsUpEnabled(true);
}
@Override
protected int getAddTextResourceId() { protected int getAddTextResourceId() {
return R.string.account_add; return R.string.account_add;
} }
......
...@@ -35,7 +35,14 @@ public class ChatEditor extends BaseSettingsActivity { ...@@ -35,7 +35,14 @@ public class ChatEditor extends BaseSettingsActivity {
private String account; private String account;
private String user; private String user;
@Override @Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
getActionBar().setDisplayHomeAsUpEnabled(true);
}
@Override
protected void onInflate(Bundle savedInstanceState) { protected void onInflate(Bundle savedInstanceState) {
account = getAccount(getIntent()); account = getAccount(getIntent());
user = getUser(getIntent()); user = getUser(getIntent());
......
...@@ -49,6 +49,8 @@ public class ChatList extends ManagedListActivity implements ...@@ -49,6 +49,8 @@ public class ChatList extends ManagedListActivity implements
listAdapter = new ChatListAdapter(this); listAdapter = new ChatListAdapter(this);
setListAdapter(listAdapter); setListAdapter(listAdapter);
getListView().setOnItemClickListener(this); getListView().setOnItemClickListener(this);
getActionBar().setDisplayHomeAsUpEnabled(true);
} }
@Override @Override
......
...@@ -19,8 +19,10 @@ import java.util.Collection; ...@@ -19,8 +19,10 @@ import java.util.Collection;
import android.content.Context; import android.content.Context;
import android.content.Intent; import android.content.Intent;
import android.os.Bundle; import android.os.Bundle;
import android.support.v4.app.NavUtils;
import android.view.KeyEvent; import android.view.KeyEvent;
import android.view.Menu; import android.view.Menu;
import android.view.MenuItem;
import android.view.View; import android.view.View;
import com.xabber.android.data.ActivityManager; import com.xabber.android.data.ActivityManager;
...@@ -113,6 +115,8 @@ public class ChatViewer extends ManagedActivity implements OnSelectListener, ...@@ -113,6 +115,8 @@ public class ChatViewer extends ManagedActivity implements OnSelectListener,
if (actionWithUser == null) if (actionWithUser == null)
actionWithUser = user; actionWithUser = user;
getActionBar().setDisplayHomeAsUpEnabled(true);
selectChat(actionWithAccount, actionWithUser); selectChat(actionWithAccount, actionWithUser);
} }
...@@ -392,4 +396,15 @@ public class ChatViewer extends ManagedActivity implements OnSelectListener, ...@@ -392,4 +396,15 @@ public class ChatViewer extends ManagedActivity implements OnSelectListener,
return ACTION_ATTENTION.equals(intent.getAction()); return ACTION_ATTENTION.equals(intent.getAction());
} }
@Override
public boolean onOptionsItemSelected(MenuItem item) {
switch (item.getItemId()) {
// Respond to the action bar's Up/Home button
case android.R.id.home:
NavUtils.navigateUpFromSameTask(this);
return true;
}
return super.onOptionsItemSelected(item);
}
} }
...@@ -58,7 +58,14 @@ public class ContactAdd extends GroupListActivity implements ...@@ -58,7 +58,14 @@ public class ContactAdd extends GroupListActivity implements
private EditText userView; private EditText userView;
private EditText nameView; private EditText nameView;
@Override @Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
getActionBar().setDisplayHomeAsUpEnabled(true);
}
@Override
protected void onInflate(Bundle savedInstanceState) { protected void onInflate(Bundle savedInstanceState) {
setContentView(R.layout.contact_add); setContentView(R.layout.contact_add);
......
...@@ -43,7 +43,14 @@ public class ContactEditor extends GroupListActivity implements ...@@ -43,7 +43,14 @@ public class ContactEditor extends GroupListActivity implements
private String account; private String account;
private String user; private String user;
@Override @Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
getActionBar().setDisplayHomeAsUpEnabled(true);
}
@Override
protected void onInflate(Bundle savedInstanceState) { protected void onInflate(Bundle savedInstanceState) {
setContentView(R.layout.contact_editor); setContentView(R.layout.contact_editor);
......
...@@ -14,19 +14,13 @@ ...@@ -14,19 +14,13 @@
*/ */
package com.xabber.android.ui; package com.xabber.android.ui;
import java.util.ArrayList;
import java.util.Collection;
import android.app.Dialog; import android.app.Dialog;
import android.app.ProgressDialog; import android.app.ProgressDialog;
import android.content.Context; import android.content.Context;
import android.content.DialogInterface; import android.content.DialogInterface;
import android.content.DialogInterface.OnCancelListener; import android.content.DialogInterface.OnCancelListener;
import android.content.Intent; import android.content.Intent;
import android.content.res.ColorStateList;
import android.content.res.TypedArray;
import android.graphics.Bitmap; import android.graphics.Bitmap;
import android.graphics.drawable.Drawable;
import android.net.Uri; import android.net.Uri;
import android.os.Bundle; import android.os.Bundle;
import android.os.Handler; import android.os.Handler;
...@@ -37,11 +31,7 @@ import android.view.KeyEvent; ...@@ -37,11 +31,7 @@ import android.view.KeyEvent;
import android.view.Menu; import android.view.Menu;
import android.view.MenuItem; import android.view.MenuItem;
import android.view.View; import android.view.View;
import android.view.View.OnLongClickListener;
import android.view.inputmethod.InputMethodManager; import android.view.inputmethod.InputMethodManager;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
import android.widget.Toast; import android.widget.Toast;
import com.xabber.android.data.ActivityManager; import com.xabber.android.data.ActivityManager;
...@@ -49,8 +39,6 @@ import com.xabber.android.data.Application; ...@@ -49,8 +39,6 @@ import com.xabber.android.data.Application;
import com.xabber.android.data.NetworkException; import com.xabber.android.data.NetworkException;
import com.xabber.android.data.SettingsManager; import com.xabber.android.data.SettingsManager;
import com.xabber.android.data.account.AccountManager; import com.xabber.android.data.account.AccountManager;
import com.xabber.android.data.account.OnAccountChangedListener;
import com.xabber.android.data.account.StatusMode;
import com.xabber.android.data.entity.BaseEntity; import com.xabber.android.data.entity.BaseEntity;
import com.xabber.android.data.extension.avatar.AvatarManager; import com.xabber.android.data.extension.avatar.AvatarManager;
import com.xabber.android.data.extension.muc.MUCManager; import com.xabber.android.data.extension.muc.MUCManager;
...@@ -62,26 +50,25 @@ import com.xabber.android.data.roster.AbstractContact; ...@@ -62,26 +50,25 @@ import com.xabber.android.data.roster.AbstractContact;
import com.xabber.android.data.roster.RosterContact; import com.xabber.android.data.roster.RosterContact;
import com.xabber.android.data.roster.RosterManager; import com.xabber.android.data.roster.RosterManager;
import com.xabber.android.ui.ContactListFragment.OnContactClickListener; import com.xabber.android.ui.ContactListFragment.OnContactClickListener;
import com.xabber.android.ui.adapter.AccountToggleAdapter;
import com.xabber.android.ui.dialog.AccountChooseDialogFragment; import com.xabber.android.ui.dialog.AccountChooseDialogFragment;
import com.xabber.android.ui.dialog.AccountChooseDialogFragment.OnChoosedListener; import com.xabber.android.ui.dialog.AccountChooseDialogFragment.OnChoosedListener;
import com.xabber.android.ui.dialog.ContactIntegrationDialogFragment; import com.xabber.android.ui.dialog.ContactIntegrationDialogFragment;
import com.xabber.android.ui.dialog.StartAtBootDialogFragment; import com.xabber.android.ui.dialog.StartAtBootDialogFragment;
import com.xabber.android.ui.helper.ContextMenuHelper;
import com.xabber.android.ui.helper.ManagedActivity; import com.xabber.android.ui.helper.ManagedActivity;
import com.xabber.androiddev.R; import com.xabber.androiddev.R;
import com.xabber.xmpp.address.Jid; import com.xabber.xmpp.address.Jid;
import com.xabber.xmpp.uri.XMPPUri; import com.xabber.xmpp.uri.XMPPUri;
import java.util.ArrayList;
import java.util.Collection;
/** /**
* Main application activity. * Main application activity.
* *
* @author alexander.ivanov * @author alexander.ivanov
* *
*/ */
public class ContactList extends ManagedActivity implements public class ContactList extends ManagedActivity implements OnChoosedListener, OnContactClickListener {
OnAccountChangedListener, View.OnClickListener, OnLongClickListener,
OnChoosedListener, OnContactClickListener {
/** /**
* Select contact to be invited to the room was requested. * Select contact to be invited to the room was requested.
...@@ -106,11 +93,6 @@ public class ContactList extends ManagedActivity implements ...@@ -106,11 +93,6 @@ public class ContactList extends ManagedActivity implements
private static final String CONTACT_LIST_TAG = "CONTACT_LIST"; private static final String CONTACT_LIST_TAG = "CONTACT_LIST";
/**
* Adapter for account list.
*/
private AccountToggleAdapter accountToggleAdapter;
/** /**
* Current action. * Current action.
*/ */
...@@ -121,11 +103,6 @@ public class ContactList extends ManagedActivity implements ...@@ -121,11 +103,6 @@ public class ContactList extends ManagedActivity implements
*/ */
private String sendText; private String sendText;
/**
* Title view.
*/
private View titleView;
@Override @Override
public void onCreate(Bundle savedInstanceState) { public void onCreate(Bundle savedInstanceState) {
if (Intent.ACTION_VIEW.equals(getIntent().getAction()) if (Intent.ACTION_VIEW.equals(getIntent().getAction())
...@@ -139,40 +116,15 @@ public class ContactList extends ManagedActivity implements ...@@ -139,40 +116,15 @@ public class ContactList extends ManagedActivity implements
return; return;
setContentView(R.layout.contact_list); setContentView(R.layout.contact_list);
titleView = findViewById(android.R.id.title);
FragmentTransaction fragmentTransaction = getSupportFragmentManager()
.beginTransaction();
fragmentTransaction.add(R.id.container, new ContactListFragment(),
CONTACT_LIST_TAG);
fragmentTransaction.commit();
accountToggleAdapter = new AccountToggleAdapter(this, this,
(LinearLayout) findViewById(R.id.account_list));
View commonStatusText = findViewById(R.id.common_status_text);
View commonStatusMode = findViewById(R.id.common_status_mode);
TypedArray typedArray = obtainStyledAttributes(R.styleable.ContactList);
ColorStateList textColorPrimary = typedArray
.getColorStateList(R.styleable.ContactList_textColorPrimaryNoSelected);
Drawable titleMainBackground = typedArray
.getDrawable(R.styleable.ContactList_titleMainBackground);
typedArray.recycle();
((TextView) commonStatusText).setTextColor(textColorPrimary);
titleView.setBackgroundDrawable(titleMainBackground);
commonStatusText.setOnLongClickListener(this);
commonStatusMode.setOnClickListener(this);
commonStatusText.setOnClickListener(this);
titleView.setOnClickListener(this);
findViewById(R.id.back_button).setOnClickListener(this);
if (savedInstanceState != null) { if (savedInstanceState != null) {
sendText = savedInstanceState.getString(SAVED_SEND_TEXT); sendText = savedInstanceState.getString(SAVED_SEND_TEXT);
action = savedInstanceState.getString(SAVED_ACTION); action = savedInstanceState.getString(SAVED_ACTION);
} else { } else {
getSupportFragmentManager().beginTransaction().add(R.id.container,
new ContactListFragment(), CONTACT_LIST_TAG).commit();
sendText = null; sendText = null;
action = getIntent().getAction(); action = getIntent().getAction();
} }
...@@ -231,7 +183,7 @@ public class ContactList extends ManagedActivity implements ...@@ -231,7 +183,7 @@ public class ContactList extends ManagedActivity implements
return; return;
} }
AccountChooseDialogFragment.newInstance(bareAddress, text).show( AccountChooseDialogFragment.newInstance(bareAddress, text).show(
getSupportFragmentManager(), "OPEN_WITH_ACCOUNT"); getSupportFragmentManager(), "OPEN_WITH_ACCOUNT");
} }
/** /**
...@@ -254,44 +206,48 @@ public class ContactList extends ManagedActivity implements ...@@ -254,44 +206,48 @@ public class ContactList extends ManagedActivity implements
@Override @Override
protected void onResume() { protected void onResume() {
super.onResume(); super.onResume();
updateStatusBar(); if (action != null) {
rebuildAccountToggler(); switch (action) {
Application.getInstance().addUIListener(OnAccountChangedListener.class, case ContactList.ACTION_ROOM_INVITE:
this); case Intent.ACTION_SEND:
if (ContactList.ACTION_ROOM_INVITE.equals(action) case Intent.ACTION_CREATE_SHORTCUT:
|| Intent.ACTION_SEND.equals(action) if (Intent.ACTION_SEND.equals(action))
|| Intent.ACTION_CREATE_SHORTCUT.equals(action)) { sendText = getIntent().getStringExtra(Intent.EXTRA_TEXT);
if (Intent.ACTION_SEND.equals(action)) Toast.makeText(this, getString(R.string.select_contact),
sendText = getIntent().getStringExtra(Intent.EXTRA_TEXT); Toast.LENGTH_LONG).show();
Toast.makeText(this, getString(R.string.select_contact), break;
Toast.LENGTH_LONG).show(); case Intent.ACTION_VIEW: {
} else if (Intent.ACTION_VIEW.equals(action)) { action = null;
action = null; Uri data = getIntent().getData();
Uri data = getIntent().getData(); if (data != null && "xmpp".equals(data.getScheme())) {
if (data != null && "xmpp".equals(data.getScheme())) { XMPPUri xmppUri;
XMPPUri xmppUri; try {
try { xmppUri = XMPPUri.parse(data);
xmppUri = XMPPUri.parse(data); } catch (IllegalArgumentException e) {
} catch (IllegalArgumentException e) { xmppUri = null;
xmppUri = null; }
} if (xmppUri != null && "message".equals(xmppUri.getQueryType())) {
if (xmppUri != null && "message".equals(xmppUri.getQueryType())) { ArrayList<String> texts = xmppUri.getValues("body");
ArrayList<String> texts = xmppUri.getValues("body"); String text = null;
String text = null; if (texts != null && !texts.isEmpty())
if (texts != null && !texts.isEmpty()) text = texts.get(0);
text = texts.get(0); openChat(xmppUri.getPath(), text);
openChat(xmppUri.getPath(), text); }
} }
} break;
} else if (Intent.ACTION_SENDTO.equals(action)) { }
action = null; case Intent.ACTION_SENDTO: {
Uri data = getIntent().getData(); action = null;
if (data != null) { Uri data = getIntent().getData();
String path = data.getPath(); if (data != null) {
if (path != null && path.startsWith("/")) String path = data.getPath();
openChat(path.substring(1), null); if (path != null && path.startsWith("/"))
} openChat(path.substring(1), null);
} }
break;
}
}
}
if (Application.getInstance().doNotify()) { if (Application.getInstance().doNotify()) {
if (SettingsManager.bootCount() > 2 if (SettingsManager.bootCount() > 2
&& !SettingsManager.connectionStartAtBoot() && !SettingsManager.connectionStartAtBoot()
...@@ -312,8 +268,6 @@ public class ContactList extends ManagedActivity implements ...@@ -312,8 +268,6 @@ public class ContactList extends ManagedActivity implements
@Override @Override
protected void onPause() { protected void onPause() {
super.onPause(); super.onPause();
Application.getInstance().removeUIListener(
OnAccountChangedListener.class, this);
} }
@Override @Override
...@@ -398,9 +352,6 @@ public class ContactList extends ManagedActivity implements ...@@ -398,9 +352,6 @@ public class ContactList extends ManagedActivity implements
public void onCreateContextMenu(ContextMenu menu, View view, public void onCreateContextMenu(ContextMenu menu, View view,
ContextMenuInfo menuInfo) { ContextMenuInfo menuInfo) {
super.onCreateContextMenu(menu, view, menuInfo); super.onCreateContextMenu(menu, view, menuInfo);
ContextMenuHelper.createAccountContextMenu(this,
getContactListFragment().getAdapter(),
accountToggleAdapter.getItemForView(view), menu);
} }
@Override @Override
...@@ -434,44 +385,6 @@ public class ContactList extends ManagedActivity implements ...@@ -434,44 +385,6 @@ public class ContactList extends ManagedActivity implements
return super.onKeyDown(keyCode, event); return super.onKeyDown(keyCode, event);
} }
@Override
public void onClick(View view) {
switch (view.getId()) {
case R.id.common_status_mode:
startActivity(StatusEditor.createIntent(this));
break;
case R.id.back_button: // Xabber icon button
case R.id.common_status_text:
case android.R.id.title:
getContactListFragment().scrollUp();
break;
default:
String account = accountToggleAdapter.getItemForView(view);
if (account == null) // Check for tap on account in the title
break;
if (!SettingsManager.contactsShowAccounts()) {
if (AccountManager.getInstance().getAccounts().size() < 2)
getContactListFragment().scrollUp();
else {
getContactListFragment().setSelectedAccount(account);
rebuildAccountToggler();
}
} else
getContactListFragment().scrollTo(account);
break;
}
}
@Override
public boolean onLongClick(View view) {
switch (view.getId()) {
case R.id.common_status_text:
startActivity(StatusEditor.createIntent(this));
return true;
}
return false;
}
@Override @Override
public void onContactClick(AbstractContact abstractContact) { public void onContactClick(AbstractContact abstractContact) {
if (ACTION_ROOM_INVITE.equals(action)) { if (ACTION_ROOM_INVITE.equals(action)) {
...@@ -520,36 +433,11 @@ public class ContactList extends ManagedActivity implements ...@@ -520,36 +433,11 @@ public class ContactList extends ManagedActivity implements
} }
} }
@Override
public void onAccountsChanged(Collection<String> accounts) {
accountToggleAdapter.onChange();
}
@Override @Override
public void onChoosed(String account, String user, String text) { public void onChoosed(String account, String user, String text) {
openChat(new BaseEntity(account, user), text); openChat(new BaseEntity(account, user), text);
} }
private void updateStatusBar() {
String statusText = SettingsManager.statusText();
StatusMode statusMode = SettingsManager.statusMode();
if ("".equals(statusText))
statusText = getString(statusMode.getStringID());
((TextView) findViewById(R.id.common_status_text)).setText(statusText);
((ImageView) findViewById(R.id.common_status_mode))
.setImageLevel(statusMode.getStatusLevel());
}
private void rebuildAccountToggler() {
updateStatusBar();
accountToggleAdapter.rebuild();
if (SettingsManager.contactsShowPanel()
&& accountToggleAdapter.getCount() > 0)
titleView.setVisibility(View.VISIBLE);
else
titleView.setVisibility(View.GONE);
}
/** /**
* Show search dialog. * Show search dialog.
*/ */
......
...@@ -203,6 +203,8 @@ public class ContactViewer extends ManagedPreferenceActivity implements ...@@ -203,6 +203,8 @@ public class ContactViewer extends ManagedPreferenceActivity implements
} }
} }
setTitle(getString(R.string.contact_viewer_for, bareAddress)); setTitle(getString(R.string.contact_viewer_for, bareAddress));
getActionBar().setDisplayHomeAsUpEnabled(true);
} }
@Override @Override
......
...@@ -119,6 +119,8 @@ public class FingerprintViewer extends ManagedActivity implements ...@@ -119,6 +119,8 @@ public class FingerprintViewer extends ManagedActivity implements
copyView = findViewById(R.id.copy); copyView = findViewById(R.id.copy);
copyView.setOnClickListener(this); copyView.setOnClickListener(this);
isUpdating = false; isUpdating = false;
getActionBar().setDisplayHomeAsUpEnabled(true);
} }
@Override @Override
......
...@@ -72,6 +72,8 @@ public class MUCEditor extends ManagedActivity implements View.OnClickListener, ...@@ -72,6 +72,8 @@ public class MUCEditor extends ManagedActivity implements View.OnClickListener,
setContentView(R.layout.muc_editor); setContentView(R.layout.muc_editor);
getActionBar().setDisplayHomeAsUpEnabled(true);
accountView = (Spinner) findViewById(R.id.contact_account); accountView = (Spinner) findViewById(R.id.contact_account);
serverView = (EditText) findViewById(R.id.muc_server); serverView = (EditText) findViewById(R.id.muc_server);
roomView = (EditText) findViewById(R.id.muc_room); roomView = (EditText) findViewById(R.id.muc_room);
......
...@@ -20,6 +20,8 @@ import android.content.Context; ...@@ -20,6 +20,8 @@ import android.content.Context;
import android.content.Intent; import android.content.Intent;
import android.content.SharedPreferences; import android.content.SharedPreferences;
import android.content.SharedPreferences.OnSharedPreferenceChangeListener; import android.content.SharedPreferences.OnSharedPreferenceChangeListener;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import android.os.Bundle; import android.os.Bundle;
import android.preference.CheckBoxPreference; import android.preference.CheckBoxPreference;
import android.preference.Preference; import android.preference.Preference;
...@@ -53,6 +55,8 @@ public class PreferenceEditor extends ManagedPreferenceActivity implements ...@@ -53,6 +55,8 @@ public class PreferenceEditor extends ManagedPreferenceActivity implements
if (isFinishing()) if (isFinishing())
return; return;
getActionBar().setDisplayHomeAsUpEnabled(true);
addPreferencesFromResource(R.xml.preference_editor); addPreferencesFromResource(R.xml.preference_editor);
getPreferenceScreen().findPreference( getPreferenceScreen().findPreference(
...@@ -80,12 +84,21 @@ public class PreferenceEditor extends ManagedPreferenceActivity implements ...@@ -80,12 +84,21 @@ public class PreferenceEditor extends ManagedPreferenceActivity implements
PreferenceScreen about = (PreferenceScreen) getPreferenceScreen() PreferenceScreen about = (PreferenceScreen) getPreferenceScreen()
.findPreference(getString(R.string.preference_about_key)); .findPreference(getString(R.string.preference_about_key));
about.setSummary(getString(R.string.application_name) + "\n" about.setSummary(getString(R.string.application_name) + "\n" + getVersionName());
+ getString(R.string.application_version));
about.setIntent(AboutViewer.createIntent(this)); about.setIntent(AboutViewer.createIntent(this));
PreferenceSummaryHelper.updateSummary(getPreferenceScreen()); PreferenceSummaryHelper.updateSummary(getPreferenceScreen());
} }
private String getVersionName() {
try {
PackageInfo pInfo = getPackageManager().getPackageInfo(getPackageName(), 0);
return pInfo.versionName;
} catch (PackageManager.NameNotFoundException e) {
e.printStackTrace();
}
return "";
}
@Override @Override
protected void onResume() { protected void onResume() {
super.onResume(); super.onResume();
......
...@@ -98,6 +98,8 @@ public class QuestionViewer extends ManagedActivity implements ...@@ -98,6 +98,8 @@ public class QuestionViewer extends ManagedActivity implements
setContentView(R.layout.secret_viewer); setContentView(R.layout.secret_viewer);
findViewById(R.id.cancel).setOnClickListener(this); findViewById(R.id.cancel).setOnClickListener(this);
findViewById(R.id.send).setOnClickListener(this); findViewById(R.id.send).setOnClickListener(this);
getActionBar().setDisplayHomeAsUpEnabled(true);
} }
@Override @Override
......
...@@ -72,6 +72,8 @@ public class StatusEditor extends ManagedListActivity implements ...@@ -72,6 +72,8 @@ public class StatusEditor extends ManagedListActivity implements
setContentView(R.layout.status_editor); setContentView(R.layout.status_editor);
getActionBar().setDisplayHomeAsUpEnabled(true);
Intent intent = getIntent(); Intent intent = getIntent();
account = StatusEditor.getAccount(intent); account = StatusEditor.getAccount(intent);
if (account == null) if (account == null)
......
...@@ -65,8 +65,6 @@ public class ContactTitleInflater { ...@@ -65,8 +65,6 @@ public class ContactTitleInflater {
final TextView statusTextView = (TextView) titleView final TextView statusTextView = (TextView) titleView
.findViewById(R.id.status_text); .findViewById(R.id.status_text);
final View shadowView = titleView.findViewById(R.id.shadow); final View shadowView = titleView.findViewById(R.id.shadow);
final ImageButton backButton = (ImageButton) titleView
.findViewById(R.id.back_button);
titleView.setBackgroundDrawable(titleAccountBackground); titleView.setBackgroundDrawable(titleAccountBackground);
nameView.setText(abstractContact.getName()); nameView.setText(abstractContact.getName());
statusModeView.setImageLevel(abstractContact.getStatusMode() statusModeView.setImageLevel(abstractContact.getStatusMode()
...@@ -95,12 +93,6 @@ public class ContactTitleInflater { ...@@ -95,12 +93,6 @@ public class ContactTitleInflater {
shadowView.setVisibility(View.GONE); shadowView.setVisibility(View.GONE);
else else
shadowView.setVisibility(View.VISIBLE); shadowView.setVisibility(View.VISIBLE);
backButton.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
activity.finish();
}
});
} }
} }
...@@ -13,15 +13,6 @@ ...@@ -13,15 +13,6 @@
along with this program. If not, see http://www.gnu.org/licenses/. along with this program. If not, see http://www.gnu.org/licenses/.
--> -->
<selector xmlns:android="http://schemas.android.com/apk/res/android"> <selector xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:state_pressed="true"
android:drawable="@drawable/btn_status_mode_pressed" />
<item
android:state_selected="true"
android:drawable="@drawable/btn_status_mode_focused" />
<item
android:state_focused="true"
android:drawable="@drawable/btn_status_mode_focused" />
<item <item
android:drawable="@drawable/btn_status_mode_normal" /> android:drawable="@drawable/btn_status_mode_normal" />
</selector> </selector>
...@@ -14,122 +14,9 @@ ...@@ -14,122 +14,9 @@
along with this program. If not, see http://www.gnu.org/licenses/. along with this program. If not, see http://www.gnu.org/licenses/.
--> -->
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" > android:layout_height="match_parent" >
<RelativeLayout
android:id="@android:id/title"
android:layout_width="match_parent"
android:layout_height="@dimen/title_height"
android:layout_alignParentTop="true"
android:background="@drawable/title_main_background_dark" >
<ImageButton
android:id="@+id/back_button"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_alignParentLeft="true"
android:background="@drawable/title_logo"
tools:ignore="ContentDescription" />
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_alignParentRight="true"
android:layout_marginRight="@dimen/contact_list_status_mode_width"
android:layout_toRightOf="@id/back_button"
android:orientation="horizontal" >
<HorizontalScrollView
android:id="@+id/account_bar"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="72dip" >
<LinearLayout
android:id="@+id/account_list"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal" >
<!--
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/account_bg"
android:layout_width="42dip"
android:layout_height="44dip"
android:background="@drawable/account_bg">
<ImageView
android:id="@+id/avatar"
android:layout_width="32dip"
android:layout_height="32dip"
android:layout_marginTop="4dip"
android:layout_marginLeft="4dip"
android:src="@drawable/avatar_account_1"
/>
<ImageView
android:id="@+id/status_mode"
android:layout_width="42dip"
android:layout_height="44dip"
android:src="@drawable/ic_status_account"
android:background="@drawable/ic_status_connection_account"
/>
</RelativeLayout>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/account_bg"
android:layout_width="42dip"
android:layout_height="44dip"
android:background="@drawable/account_bg">
<ImageView
android:id="@+id/avatar"
android:layout_width="32dip"
android:layout_height="32dip"
android:layout_marginTop="4dip"
android:layout_marginLeft="4dip"
android:src="@drawable/avatar_account_1"
/>
<ImageView
android:id="@+id/status_mode"
android:layout_width="42dip"
android:layout_height="44dip"
android:src="@drawable/ic_status_account"
android:background="@drawable/ic_status_connection_account"
/>
</RelativeLayout>
-->
</LinearLayout>
</HorizontalScrollView>
<TextView
android:id="@+id/common_status_text"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="left"
android:layout_marginLeft="-72dip"
android:gravity="left|center_vertical"
android:padding="2dip"
android:singleLine="true"
android:text="online"
android:textColor="?android:attr/textColorPrimary" />
</LinearLayout>
<ImageButton
android:id="@+id/common_status_mode"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_alignParentRight="true"
android:background="@drawable/btn_status_mode"
android:paddingLeft="@dimen/active_chat_padding_right"
android:paddingRight="@dimen/active_chat_padding_right"
android:src="@drawable/ic_status" />
</RelativeLayout>
<RelativeLayout <RelativeLayout
android:id="@+id/container" android:id="@+id/container"
android:layout_width="match_parent" android:layout_width="match_parent"
......
...@@ -25,13 +25,6 @@ ...@@ -25,13 +25,6 @@
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
> >
<ImageButton
android:id="@+id/back_button"
android:src="@drawable/btn_title_back"
android:background="@drawable/title_logo"
android:layout_width="wrap_content"
android:layout_height="match_parent"
/>
<LinearLayout <LinearLayout
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
...@@ -86,7 +79,6 @@ ...@@ -86,7 +79,6 @@
android:src="@drawable/ic_status" android:src="@drawable/ic_status"
android:paddingLeft="@dimen/active_chat_padding_right" android:paddingLeft="@dimen/active_chat_padding_right"
android:paddingRight="@dimen/active_chat_padding_right" android:paddingRight="@dimen/active_chat_padding_right"
android:background="@drawable/btn_status_mode"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="match_parent" android:layout_height="match_parent"
/> />
......
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/about_viewer.png -->
<string name="about_copyright">© Redsolution LTD, 2010-2014</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/about_viewer.png -->
<string name="about_feedback">mailto:info@xabber.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/about_viewer.png -->
<string name="about_site">http://www.xabber.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/about_viewer.png -->
<string name="about_version">Version: %s</string>
<string name="about_license">Licencia: \n<a href="https://github.com/redsolution/xabber-android">Software libre</a> bajo la GNU GPL3</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_compression">Usar compresión</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_editor_title">%1$s cuenta %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_enabled">Habilitada</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_host">Host</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_password">Contraseña</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_port">Puerto</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_priority">Prioridad</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_resource">Dispositivo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_server_name">Servidor</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type">Selecciona el tipo de cuenta</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_facebook">Nombre de usuario para facebook.com (no correo electrónico)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_gtalk">Nombre de usuario para gmail.com o dominio de Google Apps</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_livejournal">Nombre de usuario para livejournal.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_qip">Nombre de usuario para qip.ru</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_vkontakte">Nombre de usuario para vkontakte.ru (no correo electrónico)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_xmpp">usuario@ejemplo.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_ya">Nombre de usuario para yandex.ru (no correo electrónico)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_facebook">No puede iniciar sesión en el chat de Facebook con su correo electrónico. Para configurar el chat de Facebook tiene que escribir su nombre de usuario y su contraseña. Para más información consulte http://www.facebook.com/sitetour/chat.php</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_gtalk">Si no dispone de una cuenta Google puede crear una en http://mail.google.com\nTambién puede usar su_nombre@su_dominio_google</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_livejournal">Si no dispone de una cuenta LiverJournal puede crear una en http://livejournal.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_qip">Si no dispone de una cuenta QIP puede crear una en http://qip.ru</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_vkontakte">Puede indicar su nombre (ej. masha.v.kontakte) o su id (ej. id123456). No puede iniciar sesión en el chat de VKontakte usando su correo electrónico. Para iniciar sesión tiene que indicar su usuario y contraseña de VKontakte.ru. Para más información consulte Check http://vk.com/help.php?page=jabber</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_xmpp">Si desea conocer más a cerca de XMPP (Jabber) puede entrar aquí: https://xmpp.org\nPara registrar una nueva cuenta XMPP por favor dirijase a https://register.jabber.org o cualquier otro servidor de Jabber.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_ya">Si no dispone de una cuenta Ya.Online puede crear una en http://yandex.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_facebook">Facebook</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_gtalk">Google Talk</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_livejournal">LiveJournal</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_qip">QIP</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_vkontakte">VKontakte</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_xmpp">XMPP</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_ya">Ya.Online</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_user_name">Usuario</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_error.png -->
<string name="EMPTY_SERVER_NAME">Nombre de servidor no especificado</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_error.png -->
<string name="EMPTY_USER_NAME">Usuario no especificado</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_03.png -->
<string name="account_archive_mode">Almacenar historial</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_available">En el servidor si es posible</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_dont_store">No almacenar</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_local">Localmente en dispositivo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_server">En el servidor</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_unread">Localmente lo no enviado ni leído</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_compression_summary">Marcar para usar compresión de datos</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_custom">Servidor manual</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_custom_summary">Usar un servidor manual en vez del registro SRV</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_enabled_summary">Habilitar cuenta</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_error.png -->
<string name="account_invalid_port">El puerto debe ser un número (por defecto: 5222)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_error.png -->
<string name="account_invalid_priority">El valor de la prioridad debe ser un número entre -128 y 128 (por defecto: 10)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_wlm.png -->
<string name="account_oauth">Autorización</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_oauth_not_authorized.png -->
<string name="account_oauth_invalidated">No autorizado</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_wlm.png -->
<string name="account_oauth_summary">Configuración de OAuth</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_gtalk.png -->
<string name="account_protocol_gtalk_title">Google Talk</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_wlm.png -->
<string name="account_protocol_wlm_title">WLM</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_protocol_xmpp_title">XMPP</string>
<string name="account_proxy_host">Direción del proxy</string>
<string name="account_proxy_password">Contraseña del proxy</string>
<string name="account_proxy_port">Puerto del proxy</string>
<string name="account_proxy_type">Tipo de proxy</string>
<string name="account_proxy_type_http">HTTP</string>
<string name="account_proxy_type_none">Desactivado</string>
<string name="account_proxy_type_orbot">Orbot</string>
<string name="account_proxy_type_socks4">SOCKS4</string>
<string name="account_proxy_type_socks5">SOCKS5</string>
<string name="account_proxy_user">Usuario del proxy</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_sasl">Usar autentificación SASL (recomendado)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_sasl_summary">Desactivar para servidores muy antiguos</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_store_password">Guardar contraseña</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_store_password_summary">Desactivar esta opción para pedir la contraseña cada vez que te conectes</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_syncable">Integración con los contactos del sistema</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_syncable_summary">Mostrar los contactos de esta cuenta en la agenda del teléfono</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_tls.png -->
<string name="account_tls_enable">Activar TLS</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_tls_enable_summary">Usar encriptación TLS para conectarse con el servidor siempre que sea posible</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_tls.png -->
<string name="account_tls_legacy">Obsoleto SSL</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_tls_legacy_summary">Usar la obsoleta encriptación SSL para conectarse con el servidor</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_tls_mode">Uso de TLS/SSL</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_tls.png -->
<string name="account_tls_require">Obligar TLS</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_tls_require_summary">Obligar el uso de TLS al conectarse con el servidor</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_odnoklassniki">Debes usar tu ID como usuario (p.e. 123456). No puedes conectarte al chat de Odnoklasniki usando tu email, login o número de teléfono. Puedes obtener tu ID en http://www.odnoklassniki.ru/settings</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_wlm">Serás redirigido a http://live.com para introducir tu usuario y contraseña</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_odnoklassniki">ID de odnoklassniki.ru (ni login ni email)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_wlm">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_odnoklassniki">Odnoklassniki</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_wlm"></string>
<string name="account_use_orbot">Charlar a través de la red de anonimato TOR y forzar el protocolo criptográfico TLS\nNo recomentado para Google Talk</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_confirm.png -->
<string name="confirm_cancellation">¿Seguro que quieres abandonar los cambios?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_error.png -->
<string name="INCORRECT_USER_NAME">Nombre de usuario incorrecto. Detalles en la ayuda debajo.</string>
<string name="orbot_required_message">Para usar TOR debe tener instalado Orbot y activarlo para pasar todo el tráfico a través de él. ¿Quiere instalarlo desde el Google Play?</string>
<string name="orbot_required_title">¿Instalar Orbot?</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list_confirm.png -->
<string name="account_delete_confirm">¿Está seguro de que quiere borrar la cuenta %s?\n(no será borrada del servidor, sólo de Xabber)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_add">Añadir cuenta</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list_context_menu.png -->
<string name="account_delete">Eliminar cuenta</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list_context_menu.png -->
<string name="account_editor">Editar cuenta</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_authentication">Autorizando</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_connected">En línea</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_connecting">Conectando</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_disconnecting">Desconectando</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_offline">Desconectado</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_waiting">Esperando reconexión</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="development_changes_76">+ Traducción a eslovaco (¡Gracias Dominik!)\n* Corrección de validación de certificado del servidor\n* Correciones menores</string>
<string name="development_changes_79">+ Soporte TOR usando Orbot\n+ Soporte Proxy\n+ Traducciones en Bielorruso, Persa, Italiano, Portugués, Ucraniano, Chino - China, China - Taiwán\n* Corregidas las notificaciones en Android 4+\n* Corregido el historial en el lado del servidor\n* Corregida la salida de Xabber\n* Corregidas las traducciones\n* Correcciones menores\n¡Gracias amigos!</string>
<string name="production_changes_45">¡Feliz Navidad!\n+ Traducciones al holandes, eslovaco, turco y chino\n+ Soporte de archivado de mensajes (se recomienda Prosody)\n+ Configuración de historial por cuentas\n+ Copiar huella OTR al portapapeles\n* Corrección de validación de certificados de servidor\n* Menos tráfico en reconexión\n* Notificación en conferencias corregidas\n* Lista de conversaciones activas corregidas\n* Recibos de entrega corregidos\n* Notificaciones de escritura corregidas\n* Correciones menores\n¡Gracias!</string>
<string name="production_changes_48">+ Soporte TOR usando Orbot\n+ Soporte Proxy\n+ Traducciones en Bielorruso, Persa, Italiano, Portugués, Ucraniano, Chino - China, China - Taiwán\n* Corregidas las notificaciones en Android 4+\n* Corregido el historial en el lado del servidor\n* Corregida la salida de Xabber\n* Corregidas las traducciones\n* Correcciones menores\n¡Gracias amigos!</string>
</resources>
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_text">%1$s ha cambiado su estado: %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_text_none">%1$s ha borrado el texto de estado</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_join">%1$s se ha unido a la conferencia</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_kick">%1$s fue echado</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_account_is_offline.png -->
<string name="account_is_offline">Ahora mismo se encuentra desconectado. Los mensajes se enviarán la próxima vez que se conecte.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer.png -->
<string name="chat_delay">El mensaje fue enviado a las %s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer.png -->
<string name="chat_input_hint">Escribe tu mensaje aquí</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_switch.png -->
<string name="chat_page">Chat %1$d de %2$d</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer.png -->
<string name="chat_send">Enviar</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="clear_history">Limpiar historial</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="clear_message">Borrar texto</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_contact_is_offline.png -->
<string name="contact_is_offline">Los mensajes han sido enviados. Serán recibidos cuando se conecte.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="ENTRY_IS_NOT_AVAILABLE">Contacto no disponible</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="FILE_NOT_FOUND">Archivo no encontrado</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_context_menu.png -->
<string name="message_copy">Copiar</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_context_menu.png -->
<string name="message_quote">Citar</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_context_menu.png -->
<string name="message_remove">Borrar de historial</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_context_menu.png -->
<string name="message_repeat">Reintentar envío</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_settings.png -->
<string name="save_history">Guardar historial en local\nAlmacenar el histórico de mensajes en dispositivo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu.png -->
<string name="show_history">Mostrar historial</string>
<string name="action_attention_called">Llamada de atención enviada</string>
<string name="action_attention_requested">Se recibió una llamada de atención</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_ban">%1$s ha sido bloqueado</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_ban_by">%1$s fue bloqueado por %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_invite_error">Invitación no recibida por %s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_invite_sent">La invitación se envió a %s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_join_complete">Te has unido al chat como %1$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_join_complete_to">Te has unido al chat %1$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_kick_by">%1$s fue echado por %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_leave">%1$s abandonó el chat</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_nickname">%1$s cambio su alias a %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_encryption">La encriptación está activada pero tu interlocutor no ha sido verificado. Puedes verificarlo en el menú de encriptación OTR.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_error">Error OTR: %1$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_finish">El interlocutor ha abandonado la conversación. Debes hacer lo mismo o reiniciarla.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_finished_session">Tu mensaje no se ha enviado. Abandona la conversación o reinicialá.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_plain">Has abandonado la conversación encriptada</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_cheated">El interlocutor intentó manipular la verificación</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_failed">Error en la verificación</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_not_approved">Tu respuesta para la pregunta secreta fue verificada. Debes verificar también a tu interlocutor mediante pregunta secreta o secreto compartido.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_unverified">Error de verificación</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_verified">Verificación completada correctamente</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_unreadable">El mensaje encriptado recibido es ilegible</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_verified">Encriptación activada</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_available">%1$s se ha puesto en linea</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_away">%1$s se ha puesto ausente</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_chat">%1$s está libre para chatear</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_dnd">%1$s pide no molestar</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_unavailable">%1$s se ha puesto no disponible</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_xa">%1$s ausente hace mucho tiempo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_subject">%1$s ha cambiado el tema a: %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="ATTENTION_IS_NOT_SUPPORTED">El contacto no soporta o ha descativado las llamadas de atención</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="call_attention">Llamada de atención</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu.png -->
<string name="chat_settings">Ajustes de conversación</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_typing.png -->
<string name="chat_state_composing">Escribiendo ...</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_paused.png -->
<string name="chat_state_paused">Escribió algo ...</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer.png -->
<string name="chat_typed">Mensaje escrito a las %s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="export_chat">Exportar conversación</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/export_chat_done.png -->
<string name="export_chat_done">El historial ha sido exportado a la memoria SD</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/export_chat.png -->
<string name="export_chat_mask">%2$s en %1$s.html</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/export_chat.png -->
<string name="export_chat_send">Enviar después de exportar</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/export_chat.png -->
<string name="export_chat_title">Nombre de archivo:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_conference.png -->
<string name="muc_invite">Invitar a chatear…</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_leaved.png -->
<string name="muc_is_unavailable">Debes unirte al chat para que tus mensajes sean entregados</string>
<string name="occupant_list">Lista de ocupantes</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="otr_encryption">Encriptación OTR</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_end">Parar la encriptación</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_refresh">Reiniciar la encriptación</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="otr_request">Se ha pedido una conversación privada OTR (Off-the-Record) pero no tienes el plugin que lo implementa. Use Pidgin, Gajim o Adium para PC/Mac y Xabber o ChatSecure para Android. Vaya a http://otr.cypherpunks.ca/ para más información.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_01.png -->
<string name="otr_start">Iniciar encriptación</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="otr_unencrypted_message">Este mensaje no ha sido encriptado</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="otr_unreadable_message">El mensaje que has enviado es ilegible</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_otr_progress.png -->
<string name="otr_verification">Verificación OTR</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_verify_fingerprint">Verificar con huella de seguridad</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_verify_question">Verificar con pregunta</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_verify_secret">Verificar con secreto compartido</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_ADD_TO_GROUP">Error: No se puede añadir al grupo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_CREATE_CONTACT">Error: No se puede añadir el contacto</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_REMOVE_CONTACT">Error: No se puede eliminar el contacto</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_REMOVE_FROM_GROUP">Error: No se puede eliminar del grupo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_REMOVE_GROUP">Error: No se puede borrar el grupo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_RENAME_GROUP">Error: No se puede renombrar el grupo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_add.png -->
<string name="contact_account">Cuenta</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor.png -->
<string name="contact_editor_title">Editando %s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor.png -->
<string name="contact_group">Selecciona los grupos</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_add.png -->
<string name="contact_name">Alias (opcional)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_add_confirm.png -->
<string name="contact_subscribe_confirm">¿Compartir el estado de la cuenta %2$s con %1$s?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_add.png -->
<string name="contact_user">Nombre de usuario del amigo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="ENTRY_IS_NOT_FOUND">Contacto no encontrado</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor.png -->
<string name="group_add">Crear nuevo grupo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor.png -->
<string name="group_default">Amigos</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="group_exists">Este grupo ya existe</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="group_is_empty">Especificar nombre del grupo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/group_add.png -->
<string name="group_name">Nombre de grupo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="choose_account">Elija una cuenta</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="EMPTY_ACCOUNT">Seleccione una cuenta por favor</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="accept_subscription">Aceptar contacto</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="account_reconnect">Volver a conectar</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_add_account.png -->
<string name="application_action_disabled">Gestionar cuentas</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_add_account.png -->
<string name="application_action_empty">Añadir cuenta</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_action_no_contacts">Añadir contacto</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_action_no_online">Mostrar contactos desconectados</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_action_offline">Conectarse</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_action_waiting">Volver a conectar</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_connecting">Conectando...</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_add_account.png -->
<string name="application_state_disabled">Cuentas deshabilitadas</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_empty">No tiene ninguna cuenta registrada</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_no_contacts">No tiene ningún contacto</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_no_online">No hay nadie en línea</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_offline">Todas las cuentas están desconectadas</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_roster">Conectado.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_loading.png -->
<string name="application_state_starting">Cargando aplicación... </string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_waiting">Conectando...</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu_extra.png -->
<string name="chat_list">Lista de chats</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="chat_list_is_empty">Chats inactivos</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="chat_viewer">Chatear</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="close_chat">Cerrar chat</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="CONNECTION_FAILED">Error de conexión</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu.png -->
<string name="contact_add">Añadir contacto</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="contact_delete">Eliminar</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_confirm.png -->
<string name="contact_delete_confirm">¿Estás seguro de que quieres eliminar el contacto %1$s de la cuenta %2$s?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="contact_editor">Editar</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list.png -->
<string name="contact_list">Lista de contactos</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="discard_subscription">Rechazar contacto</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu.png -->
<string name="exit">Salir</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list.png -->
<string name="group_active_chat">Chats activos</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list.png -->
<string name="group_none">Sin grupos</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_context_menu.png -->
<string name="group_remove">Borrar grupo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_confirm.png -->
<string name="group_remove_confirm">¿Está seguro de que quiere borrar el grupo %s? Los miembros de este grupo permanecerán en la lista contactos.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_context_menu.png -->
<string name="group_rename">Renombrar grupo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="NO_SUCH_ACCOUNT">Cuenta no encontrada</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="NOT_CONNECTED">Conexión no establecida</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="request_subscription">Solicitar suscripción</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="XMPP_EXCEPTION">Error de stream</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_closing.png -->
<string name="application_state_closing">Guardando cambios...\nLa aplicación se cerrará a continuación</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_confirmation">%1$s.\n¿Confía totalmente en el certificado con huella sha1: %2$s? ¿Quiere que no se le notifique sobre este problema?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check_details.png -->
<string name="certificate_details">\n\n\nEmitido para:\nNombre (CN): %1$s\nOrganización (O): %2$s\nUnidad organizativa (OU): %3$s\nNúmero de serie: %4$s\n\nEmitido por:\nNombre (CN): %5$s\nOrganización (O): %6$s\nUnidad organizativa (OU): %7$s\n\nValidez:\nEmitido: %8$s\nExpira: %9$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_invalid_chane">Falló la cadena de verificación de firma</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_invalid_target">Falló la verificación del destinatario</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_self_signed">Certificado auto-firmado</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_show_details">Detalles ...</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu.png -->
<string name="close_chats">Cerrar todas las conversaciones</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_integration.png -->
<string name="contact_integration_suggest">¿Quiere integrar Xabber con los contactos del sistema?\nEsto se puede configurar en "Opciones" → "Cuentas XMPP" → Tu cuenta → "Integración con los contactos del sistema".\nNota: Los contactos del sistema pueden ir más lentos durante unos minutos.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list.png -->
<string name="group_room">Conferencias</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="OTR_ERROR">Error OTR</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_invite.png -->
<string name="select_contact">Click para seleccionar contacto</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_show_offline.png -->
<string name="show_offline_always">Mostrar contactos</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_show_offline.png -->
<string name="show_offline_never">Ocultar contactos</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_show_offline.png -->
<string name="show_offline_normal">Usar la configuración general</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_context_menu.png -->
<string name="show_offline_settings">Mostrar contactos desconectados</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_boot.png -->
<string name="start_at_boot_suggest">¿Desea que Xabber se ejecute al iniciar el aparato?</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="contact_viewer">Ver información</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_for">Ver información acerca de %s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_xmpp"></string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_jid">ID de Jabber</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_name">Nombre en Jabber</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_resources">Dispositivos</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_resource_summary">Dispositivo: %1$s \nPrioridad: %2$d \nCliente: %3$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_client_info">%1$s, tipo: %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_person">Información personal</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_nick_name">Apodo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_formatted_name">Nombre completo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_prefix_name">Prefijo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_given_name">Nombre</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_middle_name">Segundo nombre</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_family_name">Apellido</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_suffix_name">Sufijo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_birth_date">Fecha de nacimiento</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_url">Sitio web</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_organization">Organización</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_title">Puesto, función</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_role">Rol</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_other">Más información</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_categories">Categorías</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_decsription">Descripción</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_note">Notas</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address">Dirección</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_pobox">Apartado de correos</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_extadr">Dirección completa</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_street">Calle</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_locality">Localidad</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_region">Región</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_pcode">Código postal</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_ctry">País</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_telephone">Teléfono</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_email">Correo electrónico</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type">Etiquetas</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_home">Casa</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_work">Trabajo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_postal">Postal</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_parcel">Entregas</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_dom">Nacional</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_intl">Internacional</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_pref">Preferida</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_voice">Voz</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_fax">Fax</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_pager">Buscapersonas</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_cell">Móvil</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_video">Vídeo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_bbs">BBS</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_modem">Módem</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_msg">Buzón de voz</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_isdn">RDSI</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_pcs">PCS</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_internet">Internet</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_x400">X400</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="please_wait">Un momento...</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="unknown">Desconocido</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_fingerprint_description">Tu interlocutor puede proporcionarte su huella de seguridad con la que puedes comparar para asegurar que es quien dice ser. Debes usar un medio de comunicación seguro para esto.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_is_verified">Este contacto es de confianza</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_local_fingerprint">Tu huella de seguridad:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_remote_fingerprint">La huella de seguridad de tu interlocutor:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_scan_fingerprint">Escanear código QR con la huella de seguridad del interlocutor</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_show_fingerprint">Mostrar código QR con tu huella de seguridad</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint_play.png -->
<string name="zxing_install_fail">No tienes instalado Google Play. Por favor instala "Barcode Scanner" manualmente.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint_scanner.png -->
<string name="zxing_install_message">Esta aplicación necesita "Barcode Scanner". ¿Quieres instalarlo?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_copy_fingerprint">Copiar tu huella de seguridad al portapapeles</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="production_description">Cliente de código abierto de Jabber (XMPP) con soporte para múltiples cuentas en una sencilla interfaz. Xabber es gratuito, libre y sin anuncios lo que lo convierte en el mejor cliente de Jabber para Android.\n\nCaracterísticas:\n- Múltiples cuentas\n- Intercambio ágil de chats activos\n- Variedad de opciones para contactos y grupos\n- Compatible con servidores estándar de XMPP\n- Pre-configuración para cuentas de Gtalk, Facebook chat, Livejournal chat, Vkontakte, Ya.Online, Google Apps Gtalk\n- Chat multi-usuario (MUC)\n- Historial de chat\n- Exportar historial a tarjeta SD\n- Archivo de mensajes en servidor\n- Emoticons\n- Enlaces embebidos (páginas web, YouTube, e-mail, números telefónicos, XMPP URI)\n- Avatars\n- Información de contacto (vCard)\n- Agrupar contactos por grupos creados y/o por cuentas\n- Manejo de lista de contactos: agregar/remover/editar contactos, grupos, suscripciones\n- Búsqueda de contactos\n- Integración con la agenda del teléfono (llamar desde el chat o chatear desde la lista de contactos del teléfono)\n- Configuración de notificaciones por contacto\n- Notificaciones al aparecer frases clave\n- Full Unicode para chatear en cualquier lenguaje\n- Vistas para posición horizontal o vertical del dispositivo\n- Compresión de datos (no todos los servidores lo soportan)\n- Recursos/Prioridades\n- Encriptado OTR\n- TLS\n- Legacy SSL\n- SASL\n- Verificación del certificado del servidor\n- SRV y DNS Round Robin\n- Íconos por cliente en lista de contactos: Adium, Empathy, Gajim, Gtalk, iChat, Miranda, Pidgin, Psi, QIP, Xabber, Xabber VIP\n- Notificaciones de "escribiendo"\n- Recibo de mensaje entregado\n- Acceso directo a chat en la pantalla de inicio\n\nLista de servicios pre-configurados:\n- GTalk ( Google Talk, Google Apps )\n- Windows Live Messenger, MSN (requiere Android 2.2+)\n- Facebook chat\n- Livejournal chat\n- VKontakte\n- Ya.Online\n- QIP\n- Odnoklassniki\n\nPróximamente:\n- Soporte para tableta\n- Transferencia de archivos\n\nProtocolos soportados:\nRFC-3920: Core \nRFC-3921: Instant Messaging and Presence \nXEP-0030: Service Discovery \nXEP-0128: Service Discovery Extensions \nXEP-0115: Entity Capabilities \nXEP-0054: vcard-temp \nXEP-0153: vCard-Based Avatars \nXEP-0045: Multi-User Chat (incompletely) \nXEP-0078: Non-SASL Authentication \nXEP-0138: Stream Compression \nXEP-0203: Delayed Delivery \nXEP-0091: Legacy Delayed Delivery \nXEP-0199: XMPP Ping \nXEP-0147: XMPP URI Scheme Query Components \nXEP-0085: Chat State Notifications \nXEP-0184: Message Delivery Receipts \nXEP-0155: Stanza Session Negotiation \nXEP-0059: Result Set Management \nXEP-0136: Message Archiving\nXEP-0224: Attention\n\nBaja las versiones de desarrollo de Xabber para estar al día.\n\nEl código fuente de Xabber está disponible en https://github.com/redsolution/xabber-android según la licencia GNU GPLv3.\n\nPara más información visita nuestra web en http://xabber.com o sigue a @xabber_xmpp en twitter.</string>
<!-- Can be used for Google Play promotion -->
<string name="production_promo">Cliente multi-cuenta XMPP (Jabber)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="production_title">Xabber</string>
<string name="development_changes">+ Nuevas traducciones a Hebreo, Japonés y Sueco\n* Un montón de traducciones actualizadas.\n* Correcciones menores\n¡Gracias amigos!</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="development_description">Versión experimental (y posiblemente INESTABLE) de Xabber - cliente gratuito de Jabber (XMPP) con soporte para múltiples cuentas en una sencilla interfaz.\n\nPuede instalar esta versión si quiere ayudarnos a probar y mejorar Xabber. La estabilidad no está garantizada, así que si no se siente aventurero use la versión normal. ¡Pero si es arriesgado tendrá antes las nuevas funcionalidades!\n\nEl código fuente de Xabber está disponible en https://github.com/redsolution/xabber-android bajo la licencia GNU GPLv3.\n\nPara más información visite nuestro sitio web http://xabber.com o síga @xabber_xmpp en twitter.\n\nSi tiene cualquier error o ideas nuevas que proponer, envíe un correo electrónico a: info+devel@xabber.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="development_title">Xabber (versión en desarrollo)</string>
<string name="production_changes">+ Soporte TOR usando Orbot\n+ Soporte Proxy\n+ Traducciones en Bielorruso, Persa, Italiano, Portugués, Ucraniano, Chino - China, China - Taiwán\n* Corregidas las notificaciones en Android 4+\n* Corregido el historial en el lado del servidor\n* Corregida la salida de Xabber\n* Corregidas las traducciones\n* Correcciones menores\n¡Gracias amigos!</string>
<string name="short_description">Cliente libre de XMPP (Jabber) con soporte multicuenta</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="vip_description">Versión VIP de Xabber - un buen cliente de Jabber (XMPP) con soporte de múltipes cuentas y una interfaz limpia y simple. El objetivo de Xabber es ser el mejor cliente de Jabber para Android.\n\nEsta versión VIP de Xabber no tiene nada nuevo sobre la versión normal de Xabber, solo aparece una moneda de oro en el icono de la aplicación. Es muy útil para demostrar que eres generoso comprando algo que cualquiera puede obtener gratis.\n\n...</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="vip_title">Xabber VIP</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="EMPTY_NICK_NAME">Apodo no especificado</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="EMPTY_ROOM_NAME">Conferencia no especificada</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_context_menu.png -->
<string name="muc_join">Unirse a conferencia</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_nick">Apodo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_nick_hint">Su apodo en la conferencia</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_password">Contraseña</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_password_hint">la contraseña no es requerida</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_room">Conferencia</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_server">Servidor de chat multi-usuario</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_server_hint"></string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="NICK_ALREADY_USED">Alias actualmente en uso</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="ALREADY_IN_PROGRESS">Operación en progreso</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="ALREADY_JOINED">Ya existe</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_add">Unirse a conferencia</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_context_menu.png -->
<string name="muc_delete">Borrar conferencia</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_confirm.png -->
<string name="muc_delete_confirm">Confirma para borrar la conferencia %1$s de la cuenta %2$s?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_context_menu.png -->
<string name="muc_edit">Opciones de autorización</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_invite.png -->
<string name="muc_invite_confirm">%2$s te ha invitado a unirte a la conferencia %3$s. Unirte con la cuenta %1$s?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_invite.png -->
<string name="muc_invite_confirm_reason">%2$s te ha invitado a unirte a la conferencia %3$s: %4$s. Unirte con la cuenta %1$s?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_context_menu.png -->
<string name="muc_leave">Abandonar conferencia</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_save">Guardar conferencia</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="account_quantity_1">cuenta</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="account_quantity_2">cuentas</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="account_quantity_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_offline.png -->
<string name="account_quantity_offline_1">cuenta</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_offline.png -->
<string name="account_quantity_offline_2">cuentas</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_offline.png -->
<string name="account_quantity_offline_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_authorization.png -->
<string name="AUTHENTICATION_FAILED">Error de autorización</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_contact_quantity_1">contacto</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_contact_quantity_2">contactos</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_contact_quantity_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_message_quantity_1">mensaje</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_message_quantity_2">mensajes</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_message_quantity_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_status">%1$d %2$s de %3$d %4$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="connection_state_connected_1">%1$d de %2$d %3$s en línea</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="connection_state_connected_2">%1$d de %2$d %3$s en línea</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="connection_state_connected_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connecting.png -->
<string name="connection_state_connecting_1">%1$d de %2$d %3$s se están conectando</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connecting.png -->
<string name="connection_state_connecting_2">%1$d de %2$d %3$s se están conectando</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connecting.png -->
<string name="connection_state_connecting_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_waiting.png -->
<string name="connection_state_waiting_1">%1$d de %2$d %3$s esperando conexión</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_waiting.png -->
<string name="connection_state_waiting_2">%1$d de %2$d %3$s esperando conexión</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_waiting.png -->
<string name="connection_state_waiting_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_offline.png -->
<string name="connection_state_offline">%1$d %2$s desconectado</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/message_archive.png -->
<string name="archive_available_request_message">¿Quiere almacenar el histórico de mensaje en el servidor?\nEsto permite a Xabber cargar el historial desde todos los dispositivos que usen esta cuenta.\nEsta funcionalidad usará algo de tráfico adicional y reducirá ligeramente la velocidad de conexión.\nATENCIÓN: Todo su historial local será eliminado.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_archive.png -->
<string name="archive_available_request_title">¿Activar archivado de mensajes?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_certificate.png -->
<string name="INVALID_CERTIFICATE">Certificado inválido</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_invite.png -->
<string name="muc_invite_message">¿Quiere entrar a la conferencia?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_otr_progress.png -->
<string name="otr_verification_in_progress">Pulse aquí para cancelarla.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_password.png -->
<string name="PASSWORD_REQUIRED">Contraseña requerida</string>
<string name="pay_attention">Prestar atención</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_subscription.png -->
<string name="subscription_request_message">Solicitud de autorización</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases.png -->
<string name="events_phrases_title">Frases clave</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases.png -->
<string name="phrase_add">Añadir frase</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_remove.png -->
<string name="phrase_delete">Borrar frase</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_remove.png -->
<string name="phrase_delete_confirm">¿Quiere realmente borrar la frase: %s?</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases.png -->
<string name="phrase_empty">&lt; Cualquier texto &gt;</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_group">Parte del contacto de grupo</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_regexp">Expresión regular</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_sound">Sonido\nElige tono de notificación</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_text">Texto a buscar</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_user">Parte del ID de Jabber del contacto</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_debug.png -->
<string name="cache_clear">Limpiar caché\nVaciar todos los datos en local. Esto podría liberar un poco de espacio.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_debug_cache.png -->
<string name="cache_clear_warning">¿Está seguro de que quiere quitar el historial de chat y otro tipo de datos locales?\nDatos sobre la cuenta y el registro no se verán afectados. La aplicación se cerrará.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_send_by_enter">Enviar al pulsar Intro\nLos mensajes se enviarán cuando se pulse la tecla Intro</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_go_away">Ausencia automática\nAutomáticamente configura el estado como ausente al bloquear la pantalla</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_02.png -->
<string name="contacts_order">Ordenar contactos\nPermite la ordenación de los contactos</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_sort.png -->
<string name="contacts_order_alphabet">Alfabéticamente</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_sort.png -->
<string name="contacts_order_status">Por estado</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_accounts">Agrupar por cuenta\nAgrupar los contactos por cuenta en la lista de contactos</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_02.png -->
<string name="contacts_show_active_chats">Chats activos en primer plano\nMostrar los chats activos al principio de la lista de contactos</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_avatars">Mostrar avatares\nMostrar avatares de los usuarios en la lista de Contactos</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_02.png -->
<string name="contacts_show_empty_groups">Mostrar grupos vacíos\nMostrar grupos sin contactos en línea </string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_groups">Mostrar grupos\nMostrar grupos en la lista de contactos</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_offline">Mostrar contactos desconectados</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_panel">Mostrar avatar de la cuenta\nMostrar un panel con el avatar de la cuenta al principio en la lista de contactos</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_02.png -->
<string name="contacts_stay_active_chats">Duplicat chats activos\nLos chats activos aparecen al principio de la lista de contactos y en sus grupos</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_debug.png -->
<string name="debug_log">Depurar log\nEscribir mensajes en el log de depuración (para que los cambios se apliquen, por favor reinicen la aplicación)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_lightning">Luz de notificación\nParpadeo del LED en las notificaciones</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_persistent">Ícono del taskbar\nMuestra persistentemente la notificación. Esta opción previene que Android quite la aplicación cargada en memoria</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_sound">Alerta de sonido\nElegir sonido de notificación</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_vibro">Vibrar\nVibrar en notificaciones</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance.png -->
<string name="interface_theme">Tema\nAjustes de tema</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_skin.png -->
<string name="interface_theme_dark">Oscuro</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_skin.png -->
<string name="interface_theme_light">Claro</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_skin.png -->
<string name="interface_theme_normal">Por defecto</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance.png -->
<string name="interface_smiles">Emitoconos\nAjustes de emoticonos</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_smiles.png -->
<string name="interface_smiles_android">Emitoconos de Android</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_smiles.png -->
<string name="interface_smiles_none">Sin emoticonos gráficos</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_connection">Opciones de conexión\nOpciones de conexión</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_contacts">Lista de Contactos\nPersonalizar apariencia de la lista de contactos</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_02.png -->
<string name="preference_debug">Ajustes de depuración\nAjustes que permiten a los desarrolladores seguir mejorando Xabber</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu.png -->
<string name="preference_editor">Opciones</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_events">Notificaciones\nOpciones de notificación</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_interface">Opciones de Tema\nOpciones de Apariencia</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_02.png -->
<string name="about_viewer">Acerca de</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_divide">Mensaje en nueva linea\nMuestra cada mensaje en una nueva línea</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_new_line.png -->
<string name="chats_divide_portrait">En vertical</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_font_size">Tamaño de fuente\nTamaño de los textos del mensaje</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_font_size.png -->
<string name="chats_font_size_large">Grande</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_font_size.png -->
<string name="chats_font_size_normal">Normal</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_font_size.png -->
<string name="chats_font_size_small">Pequeña</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_font_size.png -->
<string name="chats_font_size_xlarge">Muy grande</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_hide_keyboard">Ocultar teclado</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_keyboard.png -->
<string name="chats_hide_keyboard_landscape">En horizontal</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_02.png -->
<string name="chats_receipt">Confirmaciones de entrega\nEnviar y procesar confirmaciones de entrega de mensajes</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_show_avatars">Avatares en mensajes\nMostrar los avatares en cada mensaje</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_show_status_change">Mostrar cambios de estado\nNotificar el cambio de estado de los contactos</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_status.png -->
<string name="chats_show_status_change_muc">En conferencias</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_state_notification">Mostrar aviso de escritura\nNotificar que estás escribiendo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_adjust_priority">Ajustar prioridad\nEstablecer la prioridad en función del estado elegido. La prioridad de la cuenta será ignorada.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="connection_go_away_immediately">Inmediatamente al bloquearse la pantalla</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_go_xa">XA al ausentarse\nPoner en "Ausencia extendidad" al bloquearse la pantalla</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_priority">Ajustes de prioridad</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_start_at_boot">Iniciar con el arranque de Android\nIniciar la aplicación cuando arranque Android. No funciona si Xabber está instalado en la tarjeta SD</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_wake_lock">Prevenir sleep mode\nReducirá la vida de la batería</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_wifi_lock">Mantener WiFi encendido\nMantener el WiFi activo estando en suspensión. Reducirá la duración de la batería</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_reset_offline">Limpiar ajustes de presencia\nBorrar los ajustes individucales para grupos y cuentas</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_reset_offline.png -->
<string name="contacts_reset_offline_warning">¿Realmente quieres borrar los ajustes individuales para grupos y cuentas?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_02.png -->
<string name="events_first_only">Avisar el primer mensaje\nNotificar solo el primer mensaje de una conversación</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_ignore_system_vibro">Ignorar preferencia del sistema\nUsar esta opción si la configuración de vibración del sistema no funciona</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_02.png -->
<string name="events_message">Configuración de notificaciones\nModificar configuración de los mensajes entrantes</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_where.png -->
<string name="events_message_chat">Sólo chats</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_where.png -->
<string name="events_message_chat_and_muc">Chats y conferencias</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_where.png -->
<string name="events_message_none">No notificar</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_02.png -->
<string name="events_show_text">Mostrar mensaje en notificación\nMostrar el texto del mensaje en el área de notificación</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_02.png -->
<string name="events_visible_chat">Notificar en el chat actual\nMuestra mensajes entrantes en el chat actual</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_02.png -->
<string name="negative_priotiry_summary">%s (no recibirás ningún mensaje de ninguna conversación)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_accounts">Cuentas XMPP\nGestionar tus cuentas</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_02.png -->
<string name="preference_security">Seguridad\nAjustes de seguridad</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security.png -->
<string name="security_check_certificate">Validar certificado de servidor\nNotificar sobre problemas con los certificados durante conexiones encriptadas</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security.png -->
<string name="security_clear_certificate">Eliminar certificados\nLimpiar la lista de certificados ignorados</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security.png -->
<string name="security_otr_history">Almacenar historial\nAlmacenar el historial de conversación en sesiones OTR</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security.png -->
<string name="security_otr_mode">Modo OTR</string>
<string name="chats_attention">Atención\nReaccionar a las llamadas de atención entrantes</string>
<string name="chats_attention_sound">Sonido de atención\nSelecciona el tono de llamada</string>
<string name="connection_load_vcard">Cargar vCard\nCargar y actualizar la información personal y avatar del contacto. Desactivar para reducir el uso de red.</string>
<string name="events_phrases">Frases clave\nNotificaciones sonoras para mensajes con frases clave</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_remove.png -->
<string name="security_clear_certificate_warning">¿Realmente quiere eliminar todos los certificados ignorados?</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_question.png -->
<string name="otr_answer">Respuesta de seguridad:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_question.png -->
<string name="otr_question">Pregunta de seguridad:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_question.png -->
<string name="otr_question_description">Usar preguntas de seguridad para verificarse mutuamente.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_secret.png -->
<string name="otr_secret">Secreto compartido:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_secret.png -->
<string name="otr_secret_description">Usar secreto compartido para verificarse mutuamente.</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="available">Disponible</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="away">Ausente</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="chat">¡Listo para chatear!</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="clear_statuses">Borrar los mensajes de estado guardados</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="dnd">No molestar</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_context_menu.png -->
<string name="edit_status">Editar estado</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="empty_status">&lt;Estado vacío&gt;</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="invisible">Invisible</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_context_menu.png -->
<string name="remove_status">Borrar estado</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_context_menu.png -->
<string name="select_status">Poner estado</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="status_editor">Cambiar estado</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="status_editor_for">Cambiar estado para %s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="status_text_hint">Ponga su estado</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="unavailable">Desconectado</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="unsubscribed">No autorizado</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="xa">Ausencia extendida</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in10m">En 10 minutos</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in15m">En un cuarto de hora</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in1h">En una hora</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in1m">En un minuto</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in2m">En 2 minutos</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in30m">En media hora</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in5m">En 5 minutos</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_status.png -->
<string name="always">Siempre</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_otr.png -->
<string name="disabled">Desactivado</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_otr.png -->
<string name="manual">Manual</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_status.png -->
<string name="never">Nunca</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_otr.png -->
<string name="required">Obligado</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_otr.png -->
<string name="auto">Automático</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/about_viewer.png -->
<string name="about_copyright">© Redsolution LTD, 2010-2014</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/about_viewer.png -->
<string name="about_feedback">mailto:info@xabber.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/about_viewer.png -->
<string name="about_site">http://www.xabber.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/about_viewer.png -->
<string name="about_version">Version: %s</string>
<string name="about_license">Licence: GNU GPLv3\n<a href="https://github.com/redsolution/xabber-android">Logiciel open source</a></string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_compression">Utiliser la compression</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_editor_title">%1$s compte %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_enabled">Activé</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_host">Hôte</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_password">Mot de passe</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_port">Port</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_priority">Priorité</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_resource">Ressource</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_server_name">Serveur</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type">Type de compte</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_facebook">nom d\'utilisateur Facebook (pas le mail)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_gtalk">nom d\'utilisateur pour gmail.com ou domaine Google Apps</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_livejournal">nom d\'utilisateur pour livejournal.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_qip">nom d\'utilisateur pour qip.ru</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_vkontakte">nom d\'utilisateur ou id pour vkontakte.ru (pas le mail)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_xmpp">nom@example.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_ya">nom d\'utilisateur pour yandex.ru (pas le mail)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_facebook">Vous ne pouvez pas vous connecter au chat Facebook avec votre email. Pour configurer le chat Facebook, vous devez fournir votre nom d\'utilisateur facebook et votre mot de passe. Pour plus de détails : http://www.facebook.com/sitetour/chat.php </string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_gtalk">Si vous n\'avez pas de compte Google vous pouvez en créer un sur http://mail.google.com\nVous pouvez aussi utiliser votre_nom@votre_domaine_google</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_livejournal">Si vous n\'avez pas de compte LiveJournal vous pouvez en créer un sur http://livejournal.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_qip">Si vous n\'avez pas de compte QIP vous pouvez en créer un sur http://qip.ru</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_vkontakte">Vous pouvez entrer votre nom (ex. masha.v.kontakte) ou id (ex: id123456). Vous ne pouvez pas vous connecter au chat VKontakte en utilisant votre email. Pour configurer le chat vous devez fournir votre nom d\'utilisateur et mot de passe Vkontakte.ru. Pour plus de détails http://vk.com/help.php?page=jabber .</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_xmpp">Si vous voulez en savoir plus sur XMPP (Jabber) : https://xmpp.org\nPour créer un nouveau compte XMPP allez sur https://register.jabber.org ou tout autre serveur Jabber.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_ya">Si vous n\'avez pas de compte Ya.Online vous pouvez en créer un sur http://yandex.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_facebook">Facebook</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_gtalk">Google Talk</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_livejournal">LiveJournal</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_qip">QIP</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_vkontakte">VKontakte</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_xmpp">XMPP</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_ya">Ya.Online</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_user_name">Nom d\'utilisateur</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_error.png -->
<string name="EMPTY_SERVER_NAME">Le nom du serveur n\'est pas spécifié</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_error.png -->
<string name="EMPTY_USER_NAME">Nom d\'utilisateur non spécifié</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_03.png -->
<string name="account_archive_mode">Enregistrer l\'historique des messages</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_available">Sur le serveur si disponible</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_dont_store">Ne pas conserver</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_local">Localement sur l\'appareil</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_server">Sur le serveur</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_unread">Localement mais seulement les non envoyés et non lus</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_compression_summary">Cocher pour activer la compression des données</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_custom">Serveur personnalisé</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_custom_summary">Utiliser un serveur personnalisé plutôt que l\'entrée SRV</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_enabled_summary">Cochez pour activer le compte</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_error.png -->
<string name="account_invalid_port">Le port doit être un nombre (défaut : 5222)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_error.png -->
<string name="account_invalid_priority">La priorité doit être un nombre compris entre -128 et 128 (défaut : 10)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_wlm.png -->
<string name="account_oauth">Autorisation</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_oauth_not_authorized.png -->
<string name="account_oauth_invalidated">Non autorisé</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_wlm.png -->
<string name="account_oauth_summary">Paramètres OAuth</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_gtalk.png -->
<string name="account_protocol_gtalk_title">Google Talk</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_wlm.png -->
<string name="account_protocol_wlm_title">WLM</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_protocol_xmpp_title">XMPP</string>
<string name="account_proxy_host">Adresse du proxy</string>
<string name="account_proxy_password">Mot de passe du proxy</string>
<string name="account_proxy_port">Port du proxy</string>
<string name="account_proxy_type">Type de proxy</string>
<string name="account_proxy_type_http">HTTP</string>
<string name="account_proxy_type_none">Désactivé</string>
<string name="account_proxy_type_orbot">Orbot</string>
<string name="account_proxy_type_socks4">SOCKS4</string>
<string name="account_proxy_type_socks5">SOCKS5</string>
<string name="account_proxy_user">Utilisateur du proxy</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_sasl">Utiliser l\'authentification SASL (recommandé)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_sasl_summary">Désactiver pour les serveurs obsolètes</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_store_password">Enregistrer le mot de passe</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_store_password_summary">Désactiver cette option pour demander le mot de passe à chaque connexion</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_syncable">Intégration au gestionnaire de contact du système</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_syncable_summary">Afficher les contacts de ce compte dans la liste de contact du téléphone</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_tls.png -->
<string name="account_tls_enable">Activer TLS</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_tls_enable_summary">Utiliser le chiffrement TLS si le serveur le permet</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_tls.png -->
<string name="account_tls_legacy">SSL obsolète</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_tls_legacy_summary">Utiliser le chiffrement SSL obsolète lors de la connexion au serveur</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_tls_mode">Utilisation de TLS/SSL</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_tls.png -->
<string name="account_tls_require">TLS requis</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_tls_require_summary">Exiger le chiffrement TLS lors de la connexion au serveur</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_odnoklassniki">Vous devez utiliser vos ID comme nom d\'utilisateur (ex: 123456). Vous ne pouvez pas vous connecter au service Odnoklasniki en utilisant votre email, login, ou numéro de téléphone.\nVotre ID peut être trouvé ici : http://www.odnoklassniki.ru/settings</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_wlm">Vous allez être redirigé vers http://live.com afin d\'entrer votre nom d\'utilisateur et votre mot de passe.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_odnoklassniki">Identité pour odnoklassniki.ru (pas le login / e-mail)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_wlm">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_odnoklassniki">Odnoklassniki</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_wlm">Windows Live Messenger</string>
<string name="account_use_orbot">Discuter à travers le réseau anonymisant TOR et forcer le chiffrement TLS. Non recommandé pour Google Talk</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_confirm.png -->
<string name="confirm_cancellation">Êtes-vous sûr de vouloir abandonner vos modifications sur ce compte ?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_error.png -->
<string name="INCORRECT_USER_NAME">Nom d\'utilisateur incorrect. Vérifier le message ci-dessous pour plus de détails.</string>
<string name="orbot_required_message">Afin de continuer avec TOR Orbot doit être installé et activé pour relayer les communications. Voulez-vous l\'installer à partir de Google Play?</string>
<string name="orbot_required_title">Installer Orbot?</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list_confirm.png -->
<string name="account_delete_confirm">Souhaitez-vous vraiment supprimer le compte %s?\n(il ne sera pas supprimé du serveur, mais seulement de Xabber)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_add">Ajouter un compte</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list_context_menu.png -->
<string name="account_delete">Supprimer le compte</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list_context_menu.png -->
<string name="account_editor">Modifier le compte</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_authentication">Autorisation en cours</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_connected">En ligne</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_connecting">Connexion en cours</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_disconnecting">Déconnexion en cours</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_offline">Hors ligne</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_waiting">En attente de reconnexion</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="development_changes_20">+ Ajout du support pour jabber.org etc.\n- Support de gmail.com désactivé</string>
<string name="development_changes_21">+ Ajout du support pour Gtalk, Facebook Chat, Livejournal chat, QIP.ru, Ya.Online, Vkontakte chat.</string>
<string name="development_changes_22">+ Correction du chat multiple et de l\'autorisation</string>
<string name="development_changes_23">+ Problèmes de déconnexion sur le changement du réseau partiellement corrigé</string>
<string name="development_changes_24">Joyeux Noël !</string>
<string name="development_changes_76">+ Traduction slovaque (Merci, Dominik)\n* Correction du problème de validation du certificat serveur\n* Corrections mineures</string>
<string name="production_changes_1">Version initiale</string>
<string name="production_changes_2">Première mise à jour</string>
<string name="production_changes_3">+Status sauvegardé entre les sessions</string>
<string name="production_changes_4">+ Correction du mode debug</string>
<string name="production_changes_5">+ Fonctionne maintenant en tant que service</string>
<string name="production_changes_6">+ Pas de son à chaque notification</string>
<string name="production_changes_7">+ Les notification sont sauvegardées dans la base de donnée\n+ Correction de la synchronisation\n+ Le clavier logiciel affiche/masque maintenant correctement le défilement de la fenêtre de chat</string>
<string name="production_changes_8">+ 48 avatars différent par défaut\n+ Groupes dans la liste de contacts\n+ Menu Préférences\n+ Types de comptes\n+ Amélioration de l\'interface</string>
<string name="production_changes_9">+ Interface utilisateur optimisée\n+ le tri de la liste de contact n\'est désormais plus sensible à la casse\n+ compte chat Facebook\n+ Option pour masquer l\'avatar dans le titre de la fenêtre de chat\n+ Les comptes peuvent être optionnellement Activés/Désactivés\n+ Amélioration de l\'interface\n- les fonctions de GeoLocalisation sont désactivées (pour le moment)</string>
<string name="production_changes_10">- Suppression de comptes non compatibles\n+ Correction de l\'appuye long sur "Ajouter compte"</string>
<string name="production_changes_11">- Suppression du menu contextuel pour passer En Ligne/Hors Ligne</string>
<string name="production_changes_12">+ Nom de l\'application modifié\n+ structure de données améliorée\n+Nombreuses corrections et mises à jour</string>
<string name="production_changes_13">+ Vider l\'historique en fonction des paramètres\n+ Dernier message de contacts amélioré</string>
<string name="production_changes_14">+ Correction des opérations d\'exploitation</string>
<string name="production_changes_16">+ Support Emoticon</string>
<string name="production_changes_19">+ Bugs à la saisie de chat corrigés</string>
<string name="production_changes_20">+ L\'anglais est désormais la langue par défaut\n+ Changement dans l\'interface utilisateur</string>
<string name="production_changes_23">+ Icônes haute résolution\n+ Options de compression</string>
<string name="production_changes_24">+ Thèmes de couleur</string>
<string name="production_changes_45">Joyeux Noël!\n+ traductions en Néerlandais, slovaque, turc, chinois\n+ Support de l\'archivage des messages (module prosody recommandé)\n+ Historique spécifique par compte\n+ Copie des empreintes OTR\nCorrections:\n* Validation du certificat\n* Réduction du trafic lors d\'une reconnexion\n* Notifications de conférences\n* Liste des conférences actives\n* Reçus de remise de message\n* Notifications lors de la frappe\n* diverses bug mineures\n* Traductions\nMerci les gars!</string>
<string name="production_changes_47">+ Les sources de Xabber sont désormais sur GitHub\n+ Traduction tchèque\n+ Notification de demande d\'attention\n+ Notifications sur expressions\n+ Options pour désactiver les accusés de reception\n+ Listes des participants dans un salon de conférence (lecture seule)\n* Multiples corrections mineures\n* Multiples corrections dans les traductions\nMerci à tous!</string>
<string name="production_changes_48">+ Utilisation de Orbot pour le support de TOR\n+ Support des proxy\n+ Traductions: bielorusse, persan, italien, portugais, ukrainien, chinois (Chine), chinois (Taiwan).\n* Correction des notifications sur Android 4+\n* Correction de l\'historique côté serveur\n* Correction de la fermeture de Xabber\n* Correction de certaines traductions\n* Corrections mineures\nMerci à tous!</string>
</resources>
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_text">%1$s a changé de statut: %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_text_none">%1$s a supprimé le message de statut</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_join">%1$s a rejoint la conférence</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_kick">%1$s a été éjecté</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_account_is_offline.png -->
<string name="account_is_offline">Vous êtes actuellement hors-ligne. Les messages seront délivrés lorsque vous vous reconnecterez</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer.png -->
<string name="chat_delay">Le message a été envoyé à %s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer.png -->
<string name="chat_input_hint">Ecrivez votre message ici</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_switch.png -->
<string name="chat_page">Chat %1$d sur %2$d</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer.png -->
<string name="chat_send">Envoyer</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="clear_history">Effacer l\'historique</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="clear_message">Effacer le texte</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_contact_is_offline.png -->
<string name="contact_is_offline">Votre correspondant est hors ligne. Il recevra vos messages à son retour.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="ENTRY_IS_NOT_AVAILABLE">Le contact n\'est pas disponible</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="FILE_NOT_FOUND">Fichier non trouvé</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_context_menu.png -->
<string name="message_copy">Copier</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_context_menu.png -->
<string name="message_quote">Citer</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_context_menu.png -->
<string name="message_remove">Supprimer de l\'historique</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_context_menu.png -->
<string name="message_repeat">Tenter à nouveau l\'envoi</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_settings.png -->
<string name="save_history">Sauvegarder l\'historique localement\nStocker l\'historique des messages localement</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu.png -->
<string name="show_history">Afficher l\'historique</string>
<string name="action_attention_called">Une demande d\'attention a été envoyée</string>
<string name="action_attention_requested">Une demande d\'attention a été envoyé</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_ban">%1$s a été banni</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_ban_by">%1$s a été banni par %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_invite_error">Invitation reçue par %s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_invite_sent">Invitation envoyée à %s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_join_complete">Vous avez joint la conversation en tant que %1$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_join_complete_to">Vous avez rejoint la conversation %1$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_kick_by">%1$s a été éjecté par %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_leave">%1$s a quitté la conversation</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_nickname">%1$s a changé son surnom en %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_encryption">Le chiffrement est activé mais l\'identité de votre interlocuteur n\'est pas confirmée. Vous pouvez la vérifier dans le menu de chiffrement OTR.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_error">Erreur OTR: %1$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_finish">Votre interlocuteur a quitté la conversation. Vous devriez faire de même ou relancer la conversation.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_finished_session">Votre message n\'a pas été envoyé. Quittez la conversation ou relancez-la.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_plain">Vous avez quitté la conversation chiffrée</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_cheated">Votre interlocuteur a tenté de tricher lors de la vérification</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_failed">Échec de la vérification</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_not_approved">Votre réponse à la question secrète a bien été vérifiée. Vous devriez la poser à votre interlocuteur.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_unverified">Échec de la vérification</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_verified">Vérification passée avec succès</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_unreadable">Le message chiffré reçu est illisible</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_verified">Le chiffrement est activé</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_available">%1$s est désormais en ligne</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_away">%1$s est désormais absent</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_chat">%1$s est disponible pour discuter</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_dnd">%1$s souhaite ne pas être dérangé</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_unavailable">%1$s est désormais indisponible</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_xa">%1$s est absent depuis un certain moment</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_subject">%1$s a changé le sujet en : %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="ATTENTION_IS_NOT_SUPPORTED">Le contact ne supporte pas ou a désactivé la fonction "Attention"</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="call_attention">Attirer l\'attention</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu.png -->
<string name="chat_settings">Préférences de la conversation</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_typing.png -->
<string name="chat_state_composing">En train de taper...</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_paused.png -->
<string name="chat_state_paused">A saisi un message...</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer.png -->
<string name="chat_typed">Le message a été tapé à %s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="export_chat">Exporter la discussion</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/export_chat_done.png -->
<string name="export_chat_done">L\'historique a été exporté sur carte SD</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/export_chat.png -->
<string name="export_chat_mask">%2$s pour %1$s.html</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/export_chat.png -->
<string name="export_chat_send">Envoyer après avoir exporté</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/export_chat.png -->
<string name="export_chat_title">Entrer un nom de fichier</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_conference.png -->
<string name="muc_invite">Inviter à discuter</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_leaved.png -->
<string name="muc_is_unavailable">Vos messages ne peuvent être délivrés. Rejoignez la discussion s\'il vous plait.</string>
<string name="occupant_list">Liste des participants</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="otr_encryption">Chiffrement OTR</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_end">Interrompre le chiffrement</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_refresh">Relancer le chiffrement</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="otr_request">Une conversation privée OTR (Off-The-Record) a été demandée mais vous n\'avez pas le plugin requis. Utilisez Pidgin, Gajim ou Adium pour PC / Mac et Xabber ou ChatSecure pour Android. Aller à la page http://otr.cypherpunks.ca/ pour plus d\'informations.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_01.png -->
<string name="otr_start">Démarrer le chiffrement</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="otr_unencrypted_message">Ce message n\'a pas été chiffré</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="otr_unreadable_message">Le message chiffré que vous avez envoyé est illisible</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_otr_progress.png -->
<string name="otr_verification">Vérification OTR</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_verify_fingerprint">Vérifiez avec une empreinte</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_verify_question">Vérifiez avec une question</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_verify_secret">Vérifiez avec un secret partagé</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_ADD_TO_GROUP">Erreur: impossible d\'ajouter ce contact au groupe</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_CREATE_CONTACT">Erreur: impossible d\'ajouter le contact</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_REMOVE_CONTACT">Erreur: impossible de supprimer le contact</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_REMOVE_FROM_GROUP">Erreur: impossible de supprimer ce contact du groupe</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_REMOVE_GROUP">Erreur: impossible de supprimer le groupe</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_RENAME_GROUP">Erreur: impossible de renommer le groupe</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_add.png -->
<string name="contact_account">Compte</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor.png -->
<string name="contact_editor_title">Modification de %s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor.png -->
<string name="contact_group">Sélectionner les groupes</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_add.png -->
<string name="contact_name">Surnom (facultatif)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_add_confirm.png -->
<string name="contact_subscribe_confirm">Partager le status de votre compte %2$s avec %1$s ?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_add.png -->
<string name="contact_user">Nom d\'utilisateur</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="ENTRY_IS_NOT_FOUND">Contact non trouvé</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor.png -->
<string name="group_add">Créer un nouveau groupe</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor.png -->
<string name="group_default">Amis</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="group_exists">Ce nom de groupe est déjà utilisé</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="group_is_empty">Définir le nom du groupe</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/group_add.png -->
<string name="group_name">Nom du groupe</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="choose_account">Choisir un compte</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="EMPTY_ACCOUNT">Merci de sélectionner un compte</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="accept_subscription">Accepter le contact</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="account_reconnect">Reconnecter</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_add_account.png -->
<string name="application_action_disabled">Gérer les comptes</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_add_account.png -->
<string name="application_action_empty">Ajouter un compte</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_action_no_contacts">Ajouter un contact</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_action_no_online">Afficher les contacts hors ligne</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_action_offline">Passer En ligne</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_action_waiting">Reconnecter</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_connecting">Connexion....</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_add_account.png -->
<string name="application_state_disabled">Comptes désactivés</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_empty">Vous n\'avez aucun compte</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_no_contacts">Vous n\'avez pas de contacts</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_no_online">Aucune personne en ligne</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_offline">Pas de compte en ligne</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_roster">Connecté.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_loading.png -->
<string name="application_state_starting">Démarrage de l\'application... </string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_waiting">En attente de connexion...</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu_extra.png -->
<string name="chat_list">Liste des conversations</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="chat_list_is_empty">Pas de conversations active</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="chat_viewer">Conversation</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="close_chat">Fermer cette conversation</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="CONNECTION_FAILED">Erreur de connexion</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu.png -->
<string name="contact_add">Ajouter un contact</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="contact_delete">Supprimer</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_confirm.png -->
<string name="contact_delete_confirm">Souhaitez vous vraiment supprimer le contact %1$s du compte %2$s ?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="contact_editor">Modifier</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list.png -->
<string name="contact_list">Liste de contacts</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="discard_subscription">Refuser le contact</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu.png -->
<string name="exit">Quitter</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list.png -->
<string name="group_active_chat">Conversations actives</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list.png -->
<string name="group_none">Pas de groupes</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_context_menu.png -->
<string name="group_remove">Supprimer le groupe</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_confirm.png -->
<string name="group_remove_confirm">Souhaitez-vous vraiment supprimer le groupe %s ? Les utilisateurs de ce groupe resteront dans votre liste de contacts</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_context_menu.png -->
<string name="group_rename">Renommer le groupe</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="NO_SUCH_ACCOUNT">Compte non trouvé</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="NOT_CONNECTED">Connexion non établie</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="request_subscription">Demande de souscription</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="XMPP_EXCEPTION">Erreur de flux</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_closing.png -->
<string name="application_state_closing">Enregistrement des modifications...\nL\'application va être fermée sous peu.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_confirmation">%1$s.\nAvez-vous tout à fait confiance dans ce certificat ayant l\'empreinte sha1: %2$s? Voulez-vous ne plus être informé des problèmes concernant ce certificat?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check_details.png -->
<string name="certificate_details">\n\nÉmis pour:\nNom commun (CN): %1$s\nOrganisation (O): %2$s\nUnité d\'organisation (OU): %3$s\nNuméro de série: %4$s\n\nÉmis par:\nNom commun (CN): %5$s\nOrganisation (O): %6$s\nUnité d\'organisation (OU): %7$s\n\nValidité:\nÉmis le: %8$s\nExpire le: %9$s.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_invalid_chane">La vérification de la chaîne des signatures a échoué</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_invalid_target">La vérification de la cible a échoué</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_self_signed">Certificat auto-signé</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_show_details">Détails...</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu.png -->
<string name="close_chats">Fermer toutes les conversations</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_integration.png -->
<string name="contact_integration_suggest">Voulez-vous que Xabber soit intégré dans le gestionnaire de contacts du système ?\nCeci peut être changé dans "Paramètres" → "Compte XMPP" → Votre compte → "Intégration des contacts".\nNB: La liste des contacts peut devenir plus lente pendant quelques minutes.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list.png -->
<string name="group_room">Conférences</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="OTR_ERROR">Erreur OTR</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_invite.png -->
<string name="select_contact">Merci de cliquer pour sélectionner le contact</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_show_offline.png -->
<string name="show_offline_always">Toujours afficher les contacts hors ligne</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_show_offline.png -->
<string name="show_offline_never">Masquer les contacts hors ligne</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_show_offline.png -->
<string name="show_offline_normal">Utiliser les paramètres généraux</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_context_menu.png -->
<string name="show_offline_settings">Afficher les contacts hors ligne</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_boot.png -->
<string name="start_at_boot_suggest">Voulez-vous lancer Xabber au démarrage ?\nCeci peut être changé via "Paramètres" → "Paramètres de connexion" → "Lancer au démarrage"</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="contact_viewer">Voir les informations</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_for">Informations sur %s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_xmpp">XMPP</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_jid">Identifiant Jabber</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_name">Nom Jabber</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_resources">Ressources</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_resource_summary">Ressource: %1$s\nPriorité: %2$d\nClient: %3$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_client_info">%1$s, type: %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_person">Informations personnelles</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_nick_name">Surnom</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_formatted_name">Nom formaté</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_prefix_name">Titre</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_given_name">Surnom</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_middle_name">Second prénom</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_family_name">Nom de famille</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_suffix_name">Suffixe</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_birth_date">Anniversaire</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_url">Site Web</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_organization">Organisation</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_title">Titre de l\'emploi, de la fonction</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_role">Rôle</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_other">Autres informations</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_categories">Catégories</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_decsription">Description</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_note">Notes</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address">Adresse</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_pobox">CP</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_extadr">Adresse étendue</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_street">Rue</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_locality">Localité</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_region">Région</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_pcode">Code Postal</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_ctry">Pays</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_telephone">Téléphone</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_email">Courrier Électronique</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type">Étiquettes</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_home">Domicile</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_work">Travail</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_postal">Code postal</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_parcel">Colis</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_dom">Domestique</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_intl">International</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_pref">Préféré</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_voice">Voix</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_fax">Fax</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_pager">Pageur</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_cell">Mobile</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_video">Vidéo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_bbs">BBS</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_modem">Modem</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_msg">Méssagerie vocale</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_isdn">RNIS</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_pcs">PCS</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_internet">Internet</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_x400">X400</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="please_wait">Veuillez patienter...</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="unknown">Inconnu</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_fingerprint_description">Votre interlocuteur ne peut fournir son empreinte, vous pouvez la comparer méticuleusement pour être sûr qu\'il est bien celui que vous pensez. Vous ne devriez pas utiliser le chat XMPP à cet effet.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_is_verified">Ce contact est digne de confiance</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_local_fingerprint">Votre empreinte:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_remote_fingerprint">L\'empreinte de votre interlocuteur:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_scan_fingerprint">Scanner le QR code de votre interlocuteur</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_show_fingerprint">Afficher le QR code de votre empreinte</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint_play.png -->
<string name="zxing_install_fail">Google Play ne semble pas installé. Merci d\'installer Barcode Scanner manuellement</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint_scanner.png -->
<string name="zxing_install_message">Cette application nécessite Barcode Scanner. Voulez-vous l\'installer?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_copy_fingerprint">Copier votre empreinte dans le presse-papier</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="production_description">Xabber est un client Jabber (XMPP) gratuit supportant le multi-comptes et avec une interface simple et propre. A la fois libre, gratuit et sans publicité, Xabber est conçu pour être le meilleur client Jabber pour Android.\n\nFonctionnalités:\n- Plusieurs comptes simultanés\n- Conversations temps réel : passage rapide entre les différentes conversations en cours\n- Nombreux paramètres d\'affichage pour les contacts et groupes\n- Compatible avec tous les serveurs XMPP standards\n- Pre-configuré pour le support de Google Talk (y compris les comptes Google Apps), Chat Facebook, Livejournal Chat, VKontakte, Ya.Online\n- Support des conversations multi-utilisateur (MUC)\n- Historique des conversations\n- Export de l\'historique sur carte SD\n- Support de l\'archivage côté serveur\n- Support des émoticônes\n- Support des liens hypertextes (pages web, Youtube, mail, numéro de téléphones, liens XMPP)\n- Avatars\n- Support des vCard\n- Regroupement les contacts par groupe et/ou par compte\n- Contrôle complet sur la liste de contact : ajouter/supprimer/éditer des contacts, groupes, souscription\n- Recherche de contact\n- Intégration dans la liste des contacts du téléphone (appelez via la fenêtre de discussion et discustez via le gestionnaire de contact de votre appareil)\n- Paramètres de notification pour chaque contact\n- Notifications sur mots clés\n- Support complet de l\'Unicode. Discutez dans toute les langues\n- Vues portrait et paysage\n- Compression de flux (tous les serveurs ne le gèrent pas actuellement)\n- Ressources/Priorités\n- Chiffrement OTR (Off The Record)\n- Support TLS\n- Support mode obsolète SSL\n- Support du SASL\n- Vérification des certificats serveur\n- Support des enregistrement DNS SRV ainsi que du round-robin\n- Icônes du logiciel client dans la liste des contacts (Adium, Empathy, Gajim, Gtalk, iChat, Miranda, Pidgin, Psi, QIP, Xabber, Xabber VIP)\n- Support des notification lors de la frappe\n- Accusé de réception des messages\n- Raccourci vers les conversations sur l\'écran d\'accueil\n\nListe des services gérés (pré-configurés) :\n- Gtalk (Google Talk, comptes Google Apps gérés également)\n- Windows Live Messenger / MSN (Android 2.2 ou supérieur)\n- Chat Facebook\n- LiveJournal\n- Vkontakte\n- Ya. Online\n- QIP\n- Odnoklassniki\n\nBientôt:\n- Interface pour tablette\n- Transfert de fichier\n\nProtocole supportés:\nRFC-3920: Core\nRFC-3921: Instant Messaging and Presence\nXEP-0030: Service Discovery\nXEP-0128: Service Discovery Extensions\nXEP-0115: Entity Capabilities\nXEP-0054: vcard-temp\nXEP-0153: vCard-Based Avatars\nXEP-0045: Multi-User Chat (incompletely)\nXEP-0078: Non-SASL Authentication\nXEP-0138: Stream Compression\nXEP-0203: Delayed Delivery\nXEP-0091: Legacy Delayed Delivery\nXEP-0199: XMPP Ping\nXEP-0147: XMPP URI Scheme Query Components\nXEP-0085: Chat State Notifications\nXEP-0184: Message Delivery Receipts\nXEP-0155: Stanza Session Negotiation\nXEP-0059: Result Set Management\nXEP-0136: Message Archiving\nXEP-0224: Attention\n\nInstallez la version de développement de Xabber pour de nouvelles fonctionnalités\n\nLe code source de Xabber est disponible sur https://github.com/redsolution/xabber-android sous la licence GNU GPLv3. \n\nPour plus d\'information visitez notre site http://xabber.com ou suivez @xabber_xmpp sur twitter</string>
<!-- Can be used for Google Play promotion -->
<string name="production_promo">Client XMPP (Jabber) Multi-Compte</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="production_title">Xabber</string>
<string name="development_changes">+ Nouvelles traductions: hebreu, japonais et suédois\n* De nombreuses traductions mises à jour\n* Corrections mineurs\nMerci à vous tous!</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="development_description">Version expérimentale (éventuellement INSTABLE) de Xabber, client jabber (XMPP) opensource et multi-comptes avec une interface propre.\n\nVous pouvez installer cette version si vous désirez nous aider à tester et développer Xabber. La stabilité n\'est pas garantie, donc si vous ne vous sentez pas l\'âme d\'un aventurier, utilisez plutôt la version stable. Mais si vous êtes un preneur de risque, vous aurez la primeur des nouvelles fonctionnalités!\n\nLe code source de Xabber est disponible sur https://github.com/redsolution/xabber-android sous la licence GNU GPLv3.\n\nPour plus d\'information, visitez notre site web http://xabber.com ou suivez @xabber_xmpp sur twitter.\n\nSi vous avez des bugs ou des idées brillantes à signaler, veuillez envoyer un mail à: info+devel@xabber.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="development_title">Xabber version de développement</string>
<string name="production_changes">+ Utilisation de Orbot pour le support de TOR\n+ Support des proxy\n+ Traductions: bielorusse, persan, italien, portugais, ukrainien, chinois (Chine), chinois (Taiwan).\n* Correction des notifications sur Android 4+\n* Correction de l\'historique côté serveur\n* Correction de la fermeture de Xabber\n* Correction de certaines traductions\n* Corrections mineures\nMerci à tous!</string>
<string name="short_description">Client XMPP (Jabber) open source et multi-compte.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="vip_description">Version VIP de Xabber — Formidable client Jabber (XMPP) opensource avec support multi-compte et avec une interface propre et simple. Xabber est conçu pour être le meilleur client Jabber pour Android.\n\nCette version VIP de Xabber n\'est en aucun cas meilleure que la version classique, les pièces d\'or sur l\'icone de l\'application ne sont là qu\'à titre distinctif pour remercier les donnateurs qui pourraient utiliser la version gratuite.\n\n...</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="vip_title">Xabber VIP</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="EMPTY_NICK_NAME">Pseudo non spécifié</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="EMPTY_ROOM_NAME">Conférence non spécifiée</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_context_menu.png -->
<string name="muc_join">Rejoindre une conférence</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_nick">Pseudo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_nick_hint">Votre pseudo dans la conférence</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_password">Mot de passe</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_password_hint">le mot de passe n\'est pas requis</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_room">Conférence</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_server">Serveur de discussions multi-utilisateur</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_server_hint">conference.jabber.org</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="NICK_ALREADY_USED">Pseudo déjà utilisé</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="ALREADY_IN_PROGRESS">Déjà en cours</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="ALREADY_JOINED">Déjà rejointe</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_add">Rejoindre une conférence</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_context_menu.png -->
<string name="muc_delete">Retirer la conférence</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_confirm.png -->
<string name="muc_delete_confirm">Souhaitez-vous vraiment retirer la conférence %1$s du compte %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_context_menu.png -->
<string name="muc_edit">Paramètres d\'autorisation</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_invite.png -->
<string name="muc_invite_confirm">%2$s vous a invité à rejoindre la conférence %3$s. La rejoindre avec le compte %1$s?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_invite.png -->
<string name="muc_invite_confirm_reason">%2$s vous a invité à rejoindre la conférence %3$s: %4$s. La rejoindre avec le compte %1$s?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_context_menu.png -->
<string name="muc_leave">Quitter la conférence</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_save">Enregistrer la conférence</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="account_quantity_1">compte</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="account_quantity_2">comptes</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="account_quantity_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_offline.png -->
<string name="account_quantity_offline_1">compte</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_offline.png -->
<string name="account_quantity_offline_2">comptes</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_offline.png -->
<string name="account_quantity_offline_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_authorization.png -->
<string name="AUTHENTICATION_FAILED">Erreur d\'autorisation</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_contact_quantity_1">contact</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_contact_quantity_2">contacts</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_contact_quantity_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_message_quantity_1">message</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_message_quantity_2">messages</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_message_quantity_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_status">%1$d %2$s de %3$d %4$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="connection_state_connected_1">%1$d sur %2$d %3$s en ligne</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="connection_state_connected_2">%1$d sur %2$d %3$s en ligne</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="connection_state_connected_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connecting.png -->
<string name="connection_state_connecting_1">%1$d sur %2$d %3$s en cours de connexion</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connecting.png -->
<string name="connection_state_connecting_2">%1$d sur %2$d %3$s en cours de connexion</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connecting.png -->
<string name="connection_state_connecting_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_waiting.png -->
<string name="connection_state_waiting_1">%1$d sur %2$d %3$s en attente de connexion</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_waiting.png -->
<string name="connection_state_waiting_2">%1$d sur %2$d %3$s en attente de connexion</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_waiting.png -->
<string name="connection_state_waiting_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_offline.png -->
<string name="connection_state_offline">%1$d %2$s hors ligne</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/message_archive.png -->
<string name="archive_available_request_message">Souhaitez-vous stocker l\'historique des messages sur le serveur ?\nCela permet à Xabber d\'obtenir l\'historique de tous les messages envoyés avec ce compte quels que soient les appareils ayant été utilisés.\nCette fonction génère un peu de trafic supplémentaire et réduit donc légèrement la vitesse de connexion.\nAVERTISSEMENT: Tout votre historique local sera supprimé.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_archive.png -->
<string name="archive_available_request_title">Activer l\'archivage des messages?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_certificate.png -->
<string name="INVALID_CERTIFICATE">Certificat non valide</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_invite.png -->
<string name="muc_invite_message">Souhaitez-vous entrer dans la conférence ?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_otr_progress.png -->
<string name="otr_verification_in_progress">Cliquez ici pour annuler.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_password.png -->
<string name="PASSWORD_REQUIRED">Mot de passe requis</string>
<string name="pay_attention">Porte attention</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_subscription.png -->
<string name="subscription_request_message">Demande d\'autorisation</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases.png -->
<string name="events_phrases_title">Expressions clé</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases.png -->
<string name="phrase_add">Ajouter une expression</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_remove.png -->
<string name="phrase_delete">Supprimer une expression</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_remove.png -->
<string name="phrase_delete_confirm">Voulez vous réellement supprimer cette expression: %s ?</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases.png -->
<string name="phrase_empty">&lt; Du texte &gt;</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_group">Partie du groupe de contact</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_regexp">Expression régulière</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_sound">Son\nChoisir le son de notification</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_text">Texte à rechercher</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_user">Partie du JID</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_debug.png -->
<string name="cache_clear">Vider le cache\nEffacer toutes les données locales. Cela peut libérer de l\'espace.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_debug_cache.png -->
<string name="cache_clear_warning">Souhaitez-vous vraiment supprimer l\'historique des conversations et autres données locales ?\nLes données de comptes et de fichier ne sont pas affectées. L\'application sera fermée.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_send_by_enter">Envoyer sur Entrée\nLe message peut être envoyé par la touche Entrée</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_go_away">Non Disponible Automatique\nPasse le statut à non disponible automatiquement au verrouillage de l\'écran</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_02.png -->
<string name="contacts_order">Trier les contacts\nPermet de définir l\'ordre des contacts</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_sort.png -->
<string name="contacts_order_alphabet">Alphabétiquement</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_sort.png -->
<string name="contacts_order_status">Par statut</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_accounts">Grouper par compte\nGroupe les contacts dans la liste de contacts par compte</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_02.png -->
<string name="contacts_show_active_chats">Conversations actives au début\nAfficher les conversations actives en haut de la liste de contacts</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_avatars">Afficher les avatars\nAfficher les avatars des utilisateurs dans la liste de contacts</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_02.png -->
<string name="contacts_show_empty_groups">Afficher les groupes vides\nAfficher les groupes sans contacts en ligne </string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_groups">Afficher les groupes\nAfficher les groupes dans la liste de contacts</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_offline">Afficher les contacts hors ligne</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_panel">Afficher le volet du compte\nAfficher le volet avec les avatars du compte au début de la liste de contact</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_02.png -->
<string name="contacts_stay_active_chats">Dupliquer les conversations actives\nLes conversatoins actives apparaissent à la fois en haut de la liste de contact et dans les groupes d\'accueil</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_debug.png -->
<string name="debug_log">Journal de débogage\nÉcrire les messages dans le journal de débogage (veuillez redémarrer l\'application pour appliquer les modifications)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_lightning">Notification lumineuse\nLa LED clignote lors d\'une notification</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_persistent">Notification persistante\nGarder Xabber dans la zone de notification. Cette option empêche Android de décharger l\'application de la mémoire</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_sound">Alerte sonore\nChoisir le son de notification</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_vibro">Vibration\nVibrer sur notification</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance.png -->
<string name="interface_theme">Thème\nParamètres de thème</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_skin.png -->
<string name="interface_theme_dark">Foncé</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_skin.png -->
<string name="interface_theme_light">Clair</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_skin.png -->
<string name="interface_theme_normal">Défaut</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance.png -->
<string name="interface_smiles">Émoticônes\nParamètres émoticônes (connu avant comme smiley)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_smiles.png -->
<string name="interface_smiles_android">Émoticônes Android</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_smiles.png -->
<string name="interface_smiles_none">Pas d\'émoticônes graphiques</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_connection">Paramètres de connexion\nParamètres de connexion</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_contacts">Liste de contacts\nPersonnaliser l\'apparence de la liste de contacts</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_02.png -->
<string name="preference_debug">Paramètres de débuggage\nMerci de sélectionner ceci si vous souhaitez aider les développeurs à améliorer Xabber</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu.png -->
<string name="preference_editor">Paramètres</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_events">Notifications\nParamètres de notification</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_interface">Apparence\nParamètres du thème</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_02.png -->
<string name="about_viewer">A propos</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_divide">Message à la ligne\nAfficher un message sur une nouvelle ligne</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_new_line.png -->
<string name="chats_divide_portrait">En mode portrait</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_font_size">Taille de la police\nTaille du texte dans le message</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_font_size.png -->
<string name="chats_font_size_large">Grand</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_font_size.png -->
<string name="chats_font_size_normal">Normal</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_font_size.png -->
<string name="chats_font_size_small">Petit</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_font_size.png -->
<string name="chats_font_size_xlarge">Très grand</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_hide_keyboard">Masquer le clavier\nMasquer le clavier après l\'envoi du message</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_keyboard.png -->
<string name="chats_hide_keyboard_landscape">En mode paysage</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_02.png -->
<string name="chats_receipt">Accusés de réception\nEnvoyer et recevoir des accusés de réception</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_show_avatars">Avatars dans les messages\nAfficher les avatars dans chaque message</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_show_status_change">Afficher les changements de statut\nAfficher un messages lors du changement de statut de votre correspondant</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_status.png -->
<string name="chats_show_status_change_muc">Dans les salons de discussions</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_state_notification">Afficher la notification de frappe\nSignaler que vous êtes en train d\'écrire</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_adjust_priority">Ajuster la priorité\nDéfinir la priorité selon la situation choisie. La priorité définie dans les préférences du compte sera remplacée.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="connection_go_away_immediately">Immédiatement au verrouillage d\'écran</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_go_xa">"Absence prolongée" en cas d\'inactivité\nPasser en "Absence prolongée" lorsque l\'écran est vérouillé</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_priority">Configuration de la priorité</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_start_at_boot">Lancer au démarrage d\'Android\nLancer l\'application au démarrage d\'Android. Ne fonctionne pas si Xabber est installé sur la carte SD.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_wake_lock">Empêcher la mise en veille\nRéduira l\'autonomie de la batterie</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_wifi_lock">Garder le wif actif\nGarder le wifi actif pendant la veille. Ceci réduit l\'autonomie.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_reset_offline">Réinitialiser les paramètres hors connexion\nEffacer les paramètres individuels pour les groupes et les comptes</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_reset_offline.png -->
<string name="contacts_reset_offline_warning">Voulez-vous réellement effacer les paramètres individuels des groupes et des comptes ?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_02.png -->
<string name="events_first_only">Alerte sur le premier message\nPrévenir seulement sur le premier message dans la discussion</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_ignore_system_vibro">Ignorer les paramètres système du vibreur\nUtiliser cette option si le vibreur ne fonctionne pas</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_02.png -->
<string name="events_message">Paramètres de notifications\nConfigurer les notifications de nouveaux messages</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_where.png -->
<string name="events_message_chat">Discussions seulement</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_where.png -->
<string name="events_message_chat_and_muc">Discussions et conférences</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_where.png -->
<string name="events_message_none">Ne pas signaler</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_02.png -->
<string name="events_show_text">Voir le message dans la zone de notification\nVoir le message texte dans la zone de notification</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_02.png -->
<string name="events_visible_chat">Signaler dans la discussion courante\nSignaler un message entrant dans la discussion courante</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_02.png -->
<string name="negative_priotiry_summary">%s (Vous ne recevrez aucun message)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_accounts">Compte XMPP\nGérer ses comptes</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_02.png -->
<string name="preference_security">Sécurité\nParamètres de sécurité</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security.png -->
<string name="security_check_certificate">Vérifier le certificat du serveur\nMe signaler les problèmes de certificat lors d\'une connexion chiffrée</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security.png -->
<string name="security_clear_certificate">Supprimer des certificats\nEffacer la liste des certificats ignorés</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security.png -->
<string name="security_otr_history">Enregistrer l\'historique\nEnregistrer l\'historique des conversations OTR</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security.png -->
<string name="security_otr_mode">Mode OTR</string>
<string name="chats_attention">Attention\nRéagir lors d\'une demande d\'attention</string>
<string name="chats_attention_sound">Son d\'une demande d\'attention\nChoisir une sonnerie</string>
<string name="connection_load_vcard">Charger les vCard\nCharger et mettre à jour les informations personnelles et les avatars des contacts. Désactiver pour réduire l\'utilisation réseau.</string>
<string name="events_phrases">Expressions clé\nNotifications sonores personnalisées sur les message comportant des expressions prédéfinies</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_remove.png -->
<string name="security_clear_certificate_warning">Voulez-vous vraiment supprimer tous les certificats ignorés?</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_question.png -->
<string name="otr_answer">Réponse à la question secrète:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_question.png -->
<string name="otr_question">Question secrète:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_question.png -->
<string name="otr_question_description">Utiliser une question secrète pour vérifier votre interlocuteur.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_secret.png -->
<string name="otr_secret">Secret partagé:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_secret.png -->
<string name="otr_secret_description">Utiliser le secret partagé pour vous vérifier mutuellement.</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="available">Disponible</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="away">Absent</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="chat">Disponible pour bavarder !</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="clear_statuses">Supprimer les messages de statut sauvegardés</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="dnd">Ne pas déranger</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_context_menu.png -->
<string name="edit_status">Modifier le statut</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="empty_status">&lt;Statut Vide&gt;</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="invisible">Invisible</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_context_menu.png -->
<string name="remove_status">Supprimer le statut</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_context_menu.png -->
<string name="select_status">Définir le statut</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="status_editor">Changer de statut</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="status_editor_for">Remplacer le statut par "%s"</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="status_text_hint">Mettre un statut</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="unavailable">Hors ligne</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="unsubscribed">Non autorisé</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="xa">Absent depuis un moment</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in10m">Dans 10 minutes</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in15m">Dans 15 minutes</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in1h">Dans une heure</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in1m">Dans une minute</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in2m">Dans 2 minutes</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in30m">Dans 30 minutes</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in5m">Dans 5 minutes</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_status.png -->
<string name="always">Toujours</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_otr.png -->
<string name="disabled">Désactivé</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_otr.png -->
<string name="manual">Manuel</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_status.png -->
<string name="never">Jamais</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_otr.png -->
<string name="required">Requis</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_otr.png -->
<string name="auto">Automatiquement</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/about_viewer.png -->
<string name="about_copyright">© Redsolution LTD, 2010-2014</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/about_viewer.png -->
<string name="about_feedback">mailto:info@xabber.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/about_viewer.png -->
<string name="about_site">http://www.xabber.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/about_viewer.png -->
<string name="about_version">גירסה: %s</string>
<string name="about_license">רשיון: GNU GPLv3\n<a href="https://github.com/redsolution/xabber-android">תכנת קוד פתוח</a></string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_compression">השתמש בדחיסה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_editor_title">חשבון %1$s &amp;rlm; %2$s‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_enabled">מאופשר</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_host">מארח</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_password">סיסמה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_port">פורט</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_priority">עדיפות</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_resource">משאב</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_server_name">שרת</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type">טיפוס חשבון</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_facebook">שם משתמש עבור facebook.com (לא דוא״ל)‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_gtalk">שם משתמש עבור gmail.com או מתחם Google Apps</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_livejournal">שם משתמש עבור livejournal.com‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_qip">שם משתמש עבור qip.ru‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_vkontakte">שם משתמש או מזהה עבור vkontakte.ru (לא דוא״ל)‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_xmpp">name@example.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_ya">שם משתמש עבור yandex.ru (לא דוא״ל)‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_facebook">באפשרותך להתחבר אל Facebook צא׳ט באמצעות הדוא״ל שלך. כדי לפתוח את Facebook צ׳אט עליך לספק שם משתמש וסיסמה של Facebook. לפרטים, ראה http://www.facebook.com/sitetour/chat.php.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_gtalk">במידה ואין לך חשבון מוגל באפשרותך ליצור כזה באתר http://mail.google.com\nאפשר גם כן להשתמש ב your_user_name@your_google_domain ‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_livejournal">במידה ואין לך חשבון Livejournal באפשרותך ליצור כזה באתר http://livejournal.com‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_qip">במידה ואין לך חשבון QIP באפשרותך ליצור כזה באתר http://qip.ru‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_vkontakte">באפשרותך לרשום את שמך (למשל masha.v.kontakte) או מזהה (למשל id123456). באפשרותך להתחבר אל VKontakte צ׳אט באמצעות הדוא״ל שלך. כדי לפתוח צ׳אט עליך לספק שם משתמש וסיסמה של Vkontakte.ru. לפרטים, ראה http://vk.com/help.php?page=jabber.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_xmpp">במידה וברצונך ללמוד עוד אודות XMPP &amp;rlm;(Jabber) ראה: https://xmpp.org\nכדי לרשום חשבון XMPP אנא המשך אל https://register.jabber.org, או אל כל שרת Jabber. </string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_ya">במידה ואין לך חשבון Ya.Online באפשרותך ליצור כזה באתר http://yandex.com‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_facebook">Facebook</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_gtalk">Google Talk</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_livejournal">LiveJournal</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_qip">QIP</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_vkontakte">VKontakte</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_xmpp">XMPP</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_ya">Ya.Online</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_user_name">שם משתמש</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_error.png -->
<string name="EMPTY_SERVER_NAME">שם שרת אינו מצוין</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_error.png -->
<string name="EMPTY_USER_NAME">שם משתמש אינו מצוין</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_03.png -->
<string name="account_archive_mode">אחסן היסטוריית הודעה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_available">על שרת כאשר זמין</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_dont_store">אל תאחסן</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_local">באופן מקומי על מכשיר</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_server">על שרת</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_unread">באופן מקומי רק עבור הודעות אשר לא נקראו או אשר לא נשלחו</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_compression_summary">סמן כדי לאפשר דחיסת נתונים</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_custom">מארח מותאם</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_custom_summary">השתמש בהגדרות שרת מותאמות במקום ברשומת SRV</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_enabled_summary">סמן כדי לאפשר חשבון</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_error.png -->
<string name="account_invalid_port">על פורט להיות מספר (ברירת מחדל: 5222)‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_error.png -->
<string name="account_invalid_priority">על ערך עדיפות להיות מספר בין 128- לבין 128 (ברירת מחדל: 10)‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_wlm.png -->
<string name="account_oauth">הרשאה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_oauth_not_authorized.png -->
<string name="account_oauth_invalidated">לא מורשה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_wlm.png -->
<string name="account_oauth_summary">הגדרות OAuth</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_gtalk.png -->
<string name="account_protocol_gtalk_title">Google Talk</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_wlm.png -->
<string name="account_protocol_wlm_title">WLM</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_protocol_xmpp_title">XMPP</string>
<string name="account_proxy_host">מארח ציר</string>
<string name="account_proxy_password">סיסמת ציר</string>
<string name="account_proxy_port">פורט ציר</string>
<string name="account_proxy_type">טיפוס ציר</string>
<string name="account_proxy_type_http">HTTP</string>
<string name="account_proxy_type_none">מנוטרל</string>
<string name="account_proxy_type_orbot">Orbot</string>
<string name="account_proxy_type_socks4">SOCKS4</string>
<string name="account_proxy_type_socks5">SOCKS5</string>
<string name="account_proxy_user">משתמש ציר</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_sasl">השתמש באישור SASL (מומלץ)‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_sasl_summary">נטרל עבור שרת ישן מאור</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_store_password">אחסן סיסמה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_store_password_summary">נטרל את אפשרות זו כדי להתבקש עבור סיסמה בכל עת בה אתה עולה לרשת</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_syncable">שלב לתוך רשימת אנשי קשר של מערכת</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_syncable_summary">הצג אנשי קשר מתוך חשבון זה בתוך רשימת אנשי קשר טלפונית</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_tls.png -->
<string name="account_tls_enable">אפשר TLS‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_tls_enable_summary">השתמש בהצפנת נחלת TLS כאשר ניתן כדי להתחבר אל שרת</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_tls.png -->
<string name="account_tls_legacy">נחלת SSL‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_tls_legacy_summary">השתמש בהצפנת נחלת SSL בעת התחברות אל שרת</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_tls_mode">שימוש TLS/SSL</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_tls.png -->
<string name="account_tls_require">דרוש TLS‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_tls_require_summary">דרוש הצפנת TLS בעת התחברות אל שרת</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_odnoklassniki">עליך להזין את המזהה שלך (למשל 123456). באפשרותך להתחבר אל Odnoklasniki צ׳אט באמצעות הדוא״ל שלך, שם כניסה או מספר טלפון. המזהה של יכול להימצא כאן http://www.odnoklassniki.ru/settings‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_wlm">אתה תכוון אל http://live.com על מנת להזין שם משתמש וסיסמה.‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_odnoklassniki">מזהה עבור odnoklassniki.ru (לא שם כניסה או דוא״ל)‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_wlm">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_odnoklassniki">Odnoklassniki</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_wlm">Windows Live Messenger</string>
<string name="account_use_orbot">שוחח מבעד לרשת אלמוניות TOR ואכוף פרוטוקול כתב-סתרים TLS\nלא מומלץ עבורGoogle Talk ‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_confirm.png -->
<string name="confirm_cancellation">האם אתה בטוח כי ברצונך לסלק את כל השינויים?‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_error.png -->
<string name="INCORRECT_USER_NAME">שם משתמש לא מדויק. בדוק תמליל עזרה מטה לפרטים</string>
<string name="orbot_required_message">על מנת להתקדם באמצעות TOR על המכשיר שלך חייב להיות Orbot מותקן ופועל כדי לתעל תעבורה מבעד אליו. האם ברצונך להתקינו מתוך Google Play?</string>
<string name="orbot_required_title">האם להתקין Orbot?</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list_confirm.png -->
<string name="account_delete_confirm">האם אכן ברצונך למחוק את חשבון %s?\n(זה לא יימחק מתוך שרת, רק מתוך Xabber)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_add">הוסף חשבון</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list_context_menu.png -->
<string name="account_delete">מחק חשבון</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list_context_menu.png -->
<string name="account_editor">ערוך חשבון</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_authentication">כעת מעניק הרשאה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_connected">מקוון</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_connecting">כעת מתחבר</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_disconnecting">כעת מתנתק</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_offline">בלתי מקוון</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_waiting">כעת ממתין להתחברות מחודשת</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="development_changes_79">+ תמיכת TOR באמצעות Orbot\n+ תמיכת ציר (Proxy)\n+ תרגומים בלרוסית, פרסית, איטלקית, פורטוגזית, אוקראינית, סינית - סין, סינית - טייוואנית\n* התראה בתוך Android +4 תוקנה\n* היסטוריית קצה שרת תוקנה\n* יציאה מתוך Xabber תוקנה\n* תיקוני תרגומים\n* עוד תיקונים\nתודה לכם אנשים!        ‎</string>
<string name="production_changes_48">+ תמיכת TOR באמצעות Orbot\n+ תמיכת ציר (Proxy)\n+ תרגומים בלרוסית, פרסית, איטלקית, פורטוגזית, אוקראינית, סינית - סין, סינית - טייוואנית\n* התראה בתוך Android +4 תוקנה\n* היסטוריית קצה שרת תוקנה\n* יציאה מתוך Xabber תוקנה\n* תיקוני תרגומים\n* עוד תיקונים\nתודה לכם אנשים! ‎</string>
</resources>
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_text">%1$s המיר(ה) מצב: %2$s‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_text_none">%1$s טיהר(ה) תמליל מצב</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_join">%1$s נכנס(ה) לועידה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_kick">%1$s נבעט(ה)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_account_is_offline.png -->
<string name="account_is_offline">אינך מקוון כעת. הודעות אשר תשלח יימסרו בפעם הבאה בה תתחבר.‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer.png -->
<string name="chat_delay">הודעה נשלחה בשעה %s‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer.png -->
<string name="chat_input_hint">הקלד את הודעתך כאן</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_switch.png -->
<string name="chat_page">שיחה %1$d מתוך %2$d‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer.png -->
<string name="chat_send">שלח</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="clear_history">טהר היסטוריה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="clear_message">טהר תמליל</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_contact_is_offline.png -->
<string name="contact_is_offline">הנמען אינו מקוון. הודעות אשר תשלח יימסרו כאשר הם יעלו בחזרה לרשת.‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="ENTRY_IS_NOT_AVAILABLE">איש קשר אינו זמין</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="FILE_NOT_FOUND">קובץ לא נמצא</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_context_menu.png -->
<string name="message_copy">העתק</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_context_menu.png -->
<string name="message_quote">צטט</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_context_menu.png -->
<string name="message_remove">הסר מתוך היסטוריה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_context_menu.png -->
<string name="message_repeat">נסה לשלוח שוב</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_settings.png -->
<string name="save_history">שמור היסטוריה מקומית\nאחסון מקומי של הודעות היסטוריה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu.png -->
<string name="show_history">הצג היסטוריה</string>
<string name="action_attention_called">קריאת הקשב נשלחה</string>
<string name="action_attention_requested">קריאת הקשב נתבקשה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_ban">%1$s נאסר(ה)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_ban_by">%1$s נאסר(ה) על ידי %2$s‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_invite_error">הזמנה לא התקבלה לידי %s‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_invite_sent">הזמנה נשלחה לכבוד %s‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_join_complete">הצטרפת אל השיחה בתור %1$s‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_join_complete_to">הצטרפת אל השיחה %1$s‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_kick_by">%1$s נבעט(ה) על ידי %2$s‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_leave">%1$s עזב(ה) שיחה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_nickname">%1$s המיר(ה) שם כינוי אל %2$s‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_encryption">הצפנה אופשרה אולם איש קשר זה טרם אומת. באפשרותך לאמת את זה מתוך תפריט ההצפנה של OTR.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_error">שגיאת OTR&amp;rlm;: %1$s‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_finish">היריב עזב דיון. עליך לעשות את אותו הדבר או לאתחל אותו.‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_finished_session">הודעתך לא נשלחה. עזוב את הדיון או אתחל אותו.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_plain">נטשת את הדיון המוצפן</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_cheated">היריב ניסה לרמות בשעת אימות‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_failed">אימות נכשל</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_not_approved">תשובתך לשאלה הסודית אומתה. עליך לשאול גם את היריב שלך או לבדוק סוד משותף.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_unverified">אימות נכשל</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_verified">אימות עבר בהצלחה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_unreadable">ההודעה המוצפנת אשר התקבלה אינה קריאה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_verified">הצפנה מאופשרת</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_available">%1$s מחובר(ת) כעת</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_away">%1$s נעדר(ת) כעת</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_chat">%1$s חופשי(ה) לשיחה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_dnd">%1$s מבקש(ת) להימנע מהפרעות</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_unavailable">%1$s לא בנמצא</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_xa">%1$s נעדר(ת) למשך זמן ארוך</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_subject">%1$s המיר(ה) את הנושא אל: %2$s‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="ATTENTION_IS_NOT_SUPPORTED">איש קשר לא תומך או ניטרל הקשב</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="call_attention">קרא הקשב</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu.png -->
<string name="chat_settings">הגדרות שיחה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_typing.png -->
<string name="chat_state_composing">כעת מקליד(ה) ...‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_paused.png -->
<string name="chat_state_paused">רשם(ה) תמליל ...‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer.png -->
<string name="chat_typed">הודעה נרשמה בשעה %s‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="export_chat">יצא שיחה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/export_chat_done.png -->
<string name="export_chat_done">היסטוריה יוצאה אל כרטיס SD Card‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/export_chat.png -->
<string name="export_chat_mask">%2$s עבור %1$s.html‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/export_chat.png -->
<string name="export_chat_send">שלח עובר ייצוא</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/export_chat.png -->
<string name="export_chat_title">הזן שם קובץ</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_conference.png -->
<string name="muc_invite">הזמן אל שיחה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_leaved.png -->
<string name="muc_is_unavailable">הודעתך לא יכולה להימסר. אנא הצטרף אל שיחה</string>
<string name="occupant_list">רשימה של נוכחים</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="otr_encryption">הצפנת OTR</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_end">הפסק הצפנה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_refresh">חדש הצפנה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="otr_request">דיון פרטי Off-the-Record התבקש אולם אין ברשותך את התוסף התומך. השתמש בלקוחות כגון Pidgin, Gajim או Adium למחשבי PC/Mac ובלקוח Xabber או ChatSecure לאנדרואיד. ראה http://otr.cypherpunks.ca/ למידע נוסף.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_01.png -->
<string name="otr_start">הפעל הצפנה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="otr_unencrypted_message">הודעה זו לא הוצפנה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="otr_unreadable_message">ההודעה המוצפנת אשר התקבלה אינה קריאה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_otr_progress.png -->
<string name="otr_verification">אימות OTR</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_verify_fingerprint">אמת בעזרת טביעת אצבע</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_verify_question">אמת בעזרת שאלה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_verify_secret">אמת בעזרת סוד משותף</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_ADD_TO_GROUP">שגיאה: אין אפשרות להוסיף לתוך קבוצה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_CREATE_CONTACT">שגיאה: אין אפשרות להוסיף איש קשר</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_REMOVE_CONTACT">שגיאה: אין אפשרות למחוק איש קשר</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_REMOVE_FROM_GROUP">שגיאה: אין אפשרות להסיר מתוך קבוצה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_REMOVE_GROUP">שגיאה: אין אפשרות למחוק קבוצה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_RENAME_GROUP">שגיאה: אין אפשרות לשנות שם קבוצה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_add.png -->
<string name="contact_account">חשבון</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor.png -->
<string name="contact_editor_title">עריכת %s‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor.png -->
<string name="contact_group">בחר קבוצה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_add.png -->
<string name="contact_name">כינוי (רשות)‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_add_confirm.png -->
<string name="contact_subscribe_confirm">לשתף מצב חשבון %2$s עם %1$s?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_add.png -->
<string name="contact_user">שם משתמש של איש קשר</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="ENTRY_IS_NOT_FOUND">איש קשר לא נמצא</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor.png -->
<string name="group_add">צור קבוצה חדשה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor.png -->
<string name="group_default">מכרים</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="group_exists">קבוצה עם שם זה כבר קיימת</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="group_is_empty">קבע שם קבוצה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/group_add.png -->
<string name="group_name">שם קבוצה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="choose_account">בחר חשבון</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="EMPTY_ACCOUNT">אנא בחר חשבון</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="accept_subscription">קבל איש קשר</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="account_reconnect">התחבר מחדש</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_add_account.png -->
<string name="application_action_disabled">נהל חשבונות</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_add_account.png -->
<string name="application_action_empty">הוסף איש קשר</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_action_no_contacts">הוסף איש קשר</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_action_no_online">הצג אנשי קשר בלתי מקוונים</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_action_offline">התחבר</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_action_waiting">התחבר מחדש</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_connecting">כעת מתחבר...‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_add_account.png -->
<string name="application_state_disabled">חשבונות מנוטרלים</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_empty">אין לך שום חשבונות</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_no_contacts">אין לך אנשי קשר</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_no_online">אף אחד לא מקוון</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_offline">אין חשבונות מקוונים</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_roster">מחובר.‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_loading.png -->
<string name="application_state_starting">כעת משגר אפליקציה... </string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_waiting">כעת ממתין לחיבור...‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu_extra.png -->
<string name="chat_list">רשימת שיחה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="chat_list_is_empty">אין שיחות פעילות</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="chat_viewer">שיחה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="close_chat">סגור שיחה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="CONNECTION_FAILED">שגיאת חיבור</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu.png -->
<string name="contact_add">הוסף איש קשר</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="contact_delete">מחק</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_confirm.png -->
<string name="contact_delete_confirm">האם אכן ברצונך למחוק את איש קשר %1$s מתוך חשבון %2$s?‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="contact_editor">ערוך</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list.png -->
<string name="contact_list">רשימת קשר</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="discard_subscription">דחה איש קשר</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu.png -->
<string name="exit">יציאה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list.png -->
<string name="group_active_chat">שיחות פעילות</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list.png -->
<string name="group_none">אין קבוצות</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_context_menu.png -->
<string name="group_remove">מחק קבוצה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_confirm.png -->
<string name="group_remove_confirm">האם אכן ברצונך למחוק את קבוצה %s? משתמשים מתוך קבוצה זו יוותרו בתוך רשימת קשר.‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_context_menu.png -->
<string name="group_rename">שנה שם קבוצה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="NO_SUCH_ACCOUNT">חשבון לא נמצא</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="NOT_CONNECTED">חיבור לא התבסס</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="request_subscription">בקש הרשמה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="XMPP_EXCEPTION">שגיאת זרם</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_closing.png -->
<string name="application_state_closing">כעת שומר שינויים...\nאפליקציה תיסגר בקרוב. ‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_confirmation">%1$s.\nהאם אתה בהחלט סומך על תעודה עם טביעת אצבע sha1&amp;rlm;: %2$s? האם אתה רוצה לקבל התראה אודות בעיה זו עם תעודה זו? ‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check_details.png -->
<string name="certificate_details">\n\nהונפקה למען:\nשם כללי (CN)&amp;rlm;: %1$s\nארגון (O)&amp;rlm;: %2$s\nיחידת ארגון (OU)&amp;rlm;: %3$s\nמספר סידורי: %4$s\n\nהונפקה על ידי:\nשם כללי (CN)&amp;rlm;: %5$s\nארגון (O)&amp;rlm;: %6$s\nיחידת ארגון (OU)&amp;rlm;: %7$s\n\nתקפות:\nהונפקה ביום: %8$s\nפוקעת ביום: %9$s.               ‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_invalid_chane">אימות שרשרת חתימה נכשל</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_invalid_target">אימות יעד נכשל</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_self_signed">תעודה חתומה באופן עצמי</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_show_details">פרטים ...‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu.png -->
<string name="close_chats">סגור את כל השיחות</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_integration.png -->
<string name="contact_integration_suggest">האם ברצונך כי Xabber ישתלב אל תוך אנשי קשר של מערכת?\nזו ניתנת לשינוי בתוך "הגדרות" ← "חשבונות XMPP" ← החשבון שלך ← "שילוב איש קשר".\nהערה: רשימת קשר של מערכת יכולה לתפקד בצורה איטית יותר למשך כמה דקות.  ‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list.png -->
<string name="group_room">ועידות</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="OTR_ERROR">שגיאת OTR</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_invite.png -->
<string name="select_contact">אנא לחץ כדי לברור איש קשר</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_show_offline.png -->
<string name="show_offline_always">הצג תמיד</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_show_offline.png -->
<string name="show_offline_never">אף פעם אל תציג</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_show_offline.png -->
<string name="show_offline_normal">השתמש בהגדרות כלליות</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_context_menu.png -->
<string name="show_offline_settings">הצג אנשי קשר בלתי מקוונים</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_boot.png -->
<string name="start_at_boot_suggest">האם ברצונך להריץ את Xabber בעת הפעלה?\nזו יכולה להשתנות בתוך "הגדרות" ← "הגדרות חיבור" ← "הרץ בהפעלה" ‎</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="contact_viewer">צפה במידע</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_for">צפיה במידע אודות %s‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_xmpp">XMPP</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_jid">מזהה Jabber</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_name">שם Jabber</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_resources">משאבים</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_resource_summary">משאב: %1$s\nעדיפות: %2$d\nלקוח: %3$s  ‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_client_info">%1$s, טיפוס: %2$s‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_person">מידע אישי</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_nick_name">שם כינוי</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_formatted_name">שם דפוס</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_prefix_name">תחילית</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_given_name">שם פרטי</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_middle_name">שם אמצעי</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_family_name">שם משפחה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_suffix_name">שם סיומת</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_birth_date">יום הולדת</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_url">אתר רשת</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_organization">ארגון</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_title">תואר משרה, תפקוד</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_role">תפקיד</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_other">מידע אחר</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_categories">קטגוריות</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_decsription">תיאור</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_note">הערות</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address">כתובת</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_pobox">תא דואר</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_extadr">כתובת מורחבת</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_street">רחוב</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_locality">מקומיות</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_region">אזור</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_pcode">מיקוד דואר</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_ctry">שם ארץ</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_telephone">טלפון</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_email">דוא״ל</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type">סיווגים</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_home">בית</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_work">עבודה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_postal">תיבת דואר</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_parcel">חבילה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_dom">ביתי</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_intl">בינלאומי</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_pref">מועדף</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_voice">משיבון</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_fax">פקס</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_pager">איתורית</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_cell">סלולרי</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_video">וידאו</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_bbs">BBS</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_modem">מודם</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_msg">מסרים קוליים</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_isdn">ISDN</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_pcs">PCS</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_internet">מרשתת</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_x400">X400</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="please_wait">אנא המתן...</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="unknown">לא מוכר</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_fingerprint_description">היריב שלך יכול לספק את טביעת האצבע שלו אשר באפשרותך להשוות עם זו המצוינת כאן כדי להסיר ספק כי הוא הינו מי שאתה חושב שהוא. אתה לא אמור להשתמש בשיחת XMPP לשם מטרה זו.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_is_verified">איש קשר זה הינו מהימן</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_local_fingerprint">טביעת האצבע שלך:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_remote_fingerprint">טביעת האצבע של היריב שלך:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_scan_fingerprint">סרוק קוד QR עם טביעת האצבע של היריב</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_show_fingerprint">הצג קוד QR עם טביעת האצבע שלך</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint_play.png -->
<string name="zxing_install_fail">אין Google Play מותקן. אנא התקן סורק ברקוד באופן ידני.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint_scanner.png -->
<string name="zxing_install_message">אפליקציה זו מצריכה סורק ברקוד. האם ברצונך להתקין כזה?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_copy_fingerprint">העתק את טביעת האצבע שלך לתוך לוח גזירה</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="production_description">לקוח Jabber &amp;rlm;(XMPP) קוד פתוח עם תמיכה רב-חשבונית וממשק חלק ופשוט. היותו הן חופשי (במובן של חירות!) וגם חופשי מפרסומות, Xabber מיועדת להיות לקוח Jabber הטוב ביותר עבור Android.\n\nתכונות:\n- חשבונות מרובים\n- החלפה מהירה בין שיחות סימולטנית\n- הגדרות ראות עשירה עבור אנשי קשר וקבוצות\n- תואם כל שרת XMPP תקני\n- תמיכת הגדרה-טרומית של חשבונות Gtalk&amp;rlm;, Facebook צ׳אט, Livejournal צ׳אט, Vkontakte, Ya.Online, Google Apps Gtalk\n- שיחה מרובת משתמשים (MUC)\n- היסטוריית שיחה\n- ייצוא היסטוריה אל כרטיס SD card\n- תמיכת ארכיב הודעה קצה שרת\n- רגשונים\n- תמיכת היפר-קישור בשורה (עמודי רשת, YouTube, דוא״ל, מספרי טלפון, XMPP Uri)\n- אווטארים\n- צפיה במידע איש קשר (vCard)\n- הקבצת אנשי קשר לפי קבוצות ו/או חשבונות\n- ניהול רשימת קשר: הוספה/הסרה/עריכת אנשי קשר, קבוצות, הרשמות\n- חיפוש אנשי קשר\n- שילוב אל תוך רשימת אנשי קשר של טלפון (התקשרו מתוך השיחה ושוחחו מתוך רשימת אנשי הקשר הטלפונית)\n- הגדרות התראה עבור כל איש קשר\n- התראות מבוססות על מימרת מפתח\n- תמיכת Unicode מלאה, שוחחו בכל שפה\n- תצוגות אנכית ורוחבית\n- דחיסת זרם (לא כל השתים נתמכים לעת עתה)\n- משאבים/עדיפויות\n- הצפנת OTR\n- תמיכת TLS\n- תמיכת נחלת SSL\n- תמיכת SASL\n- בחינה של תעודת שרת\n- תמיכת רשומת SRV וריצה מעגלית DNS\n- צלמיות תוכנות לקוח בתוך רשימת קשר (Adium, Empathy, Gajim, Gtalk, iChat, Miranda, Pidgin, Psi, QIP, Xabber, Xabber VIP)\n- תמיכת התראת הקלדה\n- קבלות מסירת הודעה\n- קיצור דרך אל שיחה במסך בית\n\nרשימה של שירותים נתמכים (הגדרה-טרומית):\n- GTalk (חשבונות Google Talk, Google Apps גם נתמכים)\n- Windows Live Messenger / MSN (נדרשת Android 2.2 ומעלה)\n- Facebook צ׳אט\n- Livejournal צ׳אט\n- VKontakte\n- Ya.Online\n- QIP\n- Odnoklassniki\n\nבקרוב:\n- ממשק טאבלט\n- העברת קובץ\n\nפרוטוקולים נתמכים:\nRFC-3920: ליבה\nRFC-3921: מסרים מידיים ונוכחות\nXEP-0030: גילוי שירות\nXEP-0128: הרחבות גילוי שירות\nXEP-0115: יכולות ישות\nXEP-0054: &amp;rlm;vcard-temp\nXEP-0153: אווטארים מבוססי-vCard\nXEP-0045: שיחה מרובת משתמשים (תמיכה חלקית)\nXEP-0078: הרשאת Non-SASL\nXEP-0138: דחיסת זרם\nXEP-0203: מסירה מושהית\nXEP-0091: נחלת מסירה מושהית\nXEP-0199: פינג XMPP\nXEP-0147: רכיבי שאילתת סכימת XMPP URI\nXEP-0085: התראות מצב שיחה\nXEP-0184: קבלות מסירת הודעה\nXEP-0155: הסדרת סשן סטנזה\nXEP-0059: Result Set Management\nXEP-0136: ארכיב הודעה\nXEP-0224: הקשב\n\nבדקו את גירסת פיתוח Xabber עבור תפקודיות חדשה.\n\nקוד מקור של Xabber הינו זמין באתר https://github.com/redsolution/xabber-android תחת רשיון GNU GPLv3.\n\nלמידע נוסף בקרו את אתר הרשת שלנו http://xabber.com או עקבו אחר @xabber_xmpp באתר twitter.</string>
<!-- Can be used for Google Play promotion -->
<string name="production_promo">לקוח XMPP ‏(Jabber) רב-חשבוני.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="production_title">Xabber</string>
<string name="development_changes">+ תרגומים חדשים בשפות יפנית, עברית, שוודית \n* המון עדכוני תרגומים \n* תיקונים קטנים \nתודה לכם חבר\'ה!</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="development_description">גירסה ניסיונית (עלולה להיות גם לא יציבה) של Xabber - לקוח Jabber &amp;rlm;(XMPP) קוד פתוח עם תמיכה רב-חשבונית וממשק חלק.\n\nבאפשרותך להתקין את גירסה זו באם ברצונך לסייע לנוו לבחון ולפתח את Xabber. יציבות אינה מובטחת, כל שאם אין ברצונך להרגיש הרפתקאני, השתמש בגירסה הרגילה. אך אם אתה כזה אשר נוהג לקחת-סיכונים, אתה תשיג תכונות חדשות לפני מוקדם יותר!\n\nקוד מקור של Xabber הינו זמין באתר https://github.com/redsolution/xabber-android תחת רשיון GNU GPLv3. \n \nלמידע נוסף בקרו את אתר הרשת שלנו http://xabber.com או עקבו אחר @xabber_xmpp באתר twitter.\n\nאם יש לכם כל מיני באגים או רעיונות מבריקים לדיווח, אנא דוורו אל: info+devel@xabber.com        ‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="development_title">גירסת פיתוח Xabber</string>
<string name="production_changes">+ תמיכת TOR באמצעות Orbot\n+ תמיכת ציר (Proxy)\n+ תרגומים בלרוסית, פרסית, איטלקית, פורטוגזית, אוקראינית, סינית - סין, סינית - טייוואנית\n* התראה בתוך Android +4 תוקנה\n* היסטוריית קצה שרת תוקנה\n* יציאה מתוך Xabber תוקנה\n* תיקוני תרגומים\n* עוד תיקונים\nתודה לכם אנשים! ‎</string>
<string name="short_description">לקוח XMPP ‏(Jabber) בעל תמיכה בחשבונות מרובים</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="vip_description">גירסת אח״מים Xabber — לקוח Jabber &amp;rlm;(XMPP) קוד פתוח כביר עם תמיכה רב-חשבונית וכן ממשק חלק ופשוט. Xabber מיועד להיות לקוח Jabber הטוב ביותר עבור Android.\n\nגירסת אח״מ זו של Xabber אינה טובה יותר בשום אופן מהגירסה הרגילה של Xabber, היותו של מטבע זהב על צלמית אפליקציה הינו התכונה הניכרת היחידה. זה מאוד שימושי כדי להתפאר על כמה שאתם נהדרים כאשר אתם קונים משהו אשר כל אחד יכול להשיג בחינם.\n\n...    ‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="vip_title">Xabber אח״מ</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="EMPTY_NICK_NAME">שם כינוי לא צוין</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="EMPTY_ROOM_NAME">ועידה לא צוינה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_context_menu.png -->
<string name="muc_join">הצטרף אל ועידה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_nick">כינוי</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_nick_hint">הכינוי שלך בתוך ועידה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_password">סיסמה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_password_hint">סיסמה אינה מחייבת</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_room">ועידה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_server">שרת שיחה מרובת משתמשים</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_server_hint">conference.jabber.org</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="NICK_ALREADY_USED">כינוי כבר מצוי תחת שימוש</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="ALREADY_IN_PROGRESS">כבר בתהליך</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="ALREADY_JOINED">כבר הצטרפת</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_add">הצטרף אל ועידה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_context_menu.png -->
<string name="muc_delete">הסר ועידה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_confirm.png -->
<string name="muc_delete_confirm">האם אכן ברצונך להסיר ועידת %1$s מתוך חשבון %2$s?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_context_menu.png -->
<string name="muc_edit">הגדרות הרשאה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_invite.png -->
<string name="muc_invite_confirm">הוזמנת על ידי %2$s להצטרף לועידת %3$s. להצטרף מתוך חשבון %1$s?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_invite.png -->
<string name="muc_invite_confirm_reason">הוזמנת על ידי %2$s להצטרף לועידת %3$s: %4$s. להצטרף מתוך חשבון %1$s?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_context_menu.png -->
<string name="muc_leave">עזוב ועידה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_save">שמור ועידה</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="account_quantity_1">חשבון</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="account_quantity_2">חשבונות</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="account_quantity_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_offline.png -->
<string name="account_quantity_offline_1">חשבון</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_offline.png -->
<string name="account_quantity_offline_2">חשבונות</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_offline.png -->
<string name="account_quantity_offline_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_authorization.png -->
<string name="AUTHENTICATION_FAILED">שגיאת הרשאה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_contact_quantity_1">איש קשר</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_contact_quantity_2">אנשי קשר</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_contact_quantity_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_message_quantity_1">הודעה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_message_quantity_2">הודעות</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_message_quantity_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_status">%1$d %2$s מאת %3$d %4$s‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="connection_state_connected_1">%1$d מתוך %2$d %3$s מקוון</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="connection_state_connected_2">%1$d מתוך %2$d %3$s מקוונים</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="connection_state_connected_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connecting.png -->
<string name="connection_state_connecting_1">%1$d מתוך %2$d %3$s מחובר</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connecting.png -->
<string name="connection_state_connecting_2">%1$d מתוך %2$d %3$s מחוברים</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connecting.png -->
<string name="connection_state_connecting_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_waiting.png -->
<string name="connection_state_waiting_1">%1$d מתוך %2$d %3$s ממתין להתחבר</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_waiting.png -->
<string name="connection_state_waiting_2">%1$d מתוך %2$d %3$s ממתינים להתחבר</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_waiting.png -->
<string name="connection_state_waiting_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_offline.png -->
<string name="connection_state_offline">%1$d %2$s בלתי מקוונים</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/message_archive.png -->
<string name="archive_available_request_message">האם ברצונך לאחסן הודעות היסטוריה בשרת?\nזו מתירה ל-Xabber לטעון היסטוריית הודעה מתוך כל המכשירים אשר משתמשים בחשבון זה.\nתכונה זו תצרוך תעבורה נוספת ותקטין מהירות חיבור במידת מה.\nאזהרה: כל ההיסטוריה המקומית שלך תוסר.   ‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_archive.png -->
<string name="archive_available_request_title">לאפשר ארכיב הודעה?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_certificate.png -->
<string name="INVALID_CERTIFICATE">תעודה חסרת תוקף</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_invite.png -->
<string name="muc_invite_message">האם ברצונך להיכנס לועידה?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_otr_progress.png -->
<string name="otr_verification_in_progress">לחץ כאן כדי לבטל זאת.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_password.png -->
<string name="PASSWORD_REQUIRED">נדרשת סיסמה</string>
<string name="pay_attention">לתשומת לבך</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_subscription.png -->
<string name="subscription_request_message">בקשת הרשאה</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases.png -->
<string name="events_phrases_title">מימרות מפתח</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases.png -->
<string name="phrase_add">הוסף מימרה</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_remove.png -->
<string name="phrase_delete">מחק מימרה</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_remove.png -->
<string name="phrase_delete_confirm">האם אכן ברצונך למחוק מימרה: %s?</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases.png -->
<string name="phrase_empty">&lt; כל תמליל &gt;</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_group">חלק (part) של קבוצת איש קשר</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_regexp">ביטוי רגולרי</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_sound">צליל\nבחירת צליל התראה ‎</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_text">תמליל לחיפוש</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_user">חלק (part) מזהה Jabber של איש קשר</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_debug.png -->
<string name="cache_clear">טהר מטמון\nטיהור כל המידע המקומי. זו יכולה לשחרר נפח מסוים.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_debug_cache.png -->
<string name="cache_clear_warning">האם אכן ברצונך להסיר היסטוריית שיחה ונתונים מקומיים אחרים?\nנתוני חשבון ורשימה אינם מושפעים. אפליקציה תיסגר.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_send_by_enter">שלח בלחיצת Enter\nהודעה יכולה להישלח על ידי לחיצה על לחצן Enter</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_go_away">נעדר-אוטומטית\nקביעת מצב נעדר אוטומטית בנעילת מסך</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_02.png -->
<string name="contacts_order">מיין אנשי קשר\nאפשרות זו מאפשרת קביעת סדר אנשי קשר</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_sort.png -->
<string name="contacts_order_alphabet">אלפבתית</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_sort.png -->
<string name="contacts_order_status">לפי מצב</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_accounts">קבץ לפי חשבון\nקיבוץ אנשי קשר בתוך רשימת קשר לפי חשבון ‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_02.png -->
<string name="contacts_show_active_chats">שיחות פעילות בשיא\nהצגת שיחות פעילות בשיא רשימת קשר</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_avatars">הצג אווטארים\nהצג אווטארים של משתמשים ברשימת קשר</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_02.png -->
<string name="contacts_show_empty_groups">הצג קבוצות ריקות\nהצגת קבוצות ריקות ללא חברים מקוונים </string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_groups">הצג קבוצות\nהצגת קבוצות בתוך רשימת קשר ‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_offline">הצג אנשי קשר בלתי מקוונים</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_panel">הצג לוח חשבון\nהצגת לוח עם אווטארים של חשבון בראשית רשימת קשר</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_02.png -->
<string name="contacts_stay_active_chats">הכפל שיחות פעילות\nשיחות פעילות מופיעות הן בשיא רשימת קשר והן בקבוצות בית</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_debug.png -->
<string name="debug_log">יומן Debug\nרישום הודעות ליומן debug (עליך להתחיל מחדש אפליקציה כדי להחיל שינויים)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_lightning">מחוון אור\nהבהוב LED על התראה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_persistent">צלמית שורת משימות\nהצגת התראה מתמדת. אפשרות זו מונעת את Android מפריקת אפליקציה מתוך זיכרון</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_sound">צפצוף אודיו\nבחירת צליל התראה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_vibro">רטט\nרטט בעת התראה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance.png -->
<string name="interface_theme">מוטיב\nהגדרות מוטיב</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_skin.png -->
<string name="interface_theme_dark">אפל</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_skin.png -->
<string name="interface_theme_light">מואר</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_skin.png -->
<string name="interface_theme_normal">ברירת מחדל</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance.png -->
<string name="interface_smiles">רגשונים\nהגדרות רגשונים (מוכר בעבר בתור סמיילים)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_smiles.png -->
<string name="interface_smiles_android">רגשוני Android</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_smiles.png -->
<string name="interface_smiles_none">בלי רגשונים גרפיים</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_connection">הגדרות חיבור\nהגדרות חיבור</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_contacts">רשימת אנשי קשר\nהתאמת הופעת רשימת קשר</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_02.png -->
<string name="preference_debug">הגדרות Debug\nהגדרות לשם עזרה למפתחים לשפר את Xabber</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu.png -->
<string name="preference_editor">הגדרות</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_events">התראות\nהגדרות התראה ‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_interface">הגדרות מוטיב\nהגדרות הופעה ‎</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_02.png -->
<string name="about_viewer">אודות</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_divide">הודעה על השורה החדשה\nהצגת הודעה על שורה חדשה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_new_line.png -->
<string name="chats_divide_portrait">בתצוגה אנכית</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_font_size">גודל גופן\nגודל תמליל בתוך הודעה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_font_size.png -->
<string name="chats_font_size_large">גדול</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_font_size.png -->
<string name="chats_font_size_normal">רגיל</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_font_size.png -->
<string name="chats_font_size_small">קטן</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_font_size.png -->
<string name="chats_font_size_xlarge">ענק</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_hide_keyboard">הסתר מקלדת\nהסתרת מקלדת תוכנה עובר שליחת הודעה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_keyboard.png -->
<string name="chats_hide_keyboard_landscape">בתצוגה רוחבית</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_02.png -->
<string name="chats_receipt">קבלות מסירת הודעה\nשליחת וקבלת קבלות מסירת הודעה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_show_avatars">אווטארים בתוך הודעות\nהצגת אווטארים בתוך כל הודעה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_show_status_change">הצג שינויי מצב\nהצגת הודעות אודות שינויי מצב</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_status.png -->
<string name="chats_show_status_change_muc">בתוך ועידות</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_state_notification">הצג התראות הקלדה\nהתראה על פעולת הקלדה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_adjust_priority">התאם עדיפות\nקביעת עדיפות בהתאם למצב נבחר. עדיפות חשבון תבוטל.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="connection_go_away_immediately">מיד בנעילת מסך</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_go_xa">"נעדרות ממושכת" כאשר עצל\nקביעת "נעדרות ממושכת" בנעילת מסך</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_priority">הגדרות עדיפות</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_start_at_boot">הפעל כאשר Android עולה\nהתחלת האפליקציה כאשר Android נדלק. זו לא עובדת כאשר Xabber הינו מותקן על גבי כרטיס SDCard.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_wake_lock">מנע מצב שינה\nאפשרות זו תפחית חיות סוללה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_wifi_lock">שמור על WiFi מפוקח\nשמירת WiFi פעיל בעת המתנה. זו תפחית חיות סוללה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_reset_offline">אפס הגדרות בלתי מקוונות\nטיהור הגדרות פרטניות עבור קבוצות וחשבונות</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_reset_offline.png -->
<string name="contacts_reset_offline_warning">האם אכן ברצונך לטהר הגדרות פרטניות עבור קבוצות וחשבונות?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_02.png -->
<string name="events_first_only">צפצף בהודעה ראשונה\nהתראה רק על הודעה ראשונה בשיחה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_ignore_system_vibro">התעלם מהגדרות רטט מערכת\nנצל את אפשרות זו רק אם רטט מערכת לא פועל</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_02.png -->
<string name="events_message">הגדרות התראה\nהתאמת התראות על הודעות נכנסות</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_where.png -->
<string name="events_message_chat">שיחות בלבד</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_where.png -->
<string name="events_message_chat_and_muc">שיחות וגם ועידות</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_where.png -->
<string name="events_message_none">אל תתריע</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_02.png -->
<string name="events_show_text">הצג הודעה בתוך התראה\nהצגת הודעת טקסט בתוך אזור התראה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_02.png -->
<string name="events_visible_chat">צפצף בתוך שיחה נוכחית\nהתראה על הודעות נכנסות בתוך שיחה נוכחית</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_02.png -->
<string name="negative_priotiry_summary">%s (אתה לא תקבל הודעות משום שיחה)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_accounts">חשבונות XMPP\nניהול החשבונות שלך</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_02.png -->
<string name="preference_security">אבטחה\nהגדרות אבטחה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security.png -->
<string name="security_check_certificate">בדוק תעודת שרת\nהתראה על בעיות תעודה במהלך חיבור מוצפן</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security.png -->
<string name="security_clear_certificate">הסר תעודות\nהסרת רשימת תעודות מנוכרות</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security.png -->
<string name="security_otr_history">אחסן היסטוריה\nאחסון היסטוריה במהלך סשן OTR</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security.png -->
<string name="security_otr_mode">מצב OTR</string>
<string name="chats_attention">הקשב\nהיענות עבור בקשות הקשב נכנסות</string>
<string name="chats_attention_sound">צליל הקשב\nבחירת צלצול</string>
<string name="connection_load_vcard">הטען vCard\nהטענת ועדכון מידע אישי ואווטאר של איש קשר. אפשר לנטרל כדי לחסוך בשימוש תעבורה.</string>
<string name="events_phrases">מימרות מפתח\nהתראות צליל מותאמות על מסרים עם מימרות קבועות מראש</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_remove.png -->
<string name="security_clear_certificate_warning">האם אכן ברצונך להסיר את כל התעודות המנוכרות?</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_question.png -->
<string name="otr_answer">תשובה סודית:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_question.png -->
<string name="otr_question">שאלה סודית:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_question.png -->
<string name="otr_question_description">השתמש בשאלה סודית כדי לאמת האחד את השני</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_secret.png -->
<string name="otr_secret">סוד משותף:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_secret.png -->
<string name="otr_secret_description">השתמש בסוד משותף כדי לאמת האחד את השני.</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="available">זמין</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="away">נעדר</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="chat">מוכן לשיחה!</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="clear_statuses">מחק הודעות מצב שמורות</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="dnd">אל נא להפריע</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_context_menu.png -->
<string name="edit_status">ערוך מצב</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="empty_status">&lt;מצב ריק&gt;</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="invisible">בלתי נראה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_context_menu.png -->
<string name="remove_status">מחק מצב</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_context_menu.png -->
<string name="select_status">קבע מצב</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="status_editor">שנה מצב</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="status_editor_for">שנה מצב עבור %s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="status_text_hint">קבע את מצבך</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="unavailable">לא מקוון</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="unsubscribed">לא מורשה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="xa">נעדר למשך זמן ארוך</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in10m">תוך 10 דקות</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in15m">תוך 15 דקות</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in1h">תוך שעה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in1m">תוך דקה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in2m">תוך 2 דקות</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in30m">תוך 30 דקות</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in5m">תוך 5 דקות</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_status.png -->
<string name="always">תמיד</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_otr.png -->
<string name="disabled">מנוטרל</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_otr.png -->
<string name="manual">ידנית</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_status.png -->
<string name="never">אף פעם</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_otr.png -->
<string name="required">חובה</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_otr.png -->
<string name="auto">אוטומטית</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/about_viewer.png -->
<string name="about_copyright">© Redsolution LTD, 2010-2014</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/about_viewer.png -->
<string name="about_feedback">mailto:info@xabber.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/about_viewer.png -->
<string name="about_site">http://www.xabber.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/about_viewer.png -->
<string name="about_version">Versione: %s</string>
<string name="about_license">Licenza: GNU GPLv3 \n<a href="https://github.com/redsolution/xabber-android">Software open source</a></string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_compression">Usa compressione</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_editor_title">%1$s account %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_enabled">Abilitato</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_host">Host</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_password">Password</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_port">Porta</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_priority">Priorità</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_resource">Risorsa</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_server_name">Server</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type">Tipo account</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_facebook">nome utente per facebook.com (non l\'email)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_gtalk">nome utente per gmail.com o per Google Apps</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_livejournal">nome utente per livejournal.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_qip">nome utente per qip.ru</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_vkontakte">nome utente o id per vkontakte.ru (non l\'email)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_xmpp">nome@esempio.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_ya">nome utente per yandex.ru (non l\'email)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_facebook">Non puoi fare il login alla chat di Facebook usando la mail. Per configurare la chat di Facebook devi usare il tuo nome utente Facebook. Visita http://www.facebook.com/sitetour/chat.php per maggiori dettagli.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_gtalk">Se non hai nessun account Google puoi crearne uno su http://mail.google.com \nPuoi anche usare tuo_nome_utente@tuo_dominio_google</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_livejournal">Se non hai nessun account Livejournal puoi crearne uno su http://livejournal.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_qip">Se non hai nessun account QIP puoi crearne uno su http://qip.ru</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_vkontakte">Puoi inserire o il tuo nome (es. nome.v.kontakte) o l\'id (es. id123456). Non puoi fare il login alla chat usando la tua email. Per impostare la chat devi fornire le tue credenziali Vkontakte.ru. Visita http://vk.com/help.php?page=jabber per maggiori dettagli.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_xmpp">Se vuoi saperne di più riguardo XMPP (Jabber), vai qui: https://xmpp.org \nPer registrare un nuovo account XMPP visita https://register.jabber.org, oppure registrati su un altro server Jabber.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_ya">Se non hai nessun account Ya.Online puoi crearne uno su http://yandex.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_facebook">Facebook</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_gtalk">Google Talk</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_livejournal">LiveJournal</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_qip">QIP</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_vkontakte">VKontakte</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_xmpp">XMPP</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_ya">Ya.Online</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_user_name">Nome utente</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_error.png -->
<string name="EMPTY_SERVER_NAME">Il nome del server non è specificato</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_error.png -->
<string name="EMPTY_USER_NAME">Il nome utente non è specificato</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_03.png -->
<string name="account_archive_mode">Memorizza la cronologia dei messaggi</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_available">Sul server se disponibile</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_dont_store">Non memorizzare</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_local">Localmente sul dispositivo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_server">Sul server</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_unread">Localmente solo per non inviati e non letti</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_compression_summary">Seleziona per abilitare la compressione dei dati</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_custom">Host personalizzato</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_custom_summary">Utilizza impostazioni host personalizzate invece del record SRV</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_enabled_summary">Seleziona per abilitare l\'account</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_error.png -->
<string name="account_invalid_port">La porta deve essere un numero (predefinita: 5222)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_error.png -->
<string name="account_invalid_priority">Il valore della priorità deve essere un numero compreso tra -128 e 128 (predefinito: 10)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_wlm.png -->
<string name="account_oauth">Autenticazione</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_oauth_not_authorized.png -->
<string name="account_oauth_invalidated">Non autorizzato</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_wlm.png -->
<string name="account_oauth_summary">Impostazioni OAuth</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_gtalk.png -->
<string name="account_protocol_gtalk_title">Google Talk</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_wlm.png -->
<string name="account_protocol_wlm_title">WLM</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_protocol_xmpp_title">XMPP</string>
<string name="account_proxy_host">Host del proxy</string>
<string name="account_proxy_password">Password del proxy</string>
<string name="account_proxy_port">Porta del proxy</string>
<string name="account_proxy_type">Tipo di proxy</string>
<string name="account_proxy_type_http">HTTP</string>
<string name="account_proxy_type_none">Disabilitato</string>
<string name="account_proxy_type_orbot">Orbot</string>
<string name="account_proxy_type_socks4">SOCKS4</string>
<string name="account_proxy_type_socks5">SOCKS5</string>
<string name="account_proxy_user">Utente del proxy</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_sasl">Usa autenticazione SASL (raccomandato)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_sasl_summary">Disabilita per server molto vecchi</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_store_password">Memorizza password</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_store_password_summary">Disabilita questa opzione per richiedere l\'inserimento della password ogni volta che ti connetti</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_syncable">Integrazione con i contatti di sistema</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_syncable_summary">Mostra i contatti di questo account nella lista dei contatti del telefono</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_tls.png -->
<string name="account_tls_enable">Abilita TLS</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_tls_enable_summary">Usa la crittografia TLS quando possibile per connettersi al server</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_tls.png -->
<string name="account_tls_legacy">SSL legacy</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_tls_legacy_summary">Usa crittografia SSL legacy quando ti connetti al server</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_tls_mode">Usa TLS/SSL</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_tls.png -->
<string name="account_tls_require">Richiede TLS</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_tls_require_summary">Richiedi crittografia TLS quando ti connetti al server</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_odnoklassniki">Devi usare il tuo ID come nome utente (ad es. 123456). Non puoi fare login alla chat Odnoklasniki usando la tua email o il tuo numero telefonico. Il tuo ID può essere recuperato da qui http://www.odnoklassniki.ru/settings</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_wlm">Sarai redirezionato su http://live.com al fine di inserire username e password</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_odnoklassniki">id per odnoklassniki.ru (non login né email)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_wlm">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_odnoklassniki">Odnoklassniki</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_wlm">Windows Live Messenger</string>
<string name="account_use_orbot">Chatta utilizzando la rete di navigazione anonima TOR e forza il protocollo di crittografia TLS \nNon consigliato per Google Talk</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_confirm.png -->
<string name="confirm_cancellation">Sei sicuro di voler ignorare tutte le modifiche?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_error.png -->
<string name="INCORRECT_USER_NAME">Nome utente sbagliato. Controlla il testo di aiuto sottostante per maggiori dettagli.</string>
<string name="orbot_required_message">Per poter utilizzare TOR occorre installare ed attivare Orbot come proxy per il traffico. Si desidera installarlo tramite Google Play?</string>
<string name="orbot_required_title">Installare Orbot?</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list_confirm.png -->
<string name="account_delete_confirm">Vuoi cancellare davvero l\'account %s?\n(non verrà cancellato dal server, ma solo da Xabber)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_add">Aggiungi account</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list_context_menu.png -->
<string name="account_delete">Cancella account</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list_context_menu.png -->
<string name="account_editor">Modifica account</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_authentication">Autenticazione</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_connected">In linea</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_connecting">Connessione</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_disconnecting">Disconnessione</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_offline">Non in linea</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_waiting">In attesa di riconnessione</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="production_changes_47">+ Il codice sorgente di Xabber è ora disponibile su GitHub\n+ Traduzioni in lingua ceca \n+ Richiamo d\'attenzione \n+ Notifiche in base a frasi chiave\n+ Opzioni per disabilitare ricevute di invio messaggi\n+ Lista degli occupanti in una stanza di chat (solo visualizzazione)\n* Svariati fix minori\n* Svariati fix di traduzione\nQuesto è tutto!</string>
<string name="production_changes_48">+ Supporto a TOR utilizzando Orbot \n+ Supporto ai Proxy \n+ Traduzioni in bielorusso, persiano, italiano, portoghese, ucraino, cinese (Cina), cinese (Taiwan) \n* Corrette le notifiche in Android 4+ \n* Corretta la cronologia lato server \n* Corretta l\'uscita da Xabber \n* Corrette le traduzioni \n* Correzioni minori \nQuesto è tutto!</string>
</resources>
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_text">%1$s ha cambiato lo stato: %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_text_none">%1$s ha cancellato il messaggio di stato</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_join">%1$s è entrato nella conferenza</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_kick">%1$s è stato cacciato</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_account_is_offline.png -->
<string name="account_is_offline">Attualmente non sei in linea. I messaggi inviati verranno consegnati la prossima volta che sarai in linea.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer.png -->
<string name="chat_delay">Messaggio inviato a %s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer.png -->
<string name="chat_input_hint">Scrivi il tuo messaggio qua</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_switch.png -->
<string name="chat_page">Chat %1$d di %2$d</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer.png -->
<string name="chat_send">Invia</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="clear_history">Cancella cronologia</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="clear_message">Cancella testo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_contact_is_offline.png -->
<string name="contact_is_offline">Il destinatario non è in linea. I messaggi inviati verranno consegnati quando tornerà in linea.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="ENTRY_IS_NOT_AVAILABLE">Il contatto non è disponibile</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="FILE_NOT_FOUND">File non trovato</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_context_menu.png -->
<string name="message_copy">Copia</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_context_menu.png -->
<string name="message_quote">Citazione</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_context_menu.png -->
<string name="message_remove">Rimuovi dalla cronologia</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_context_menu.png -->
<string name="message_repeat">Ritenta invio</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_settings.png -->
<string name="save_history">Salva cronologia in locale \nMemorizza cronologia messaggi in locale</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu.png -->
<string name="show_history">Mostra la cronologia</string>
<string name="action_attention_called">La richiesta d\'attenzione è stata inviata</string>
<string name="action_attention_requested">È stata richiesta un\'attenzione</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_ban">%1$s è stato bannato</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_ban_by">%1$s è stato bannato da %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_invite_error">L\'invito non è stato ricevuto da %s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_invite_sent">L\'invito è stato inviato da %s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_join_complete">Sei entrato in chat come %1$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_join_complete_to">Sei entrato nella chat %1$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_kick_by">%1$s è stato cacciato da %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_leave">%1$s ha abbandonato la chat</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_nickname">%1$s ha cambiato il nickname in %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_encryption">La crittografia è stata abilitata ma questo contatto non è stato verificato. Puoi verificarlo dal menu crittografia OTR.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_error">Errore OTR: %1$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_finish">L\'interlocutore ha abbandonato la conversazione. Dovresti fare lo stesso oppure riavviare la conversazione.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_finished_session">Il tuo messaggio non è stato inviato. Abbandona la conversazione o riavviala.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_plain">Hai abbandonato una conversazione crittografata</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_cheated">È stato rilevato un comportamento sospetto da parte dell\'interlocutore durante la verifica</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_failed">Verifica fallita</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_not_approved">La risposta alla domanda segrata è stata verificata. Dovresti chiedere lo stesso anche al tuo interlocutore o controllare la chiave condivisa.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_unverified">Verifica fallita</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_verified">Verifica superata con successo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_unreadable">Il messaggio crittografato ricevuto è illeggibile</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_verified">Crittografia abilitata</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_available">%1$s è ora in linea</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_away">%1$s è ora assente</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_chat">%1$s è libero per la chat</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_dnd">%1$s chiede di non essere disturbato</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_unavailable">%1$s è ora non disponibile</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_xa">%1$s è assente per molto tempo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_subject">%1$s ha cambiato l\'oggetto in: %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="ATTENTION_IS_NOT_SUPPORTED">Il contatto non supporta o ha disabilitato il richiamo d\'attenzione</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="call_attention">Richiama l\'attenzione</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu.png -->
<string name="chat_settings">Impostazioni chat</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_typing.png -->
<string name="chat_state_composing">Sta scrivendo…</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_paused.png -->
<string name="chat_state_paused">Ha inserito del testo…</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer.png -->
<string name="chat_typed">Messaggio scritto alle %s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="export_chat">Esporta chat</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/export_chat_done.png -->
<string name="export_chat_done">La cronologia è stata esportata sulla scheda SD</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/export_chat.png -->
<string name="export_chat_mask">%2$s per %1$s.html</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/export_chat.png -->
<string name="export_chat_send">Invia dopo l\'esportazione</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/export_chat.png -->
<string name="export_chat_title">Inserisci il nome del file</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_conference.png -->
<string name="muc_invite">Invito per chattare</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_leaved.png -->
<string name="muc_is_unavailable">I tuoi messaggi non possono essere consegnati. Devi entrare in chat.</string>
<string name="occupant_list">Lista degli occupanti</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="otr_encryption">Crittografia OTR</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_end">Ferma crittografia</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_refresh">Riavvia crittografia</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="otr_request">È stata richiesta una conversazione privata ma tu non hai alcun plugin di supporto. Utilizza Pidgin, Gajim o Adium per PC/Mac e Xabber o ChatSecure per Android. Visita http://otr.cypherpunks.ca/ per maggiori informazioni.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_01.png -->
<string name="otr_start">Avvia crittografia</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="otr_unencrypted_message">Questo messaggio non è stato crittografato</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="otr_unreadable_message">Il messaggio crittografato che hai inviato è illeggibile</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_otr_progress.png -->
<string name="otr_verification">Verifica OTR</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_verify_fingerprint">Verifica con impronta digitale</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_verify_question">Verifica con domanda</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_verify_secret">Verifica con chiave condivisa</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_ADD_TO_GROUP">Errore: impossibile aggiungere al gruppo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_CREATE_CONTACT">Errore: impossibile aggiungere il contatto</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_REMOVE_CONTACT">Errore: impossibile cancellare il contatto</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_REMOVE_FROM_GROUP">Errore: impossibile rimuovere dal gruppo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_REMOVE_GROUP">Errore: impossbile cancellare il gruppo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_RENAME_GROUP">Errore: impossibile rinominare il gruppo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_add.png -->
<string name="contact_account">Account</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor.png -->
<string name="contact_editor_title">Modifica %s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor.png -->
<string name="contact_group">Seleziona gruppi</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_add.png -->
<string name="contact_name">Alias (facoltativo)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_add_confirm.png -->
<string name="contact_subscribe_confirm">Vuoi condividere il tuo status %2$s con %1$s?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_add.png -->
<string name="contact_user">Nome utente contatto</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="ENTRY_IS_NOT_FOUND">Contatto non trovato</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor.png -->
<string name="group_add">Crea nuovo gruppo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor.png -->
<string name="group_default">Amici</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="group_exists">Esiste già un gruppo con questo nome</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="group_is_empty">Imposta nome gruppo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/group_add.png -->
<string name="group_name">Nome gruppo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="choose_account">Scegli un account</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="EMPTY_ACCOUNT">Seleziona un account</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="accept_subscription">Accetta contatto</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="account_reconnect">Riconnetti</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_add_account.png -->
<string name="application_action_disabled">Gestisci account</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_add_account.png -->
<string name="application_action_empty">Aggiungi account</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_action_no_contacts">Aggiungi contatto</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_action_no_online">Mostra i contatti non in linea</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_action_offline">Vai in linea</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_action_waiting">Riconnessione</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_connecting">Connessione…</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_add_account.png -->
<string name="application_state_disabled">Account disabilitato</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_empty">Non hai nessun account</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_no_contacts">Nessun contatto</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_no_online">Nessuno in linea</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_offline">Nessun account in linea</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_roster">Connesso.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_loading.png -->
<string name="application_state_starting">Avvio applicazione… </string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_waiting">In attesa di connessione…</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu_extra.png -->
<string name="chat_list">Elenco chat</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="chat_list_is_empty">Nessuna chat attiva</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="chat_viewer">Chat</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="close_chat">Chiudi chat</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="CONNECTION_FAILED">Errore di connessione</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu.png -->
<string name="contact_add">Aggiungi contatto</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="contact_delete">Cancella</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_confirm.png -->
<string name="contact_delete_confirm">Vuoi davvero cancellare il contatto %1$s dall\'account %2$s?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="contact_editor">Modifica</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list.png -->
<string name="contact_list">Lista contatti</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="discard_subscription">Rifiuta contatto</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu.png -->
<string name="exit">Esci</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list.png -->
<string name="group_active_chat">Chat attive</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list.png -->
<string name="group_none">Nessun gruppo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_context_menu.png -->
<string name="group_remove">Elimina gruppo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_confirm.png -->
<string name="group_remove_confirm">Vuoi cancellare davvero il gruppo %s? Gli utenti di quel gruppo rimarranno nella lista dei contatti.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_context_menu.png -->
<string name="group_rename">Rinomina gruppo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="NO_SUCH_ACCOUNT">Account non trovato</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="NOT_CONNECTED">Connessione non stabilita</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="request_subscription">Richiedi sottoscrizione</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="XMPP_EXCEPTION">Errore di sistema</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_closing.png -->
<string name="application_state_closing">Salvataggio cambiamenti…\nL\'applicazione verrà chiusa a breve.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_confirmation">%1$s. \nVuoi fidarti di un certificato con impronta digitale sha1: %2$s? Vuoi non essere più avvisato di questo problema con questo certificato?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check_details.png -->
<string name="certificate_details">\n\n\nRilasciato a: \nCommon Name (CN): %1$s \nOrganization (O): %2$s \nOrganizationl Unit (OU): %3$s \nSerial Number: %4$s \n\nRilasciato da: \nCommon Name (CN): %5$s \nOrganization (O): %6$s \nOrganizationl Unit (OU): %7$s \n\nValidita: \nRilasciato il: %8$s \nScadenza: %9$s.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_invalid_chane">Catena di verifica della firma fallita</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_invalid_target">Verifica destinazione fallita</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_self_signed">Certificato auto firmato</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_show_details">Dettagli…</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu.png -->
<string name="close_chats">Chiudi tutte le chat</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_integration.png -->
<string name="contact_integration_suggest">Vuoi che Xabber si integri con i contatti di sistema?\nQuesto può essere cambiato in "Impostazioni" → "Account XMPP" → Tuo account → "Integrazione contatti".\nNB: la lista dei contatti di sistema potrebbe subire dei rallentamenti per alcuni minuti.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list.png -->
<string name="group_room">Conferenze</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="OTR_ERROR">Errore OTR</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_invite.png -->
<string name="select_contact">Clicca per selezionare il contatto</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_show_offline.png -->
<string name="show_offline_always">Mostra sempre</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_show_offline.png -->
<string name="show_offline_never">Non visualizzare mai</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_show_offline.png -->
<string name="show_offline_normal">Usa impostazioni globali</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_context_menu.png -->
<string name="show_offline_settings">Mostra contatti non in linea</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_boot.png -->
<string name="start_at_boot_suggest">Vuoi lanciare Xabber all\'avvio? \nQuesto può essere cambiato in "Impostazioni" → "Impostazioni di connessione" → "Avvia all\'accensione"</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="contact_viewer">Visualizza dettagli</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_for">Visualizza dettagli per %s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_xmpp">XMPP</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_jid">ID Jabber</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_name">Nome Jabber</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_resources">Risorse</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_resource_summary">Risorsa: %1$s \nPriorità: %2$d \nClient: %3$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_client_info">%1$s, tipo: %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_person">Informazioni personali</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_nick_name">Nickname</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_formatted_name">Nome visualizzato</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_prefix_name">Prefisso</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_given_name">Nome</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_middle_name">Secondo nome</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_family_name">Cognome</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_suffix_name">Suffisso</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_birth_date">Compleanno</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_url">Sito web</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_organization">Organizzazione</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_title">Lavoro, funzione</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_role">Ruolo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_other">Altre informazioni</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_categories">Categorie</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_decsription">Descrizione</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_note">Note</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address">Indirizzo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_pobox">Casella Postale</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_extadr">Indirizzo esteso</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_street">Via</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_locality">Località</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_region">Regione</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_pcode">CAP</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_ctry">Nazione</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_telephone">Telefono</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_email">Email</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type">Etichette</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_home">Casa</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_work">Lavoro</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_postal">Postale</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_parcel">Pacco</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_dom">Nazionale</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_intl">Internazionale</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_pref">Preferito</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_voice">Voce</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_fax">Fax</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_pager">Cercapersone</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_cell">Cellulare</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_video">Video</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_bbs">BBS</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_modem">Modem</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_msg">Messaggio vocale</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_isdn">ISDN</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_pcs">PCS</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_internet">Internet</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_x400">X400</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="please_wait">Attendere prego…</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="unknown">Sconosciuto</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_fingerprint_description">Il tuo interlocutore può fornire la propria impronta digitale che puoi confrontare con quella specificata per essere sicuro che sia effettivamente lui. Non dovresti usare una chat XMPP per questo scopo.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_is_verified">Questo contatto è fidato</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_local_fingerprint">La tua impronta digitale:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_remote_fingerprint">L\'impronta digitale del tuo interlocutore:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_scan_fingerprint">Analizza il codice QR con l\'impronta digitale dell\'interlocutore</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_show_fingerprint">Mostra il codice QR con la tua impronta digitale</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint_play.png -->
<string name="zxing_install_fail">Google Play non è installato. Devi installare Barcode Scanner manualmente.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint_scanner.png -->
<string name="zxing_install_message">Questa applicazione richiede Barcode Scanner. Vuoi installarla?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_copy_fingerprint">Copia la tua impronta digitale negli appunti</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="production_description">Client Jabber (XMPP) open source con supporto multi-account con interfaccia semplice e chiara. Applicazione free (libera) e senza pubblicità, Xabber è progettato per essere il miglior client Jabber per Android. \n \nCaratteristiche: \n- Account multipli \n- Passaggio rapido da una chat all\'altra \n- Vasta gamma di impostazioni per contatti e gruppi \n- Supporto pre-configutato per gli account Gtalk, Facebook chat, Livejournal chat, Vkontakte, Ya.Online, Google Apps Gtalk \n- Chat multi utente \n- Cronologia \n- Esportazione della cronologia su schede SD \n- Supporto archiviazione messaggio lato serer \n- Emoticons \n- Supporto link ipertestuali (pagine web, YouTube, email, numeri telefonici, Uri XMPP) \n- Avatars \n- Visualizzazione informazione di contatto (vCards) \n- Raggruppamento contatti per gruppo e/o account \n- Gestione lista contatti: inserimento/rimozione/modifica contatti, gruppi, sottoscrizioni \n- Ricerca contatti \n- Integrazione con la lista dei contatti del telefono \n- Impostazioni di notifica per ciascun contatto \n- Notifiche in base a certe frasi \n- Supporto completo Unicode, chat in qualsiasi lingua \n- Visualizzazione orizzontale e verticale \n- Compressione flusso (non tutti i server lo supportano attualmente) \n- Risorse/priorità \n- Crittografia OTR \n- Supporto TLS \n- Supporto SSL legacy \n- Supporto SASL \n- Controllo per certificato server \n- Supporto per record SRV e DNS round robin \n- Icone nella lista dei contatti (Adium, Empathy, Gajim, Gtalk, iChat, Miranda, Pidgin, Psi, QIP, Xabber, Xabber VIP) \n- Supporto notifica di scrittura \n- Scorciatorie alle chat nella schermata principale \n \nLista dei servizi (pre-configurati) supportati: \n- GTalk (Google Talk, gli account Google Apps sono supportati) \n- Windows Live Messenger / MSN (richiesto Android 2.2 o superiore) \n- Chat Facebook \n- Chat Livejournal \n- VKontakte \n- Ya.Online \n- QIP \n- Odnoklassniki \n \nA breve: \n- Interfaccia tablet \n- Trasferimento file \n \nProtocolli supportati: \nRFC-3920: Core \nRFC-3921: Instant Messaging and Presence \nXEP-0030: Service Discovery \nXEP-0128: Service Discovery Extensions \nXEP-0115: Entity Capabilities \nXEP-0054: vcard-temp \nXEP-0153: vCard-Based Avatars \nXEP-0045: Multi-User Chat (incompletely) \nXEP-0078: Non-SASL Authentication \nXEP-0138: Stream Compression \nXEP-0203: Delayed Delivery \nXEP-0091: Legacy Delayed Delivery \nXEP-0199: XMPP Ping \nXEP-0147: XMPP URI Scheme Query Components \nXEP-0085: Chat State Notifications \nXEP-0184: Message Delivery Receipts \nXEP-0155: Stanza Session Negotiation \nXEP-0059: Result Set Management \nXEP-0136: Message Archiving \nXEP-0224: Attention \n\nControlla la versione sperimentale di Xabber per le nuove funzionalità. \n \nIl codice sorgente di Xabber è disponibile su https://github.com/redsolution/xabber-android sotto la licenza GNU GPLv3.\n \nPer ulteriori informazioni visita il nostro sito web http://xabber.com o seguici su @xabber_xmpp su Twitter.</string>
<!-- Can be used for Google Play promotion -->
<string name="production_promo">Client multi-account Jabber (XMPP).</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="production_title">Xabber</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="development_description">Versione sperimentale (probabilmente INSTABILE) di Xabber - client Jabber (XMPP) open source con supporto multi account e con interfaccia chiara e pulita.\n\nPuoi installare questa versione se vuoi aiutarci a testare e sviluppare Xabber. La stabilità non è garantita, quindi se non sei un amante del rischio, usa la versione standard. Ma se lo SEI, potrai sperimentare per primo le nuove funzionalità!\n\nIl codice sorgente di Xabber è disponibile su https://github.com/redsolution/xabber-android sotto la licenza GNU GPLv3.\n\nPer maggiori informazioni visita il nostro sito web http://xabber.com o seguici su @xabber_xmpp su twitter.\n\nSe scopri qualche bug o hai qualche idea brillante per Xabber da segnalarci, inviaci una mail a: info+devel@xabber.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="development_title">Versione di sviluppo di Xabber</string>
<string name="production_changes">+ Supporto a TOR utilizzando Orbot \n+ Supporto ai Proxy \n+ Traduzioni in bielorusso, persiano, italiano, portoghese, ucraino, cinese (Cina), cinese (Taiwan) \n* Corrette le notifiche in Android 4+ \n* Corretta la cronologia lato server \n* Corretta l\'uscita da Xabber \n* Corrette le traduzioni \n* Correzioni minori \nQuesto è tutto!</string>
<string name="short_description">Open source XMPP (Jabber) client with multi-account support</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="vip_description">Versione VIP di Xabber — ottimo client Jabber (XMPP) open source con supporto account multiplo, con interfaccia chiara ed intuitiva. Xabber è progettato per essere il miglior client Jabber per Android. \n\nLa versione VIP di Xabber non ha niente di meglio rispetto alla versione standard di Xabber, l\'unica caratteristica peculiare è l\'icona dorata dell\'applicazione. Questo per dimostrare di aver comprato un qualcosa che gli altri possono ottenere gratuitamente.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="vip_title">Xabber VIP</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="EMPTY_NICK_NAME">Nickname non specificato</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="EMPTY_ROOM_NAME">Conferenza non specificata</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_context_menu.png -->
<string name="muc_join">Entra in conferenza</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_nick">Nickname</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_nick_hint">Il tuo nickname nella conferenza</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_password">Password</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_password_hint">La password non è richiesta</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_room">Conferenza</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_server">Server chat multi utente</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_server_hint">conference.jabber.org</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="NICK_ALREADY_USED">Nickname già in uso</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="ALREADY_IN_PROGRESS">Già in corso</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="ALREADY_JOINED">Già entrato</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_add">Entra in conferenza</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_context_menu.png -->
<string name="muc_delete">Rimuovi conferenza</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_confirm.png -->
<string name="muc_delete_confirm">Vuoi davvero rimuovere la conferenza %1$s dall\'account %2$s?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_context_menu.png -->
<string name="muc_edit">Impostazioni di autenticazione</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_invite.png -->
<string name="muc_invite_confirm">%2$s ti ha invitato ad entrare nella conferenza %3$s. Vuoi entrare con l\'account %1$s?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_invite.png -->
<string name="muc_invite_confirm_reason">%2$s ti ha invitato ad entrare nella conferenza %3$s: %4$s. Vuoi entrare con l\'account %1$s?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_context_menu.png -->
<string name="muc_leave">Abbandona conferenza</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_save">Salva conferenza</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="account_quantity_1">account</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="account_quantity_2">account</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="account_quantity_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_offline.png -->
<string name="account_quantity_offline_1">account</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_offline.png -->
<string name="account_quantity_offline_2">account</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_offline.png -->
<string name="account_quantity_offline_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_authorization.png -->
<string name="AUTHENTICATION_FAILED">Errore di autenticazione</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_contact_quantity_1">contatto</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_contact_quantity_2">contatti</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_contact_quantity_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_message_quantity_1">messaggio</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_message_quantity_2">messaggi</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_message_quantity_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_status">%1$d %2$s da %3$d %4$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="connection_state_connected_1">%1$d di %2$d %3$s in linea</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="connection_state_connected_2">%1$d di %2$d %3$s in linea</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="connection_state_connected_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connecting.png -->
<string name="connection_state_connecting_1">%1$d di %2$d %3$s in connessione</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connecting.png -->
<string name="connection_state_connecting_2">%1$d di %2$d %3$s in connessione</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connecting.png -->
<string name="connection_state_connecting_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_waiting.png -->
<string name="connection_state_waiting_1">%1$d di %2$d %3$s in attesa di connessione</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_waiting.png -->
<string name="connection_state_waiting_2">%1$d di %2$d %3$s in attesa di connessione</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_waiting.png -->
<string name="connection_state_waiting_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_offline.png -->
<string name="connection_state_offline">%1$d %2$s non è in linea</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/message_archive.png -->
<string name="archive_available_request_message">Vuoi memorizzare la cronologia sul server?\nQuesto permette a Xabber di condividere la cronologia dei messaggi fra tutti i dispositivi che usano questo account. \nQuesta caratteristica richiederà traffico aggiuntivo e ridurrà leggermente la velocità della connessione.\nATTENZIONE: Tutta la tua cronologia locale verrà rimossa.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_archive.png -->
<string name="archive_available_request_title">Abilita archivio messaggi?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_certificate.png -->
<string name="INVALID_CERTIFICATE">Certificato non valido</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_invite.png -->
<string name="muc_invite_message">Vuoi entrare nella conferenza?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_otr_progress.png -->
<string name="otr_verification_in_progress">Clicca qui per abortire.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_password.png -->
<string name="PASSWORD_REQUIRED">Password richiesta</string>
<string name="pay_attention">Presta attenzione</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_subscription.png -->
<string name="subscription_request_message">Richiesta di autorizzazione</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases.png -->
<string name="events_phrases_title">Frasi chiave</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases.png -->
<string name="phrase_add">Aggiungi frase</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_remove.png -->
<string name="phrase_delete">Cancella frase</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_remove.png -->
<string name="phrase_delete_confirm">Vuoi cancellare veramente la frase: %s?</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases.png -->
<string name="phrase_empty">&lt; Qualsiasi testo &gt;</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_group">Parte del gruppo del contatto</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_regexp">Espressione regolare</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_sound">Suono \nScegli il suono di notifica</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_text">Testo da cercare</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_user">Parte ID del contatto Jabber</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_debug.png -->
<string name="cache_clear">Cancella cache \nCancella tutti i dati di cache locale. Questo può liberare molto spazio.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_debug_cache.png -->
<string name="cache_clear_warning">Vuoi cancellare davvero la cronologia delle chat ed altri dati locali? \nL\'account ed i dati dei tuoi contatti non verranno intaccati. L\'applicazione verrà chiusa.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_send_by_enter">Invia con Invio \nIl messaggio può essere inviato attraverso il tasto Invio</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_go_away">Assenza automatica \nImposta automaticamente lo stato assente quando viene bloccato lo schermo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_02.png -->
<string name="contacts_order">Ordina contatti \nPermetti di impostare l\'ordinamento dei contatti</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_sort.png -->
<string name="contacts_order_alphabet">In ordine alfabetico</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_sort.png -->
<string name="contacts_order_status">Per stato</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_accounts">Raggruppa per account \nRaggruppa i contatti nella lista dei contatti per account</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_02.png -->
<string name="contacts_show_active_chats">Chat attive in cima \nVisualizza le chat attive in cima alla lista dei contatti</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_avatars">Mostra avatar \nMostra gli avatar degli utenti nella lista dei contatti</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_02.png -->
<string name="contacts_show_empty_groups">Mostra gruppi vuoti \nMostra i gruppi senza alcun contatto in linea </string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_groups">Mostra gruppi \nMostra gruppi nella lista dei contatti</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_offline">Mostra i contatti non in linea</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_panel">Mostra il pannello degli account \nMostra il pannello con gli avatar degli account all\'inizio della lista dei contatti</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_02.png -->
<string name="contacts_stay_active_chats">Duplica le chat attive \nLe chat attive appaiono sia in cima alla lista dei contatti sia nella schermata principale dei gruppi</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_debug.png -->
<string name="debug_log">Log debug \nScrive messaggi di debug nel log (riavviare l\'applicazione per applicare i cambiamenti)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_lightning">Indicatore luminoso \nLampeggio LED durante la notifica</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_persistent">Icona nella barra di stato\nMostra notifica persistente. Questa opzione impedisce ad Android di rimuovere l\'applicazione dalla memoria</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_sound">Suoneria\nScegli il suono di notifica</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_vibro">Vibrazione \nVibrazione durante la notifica</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance.png -->
<string name="interface_theme">Tema \nImpostazioni tema</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_skin.png -->
<string name="interface_theme_dark">Scuro</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_skin.png -->
<string name="interface_theme_light">Chiaro</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_skin.png -->
<string name="interface_theme_normal">Predefinito</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance.png -->
<string name="interface_smiles">Emoticons \nImpostazioni emoticon (precedentemente conosciuti come smile)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_smiles.png -->
<string name="interface_smiles_android">Emoticon Android</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_smiles.png -->
<string name="interface_smiles_none">Emoticon testuali</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_connection">Impostazioni connessione\nImpostazioni di connessione</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_contacts">Lista dei contatti \nPersonalizza l\'aspetto della lista dei contatti</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_02.png -->
<string name="preference_debug">Impostazioni debug \nImpostazioni per aiutare gli sviluppatori a migliorare Xabber</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu.png -->
<string name="preference_editor">Impostazioni</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_events">Notifiche \nImpostazioni notifiche</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_interface">Impostazioni del tema \nImpostazioni dell\'aspetto</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_02.png -->
<string name="about_viewer">Info</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_divide">Messaggio su nuova riga\nVisualizza un messaggio su una nuova riga</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_new_line.png -->
<string name="chats_divide_portrait">In verticale</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_font_size">Dimensione carattere \nDimensione del testo dei messaggi</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_font_size.png -->
<string name="chats_font_size_large">Grande</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_font_size.png -->
<string name="chats_font_size_normal">Normale</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_font_size.png -->
<string name="chats_font_size_small">Piccolo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_font_size.png -->
<string name="chats_font_size_xlarge">Molto grande</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_hide_keyboard">Nascondi tastiera\nNascondi la tastiera dopo l\'invio del messaggio</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_keyboard.png -->
<string name="chats_hide_keyboard_landscape">In orizzontale</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_02.png -->
<string name="chats_receipt">Conferme di lettura \nInvia e ricevi conferme di lettura dei messaggi</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_show_avatars">Avatar nei messaggi \nMostra gli avatar nei messaggio</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_show_status_change">Mostra cambiamenti di stato \nMostra i messaggi sui cambiamenti di stato</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_status.png -->
<string name="chats_show_status_change_muc">Nelle conferenze</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_state_notification">Mostra notifiche di digitazione \nNotifica che stai scrivendo del testo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_adjust_priority">Sistema priorità \nImposta la priorità secondo gli stati selezionati. La priorità di un account sarà sovrascritta.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="connection_go_away_immediately">Immediatamente quando viene bloccato lo schermo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_go_xa">"Assente per molto tempo" quando inattivo \nImposta "Assente per molto" quando lo schermo è bloccato</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_priority">Impostazioni di priorità</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_start_at_boot">Avvia all\'accensione\nAvvia l\'applicazione all\'accensione del dispositivo. Non funziona se Xabber è installato sulla scheda SD.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_wake_lock">Impedire modalità sospensione \nRidurrà la durata della batteria</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_wifi_lock">Mantieni la WiFi attiva \nMantieni la WiFi attiva durante la sospensione. Questo ridurrà la durata della batteria</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_reset_offline">Ripristina le impostazioni non in linea \nCancella le impostazioni individuali per i gruppi e per gli account</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_reset_offline.png -->
<string name="contacts_reset_offline_warning">Vuoi realmente cancellare le impostazioni individuali per i gruppi e per gli account?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_02.png -->
<string name="events_first_only">Notifica al primo messaggio \nNotifica solamente al primo messaggio ricevuto in chat</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_ignore_system_vibro">Ignora le impostazioni di sistema per la vibrazione \nUsa questa opzione se la vibrazione non funziona</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_02.png -->
<string name="events_message">Impostazioni notifiche \nConfigura le notifiche all\'arrivo dei messaggi</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_where.png -->
<string name="events_message_chat">Solo chat</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_where.png -->
<string name="events_message_chat_and_muc">Chat e conferenze</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_where.png -->
<string name="events_message_none">Non notificare</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_02.png -->
<string name="events_show_text">Mostra messaggi nelle notifiche\nMostra il testo dei messaggi nelle notifiche</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_02.png -->
<string name="events_visible_chat">Notifiche nella chat corrente \nNotifiche sui messaggi in arrivo nella chat corrente</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_02.png -->
<string name="negative_priotiry_summary">%s (non riceverai alcun messaggio)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_accounts">Account XMPP \nGestisci i tuoi account</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_02.png -->
<string name="preference_security">Sicurezza \nImpostazioni di sicurezza</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security.png -->
<string name="security_check_certificate">Controlla certificato server \nNotifica problemi di certificato per connessioni crittografate</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security.png -->
<string name="security_clear_certificate">Rimuovi certificati \nCancella la lista dei certificati ignorati</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security.png -->
<string name="security_otr_history">Memorizza cronologia \nMemorizza la cronologia durante la sessione OTR</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security.png -->
<string name="security_otr_mode">Modalità OTR</string>
<string name="chats_attention">Attenzione \nReagisci per le richieste d\'attenzione in arrivo</string>
<string name="chats_attention_sound">Suono d\'attenzione \nScegli una suoneria</string>
<string name="connection_load_vcard">Carica vCard\nCarica ed aggiorna le informazioni personali di contatto e l\'avatar. Disabilita per ridurre l\'utilizzo del traffico.</string>
<string name="events_phrases">Frase chiave \nNotifiche sonore personalizzare per messaggi contenenti frasi chiave</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_remove.png -->
<string name="security_clear_certificate_warning">Vuoi davvero cancellare tutti i certificati ignorati?</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_question.png -->
<string name="otr_answer">Risposta segreta:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_question.png -->
<string name="otr_question">Domanda segreta:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_question.png -->
<string name="otr_question_description">Usa una domanda segreta per la verifica reciproca.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_secret.png -->
<string name="otr_secret">Chiave condivisa:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_secret.png -->
<string name="otr_secret_description">Usa una chiave condivisa per la verifica reciproca.</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="available">Disponibile</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="away">Assente</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="chat">Pronto per la chat!</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="clear_statuses">Cancella i messaggi di stato salvati</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="dnd">Non disturbare</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_context_menu.png -->
<string name="edit_status">Modifica stato</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="empty_status">&lt;Stato vuoto&gt;</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="invisible">Invisibile</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_context_menu.png -->
<string name="remove_status">Cancella stato</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_context_menu.png -->
<string name="select_status">Imposta stato</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="status_editor">Cambia stato</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="status_editor_for">Cambia stato per %s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="status_text_hint">Imposta stato</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="unavailable">Non in linea</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="unsubscribed">Non autorizzato</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="xa">Assente per molto tempo</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in10m">Dopo 10 minuti</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in15m">Dopo 15 minuti</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in1h">Dopo un\'ora</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in1m">Dopo un minuto</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in2m">Dopo 2 minuti</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in30m">Dopo 30 minuti</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in5m">Dopo 5 minuti</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_status.png -->
<string name="always">Sempre</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_otr.png -->
<string name="disabled">Disabilitato</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_otr.png -->
<string name="manual">Manuale</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_status.png -->
<string name="never">Mai</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_otr.png -->
<string name="required">Richiesto</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_otr.png -->
<string name="auto">Automaticamente</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/about_viewer.png -->
<string name="about_copyright">© Redsolution LTD, 2010-2014</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/about_viewer.png -->
<string name="about_feedback">mailto:info@xabber.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/about_viewer.png -->
<string name="about_site">http://www.xabber.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/about_viewer.png -->
<string name="about_version">バージョン: %s</string>
<string name="about_license">ライセンス: GNU GPLv3\n<a href="https://github.com/redsolution/xabber-android">オープン ソース ソフトウェア</a></string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_compression">圧縮を使用</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_editor_title">%1$s アカウント %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_enabled">有効</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_host">ホスト</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_password">パスワード</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_port">ポート</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_priority">優先度</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_resource">リソース</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_server_name">サーバー</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type">アカウントの種類</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_facebook">facebook.com 用のユーザー名(e-mail ではない)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_gtalk">gmail.com または Google Apps ドメイン用のユーザー名</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_livejournal">livejournal.com 用のユーザー名</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_qip">qip.ru 用のユーザー名</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_vkontakte">vkontakte.ru 用のユーザー名または id (e-mail ではない)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_xmpp">name@example.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_ya">yandex.ru 用のユーザー名 (e-mail ではない)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_facebook">Facebook チャットにはメール・アドレスを使用してログインできません. Facebook チャットを設定するには Facebook のユーザー名とパスワードを入力する必要があります. 詳細は http://www.facebook.com/sitetour/chat.php を確認してください.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_gtalk">Google のアカウントを持っていなければ http://mail.google.com で作成することができます\nyour_user_name@your_google_domain を使用することもできます</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_livejournal">Livejournal のアカウントを持っていなければ http://livejournal.com で作成することができます</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_qip">QIP のアカウントを持っていなければ http://qip.ru で作成することができます</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_vkontakte">あなたの名前 (例 masha.v.kontakte) または id (例 id123456) を入力してください. VKontakte チャットにメールアドレスを使用してログインすることはできません. チャットを設定するには Vkontakte.ru のユーザー名とパスワードを入力する必要があります. 詳細は http://vk.com/help.php?page=jabber を確認してください.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_xmpp">XMPP (Jabber) についてさらに詳しい情報は https://xmpp.org を参照してください\n新しい XMPP アカウントを登録するには https://register.jabber.org か, 他の Jabber サーバーを参照してください.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_ya">Ya.Online アカウントを持っていなければ http://yandex.com で作成することができます</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_facebook">Facebook</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_gtalk">Google Talk</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_livejournal">LiveJournal</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_qip">QIP</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_vkontakte">VKontakte</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_xmpp">XMPP</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_ya">Ya.Online</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_user_name">ユーザー名</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_error.png -->
<string name="EMPTY_SERVER_NAME">サーバー名が指定されていません</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_error.png -->
<string name="EMPTY_USER_NAME">ユーザー名が指定されていません</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_03.png -->
<string name="account_archive_mode">メッセージの履歴を保存</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_available">利用可能な場合、サーバーで</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_dont_store">保存しない</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_local">デバイスのローカルで</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_server">サーバーで</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_unread">未送信および未読のみローカルで</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_compression_summary">チェックするとデータ圧縮を有効にします</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_custom">カスタム・ホスト</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_custom_summary">SRV レコードの代わりにカスタム・ホスト設定を使用します</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_enabled_summary">チェックするとアカウントを有効にします</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_error.png -->
<string name="account_invalid_port">ポートは数字で入力してください (デフォルト: 5222)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_error.png -->
<string name="account_invalid_priority">優先度の値は -128 から 128 の間の数字で入力してください (デフォルト: 10)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_wlm.png -->
<string name="account_oauth">認証</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_oauth_not_authorized.png -->
<string name="account_oauth_invalidated">認証されていません</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_wlm.png -->
<string name="account_oauth_summary">OAuth 設定</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_gtalk.png -->
<string name="account_protocol_gtalk_title">Google Talk</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_wlm.png -->
<string name="account_protocol_wlm_title">WLM</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_protocol_xmpp_title">XMPP</string>
<string name="account_proxy_host">プロキシ・ホスト</string>
<string name="account_proxy_password">プロキシ・パスワード</string>
<string name="account_proxy_port">プロキシ・ポート</string>
<string name="account_proxy_type">プロキシの種類</string>
<string name="account_proxy_type_http">HTTP</string>
<string name="account_proxy_type_none">なし</string>
<string name="account_proxy_type_orbot">Orbot</string>
<string name="account_proxy_type_socks4">SOCKS4</string>
<string name="account_proxy_type_socks5">SOCKS5</string>
<string name="account_proxy_user">プロキシ・ユーザー</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_sasl">SASL 認証を使用 (推奨)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_sasl_summary">古いサーバーでは無効にしてください</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_store_password">パスワードを保存</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_store_password_summary">このオプションを無効にすると、毎回オンラインにするたびにパスワードを要求します</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_syncable">システムの連絡先に統合</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_syncable_summary">電話の連絡先リストのアカウントから連絡先を表示します</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_tls.png -->
<string name="account_tls_enable">TLS を有効</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_tls_enable_summary">サーバーに接続時に、可能であれば TLS 暗号化を使用します</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_tls.png -->
<string name="account_tls_legacy">レガシー SSL</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_tls_legacy_summary">サーバーに接続時、レガシー SSL 暗号化を使用します</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_tls_mode">TLS/SSL 使用方法</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_tls.png -->
<string name="account_tls_require">TLS が必要</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_tls_require_summary">サーバーに接続時 TLS 暗号化を必要とします</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_odnoklassniki">ユーザー名としてあなたの ID を使用する必要があります (例 123456). Odnoklasniki チャットにメールアドレス, ログイン, または電話番号を使用してログインすることはできません. あなたの ID はここ http://www.odnoklassniki.ru/settings で確認することができます</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_wlm">ユーザー名とパスワードを入力するため http://live.com にリダイクトされます.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_odnoklassniki">odnoklassniki.ru の id (ログインやメールアドレスではありません)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_wlm">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_odnoklassniki">Odnoklassniki</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_wlm">Windows Live Messenger</string>
<string name="account_use_orbot">TOR 匿名ネットワークでチャットし, TLS 暗号プロトコルを強制的に使用します\nGoogle Talk では推奨しません</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_confirm.png -->
<string name="confirm_cancellation">すべての変更を取り消してもよろしいですか?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_error.png -->
<string name="INCORRECT_USER_NAME">ユーザー名が正しくありません. 詳細は下部のヘルプテキストを確認してください.</string>
<string name="orbot_required_message">TOR を使用して処理するには Orbot をインストールし proxy のトラフィックを有効にする必要があります. Google Play からインストールしますか?</string>
<string name="orbot_required_title">Orbot をインストールしますか?</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list_confirm.png -->
<string name="account_delete_confirm">アカウント %s を削除してよろしいですか?\n(Xabber から削除しますが, サーバーからは削除されません)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_add">アカウントを追加</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list_context_menu.png -->
<string name="account_delete">アカウントを削除</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list_context_menu.png -->
<string name="account_editor">アカウントを編集</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_authentication">認証中</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_connected">オンライン</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_connecting">接続中</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_disconnecting">切断中</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_offline">オフライン</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_waiting">再接続の待機中</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="development_changes_79">+ Orbot を使用した TOR サポート\n+ Proxy サポート\n+ ベラルーシ語, ペルシア語, イタリア語, ポルトガル語, ウクライナ語, 中国語 - 中国, 中国語 - 台湾の翻訳\n* Android 4+ での通知の修正\n* サーバー・サイドの履歴の修正\n* Xabber の終了時の修正\n* 翻訳の修正\n* 小規模の修正\n皆様ありがとうございます!</string>
<string name="production_changes_48">+ Orbot を使用した TOR サポート \n+ Proxy サポート \n+ ベラルーシ語, ペルシア語, イタリア語, ポルトガル語, ウクライナ語, 中国語 - 中国, 中国語 - 台湾の翻訳 \n* Android 4+ での通知の修正 \n* サーバー・サイドの履歴の修正 \n* Xabber の終了時の修正 \n* 翻訳の修正 \n* 小規模の修正 \n皆様ありがとうございます!</string>
</resources>
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_text">%1$s のステータスが変更されました: %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_text_none">%1$s がステータスのテキストをクリアしました</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_join">%1$s が会議に参加しました</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_kick">%1$s が蹴られました</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_account_is_offline.png -->
<string name="account_is_offline">あなたは現在オフラインです. 送信したメッセージは次回接続時に配送されます.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer.png -->
<string name="chat_delay">メッセージを %s に送信しました</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer.png -->
<string name="chat_input_hint">メッセージをここに入力してください</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_switch.png -->
<string name="chat_page">チャット %1$d / %2$d</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer.png -->
<string name="chat_send">送信</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="clear_history">履歴をクリア</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="clear_message">テキストをクリア</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_contact_is_offline.png -->
<string name="contact_is_offline">送信先はオフラインです. あなたが送信したメッセージは次回送信先がオンラインに戻った時に配送されます.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="ENTRY_IS_NOT_AVAILABLE">連絡先が利用可能ではありません</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="FILE_NOT_FOUND">ファイルが見つかりません</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_context_menu.png -->
<string name="message_copy">コピー</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_context_menu.png -->
<string name="message_quote">引用</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_context_menu.png -->
<string name="message_remove">履歴から削除</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_context_menu.png -->
<string name="message_repeat">送信をリトライ</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_settings.png -->
<string name="save_history">ローカルの履歴を保存\nメッセージの履歴をローカルに保存します</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu.png -->
<string name="show_history">履歴を表示</string>
<string name="action_attention_called">アテンション呼び出しが送信されました</string>
<string name="action_attention_requested">アテンションが要求されました</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_ban">%1$s は禁止されました</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_ban_by">%1$s は %2$s によって禁止されました</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_invite_error">%s は招待状を受け取っていません</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_invite_sent">%s に招待状を送信しました</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_join_complete">あなたは %1$s としてチャットに参加しています</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_join_complete_to">あなたはチャット %1$s に参加しています</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_kick_by">%1$s は %2$s によって蹴られました</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_leave">%1$s がチャットを離れました</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_nickname">%1$s がニックネームを %2$s に変更しました</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_encryption">暗号化は有効にされていますがこの連絡先は確認されていません. オフレコ暗号化メニューから確認できます.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_error">オフレコエラー: %1$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_finish">相手は会話が残っています. 同じようにするか再開してください.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_finished_session">あなたのメッセージはまだ送信されていません. 会話から離れるか再開してください.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_plain">暗号化されたあなたの会話が残っています</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_cheated">相手は確認中に騙そうとしています</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_failed">確認に失敗しました</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_not_approved">あなたの秘密の質問の答えが確認できました. あなたも相手に質問するか共有の秘密を確認してください.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_unverified">確認に失敗しました</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_verified">確認に成功しました</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_unreadable">受信した暗号化されたメッセージは読むことができません</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_verified">暗号化が有効</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_available">%1$s がオンラインになりました</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_away">%1$s は現在不在です</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_chat">%1$s はチャットできます</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_dnd">%1$s は取り込み中です</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_unavailable">%1$s は現在できません</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_xa">%1$s は長時間不在中です</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_subject">%1$s が話題を変更しました: %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="ATTENTION_IS_NOT_SUPPORTED">連絡先はアテンションをサポートしていないか無効になっています</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="call_attention">アテンション呼び出し</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu.png -->
<string name="chat_settings">チャット設定</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_typing.png -->
<string name="chat_state_composing">入力中 ...</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_paused.png -->
<string name="chat_state_paused">入力したテキスト ...</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer.png -->
<string name="chat_typed">メッセージが入力されました %s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="export_chat">チャットをエクスポート</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/export_chat_done.png -->
<string name="export_chat_done">履歴が SD カードにエクスポートされました</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/export_chat.png -->
<string name="export_chat_mask">%1$s.html の %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/export_chat.png -->
<string name="export_chat_send">エクスポート後に送信</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/export_chat.png -->
<string name="export_chat_title">ファイル名を入力してください</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_conference.png -->
<string name="muc_invite">チャットに招待する</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_leaved.png -->
<string name="muc_is_unavailable">あなたのメッセージは配送できません. チャットに参加してください</string>
<string name="occupant_list">相手先リスト</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="otr_encryption">オフレコ暗号化</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_end">暗号化を停止</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_refresh">暗号化を再開</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="otr_request">オフレコのプライベートな会話が要求されましたが, サポートするプラグインありません. PC/Mac では Pidgin, Gajim か Adium を, Android では Xabber か ChatSecure を使用してください. さらに詳細な情報は http://otr.cypherpunks.ca/ を参照してください.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_01.png -->
<string name="otr_start">暗号化を開始</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="otr_unencrypted_message">このメッセージは暗号化されていません</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="otr_unreadable_message">送信した暗号化されたメッセージは読むことができません</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_otr_progress.png -->
<string name="otr_verification">オフレコ確認</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_verify_fingerprint">フィンガープリントで確認</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_verify_question">質問で確認</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_verify_secret">共有の秘密で確認</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_ADD_TO_GROUP">エラー: グループに追加できません</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_CREATE_CONTACT">エラー: 連絡先を追加できません</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_REMOVE_CONTACT">エラー: 連絡先を削除できません</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_REMOVE_FROM_GROUP">エラー: グループから削除できません</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_REMOVE_GROUP">エラー: グループを削除できません</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_RENAME_GROUP">エラー: グループの名前を変更できません</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_add.png -->
<string name="contact_account">アカウント</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor.png -->
<string name="contact_editor_title">%s を編集中</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor.png -->
<string name="contact_group">グループを選択</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_add.png -->
<string name="contact_name">エイリアス (オプション)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_add_confirm.png -->
<string name="contact_subscribe_confirm">あなたの %2$s アカウントステータスを %1$s と共有しますか?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_add.png -->
<string name="contact_user">連絡先ユーザー名</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="ENTRY_IS_NOT_FOUND">連絡先が見つかりません</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor.png -->
<string name="group_add">新しいグループを作成</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor.png -->
<string name="group_default">友達</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="group_exists">この名前のグループはすでに存在します</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="group_is_empty">グループ名を設定</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/group_add.png -->
<string name="group_name">グループ名</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="choose_account">アカウントを選択</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="EMPTY_ACCOUNT">アカウントを選択してください</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="accept_subscription">連絡先を承諾</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="account_reconnect">再接続</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_add_account.png -->
<string name="application_action_disabled">アカウントを管理</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_add_account.png -->
<string name="application_action_empty">アカウントを追加</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_action_no_contacts">連絡先を追加</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_action_no_online">オフラインの連絡先を表示</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_action_offline">オンラインにする</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_action_waiting">再接続</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_connecting">接続中...</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_add_account.png -->
<string name="application_state_disabled">アカウントが無効にされました</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_empty">アカウントはありません</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_no_contacts">連絡先はありません</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_no_online">オンラインの人はいません</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_offline">オンラインのアカウントはありません</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_roster">接続しました.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_loading.png -->
<string name="application_state_starting">アプリケーション起動中... </string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_waiting">接続待機中...</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu_extra.png -->
<string name="chat_list">チャットリスト</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="chat_list_is_empty">アクティブなチャットはありません</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="chat_viewer">チャット</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="close_chat">チャットを閉じる</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="CONNECTION_FAILED">接続エラー</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu.png -->
<string name="contact_add">連絡先を追加</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="contact_delete">削除</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_confirm.png -->
<string name="contact_delete_confirm">連絡先 %1$s をアカウント %2$s から削除してもよろしいですか?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="contact_editor">編集</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list.png -->
<string name="contact_list">連絡先リスト</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="discard_subscription">連絡先を否認</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu.png -->
<string name="exit">終了</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list.png -->
<string name="group_active_chat">アクティブなチャット</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list.png -->
<string name="group_none">グループはありません</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_context_menu.png -->
<string name="group_remove">グループを削除</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_confirm.png -->
<string name="group_remove_confirm">グループ %s を削除してもよろしいですか? グループのユーザーは連絡先リストに残ります.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_context_menu.png -->
<string name="group_rename">グループの名前を変更</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="NO_SUCH_ACCOUNT">アカウントが見つかりません</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="NOT_CONNECTED">接続できません</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="request_subscription">サブスクリプションを要求</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="XMPP_EXCEPTION">ストリーム・エラー</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_closing.png -->
<string name="application_state_closing">変更を保存中...\nアプリケーションはすぐに終了します.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_confirmation">%1$s.\nsha1 フィンガープリントの証明書を常に信頼しますか: %2$s? この証明書の問題について通知されないようにしますか?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check_details.png -->
<string name="certificate_details">\n\n問題報告先:\n共通名 (CN): %1$s\n組織 (O): %2$s\n組織単位 (OU): %3$s\nシリアル番号: %4$s\n\n問題報告元:\n共通名 (CN): %5$s\n組織 (O): %6$s\n組織単位 (OU): %7$s\n\n妥当性:\n問題報告: %8$s\n有効期限: %9$s.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_invalid_chane">署名チェーンの確認に失敗しました</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_invalid_target">対象の確認に失敗しました</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_self_signed">自己署名証明書</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_show_details">詳細 ...</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu.png -->
<string name="close_chats">すべてのチャットを閉じる</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_integration.png -->
<string name="contact_integration_suggest">Xabber をシステムの連絡先に統合しますか?\nこれは "設定" → "XMPP アカウント" → Your account → "連絡先の統合" で変更することができます.\n注: システムの連絡先リストは数分間遅くなることがあります.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list.png -->
<string name="group_room">会議</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="OTR_ERROR">オフレコ・エラー</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_invite.png -->
<string name="select_contact">クリックして連絡先を選択してください</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_show_offline.png -->
<string name="show_offline_always">常に表示</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_show_offline.png -->
<string name="show_offline_never">表示しない</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_show_offline.png -->
<string name="show_offline_normal">全般設定を使用</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_context_menu.png -->
<string name="show_offline_settings">オフラインの連絡先を表示</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_boot.png -->
<string name="start_at_boot_suggest">起動時に Xabber を実行しますか?\nこれは "設定" → "接続設定" → "起動時に実行" で変更することができます</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="contact_viewer">情報を表示</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_for">%s についての情報を表示</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_xmpp">XMPP</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_jid">Jabber ID</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_name">Jabber 名</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_resources">リソース</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_resource_summary">リソース: %1$s\n優先度: %2$d\nクライアント: %3$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_client_info">%1$s, 種類: %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_person">個人情報</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_nick_name">ニックネーム</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_formatted_name">正式名</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_prefix_name">接頭辞(敬称)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_given_name"></string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_middle_name">ミドル名</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_family_name"></string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_suffix_name">接尾辞(敬称)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_birth_date">誕生日</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_url">Web サイト</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_organization">所属</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_title">肩書, 役職</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_role">役割</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_other">その他の情報</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_categories">カテゴリー</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_decsription">説明</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_note">注釈</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address">住所</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_pobox">私書箱</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_extadr">追加の住所</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_street">番地</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_locality">市区町村</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_region">都道府県</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_pcode">郵便番号</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_ctry"></string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_telephone">電話</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_email">メール</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type">ラベル</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_home">自宅</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_work">会社</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_postal">郵便</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_parcel">小包</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_dom">国内</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_intl">国際</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_pref">通常使用</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_voice">音声</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_fax">Fax</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_pager">ポケットベル</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_cell">携帯</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_video">ビデオ</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_bbs">BBS</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_modem">モデム</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_msg">ボイスメッセージ</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_isdn">ISDN</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_pcs">PCS</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_internet">インターネット</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_x400">X400</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="please_wait">しばらくお待ちください...</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="unknown">不明</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_fingerprint_description">相手が提供するフィンガープリントを比較し, 相手が誰であるかを確認することができます. この目的のために XMPP チャットを使用するべきではありません.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_is_verified">この連絡先は信頼されました</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_local_fingerprint">あなたのフィンガープリント:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_remote_fingerprint">相手のフィンガープリント:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_scan_fingerprint">相手のフィンガープリントで QR コードをスキャン</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_show_fingerprint">あなたのフィンガープリントで QR コードを表示</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint_play.png -->
<string name="zxing_install_fail">Google Play がインストールされていません. バーコード・スキャナーを手動でインストールしてください.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint_scanner.png -->
<string name="zxing_install_message">このアプリケーションはバーコード・スキャナーが必要です. インストールしますか?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_copy_fingerprint">あなたのフィンガープリントをクリップボードにコピー</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="production_description">マルチ・アカウントをサポートし, クリーンでシンプルなインターフェースのオープンソース Jabber (XMPP) クライアントです. Xabber はフリー (自由!) で Android 用のベストな Jabber クライアントとしてデザインされています.\n\n特徴:\n- マルチ・アカウント\n- 同時に進行するチャット間でクイックに切り替え\n- リッチでわかりやすい連絡先とグループの設定\n- すべての標準 XMPP サーバーと互換\n- Gtalk, Facebook チャット, Livejournal チャット, Vkontakte, Ya.Online, Google Apps Gtalk アカウントのサポートを事前設定済\n- マルチ・ユーザー・チャット (MUC)\n- チャット履歴\n- SD カードに履歴をエクスポート\n- サーバー・サイドのメッセージ・アーカイブのサポート\n- 顔文字\n- インライン・ハイパーリンクのサポート (web ページ, YouTube, メール, 電話番号, XMPP Uri)\n- アバター\n- 連絡先情報の表示 (vCard)\n- グループおよび/またはアカウントによる連絡先のグルーピング\n- 連絡先リストの管理: 連絡先, グループ, サブスクリプションの追加/削除/編集\n- 連絡先の検索\n- 電話の連絡先リストに統合 (チャットから呼び出し, および電話の連絡先リストからチャット)\n- 各連絡先に対する通知設定\n- キーフレーズ・ベースの通知\n- 完全な Unicode サポート, 任意の言語でチャット\n- 縦置きおよび縦置き表示\n- ストリーム圧縮 (まだすべてのサーバーではサポートされていません)\n- リソース/優先度\n- オフレコ暗号化\n- TLS サポート\n- レガシー SSL サポート\n- SASL サポート\n- サーバー証明書の確認\n- SRV レコードおよび DNS ラウンド・ロビンのサポート\n- 連絡先リストでクライアント・ソフトウェアのアイコン表示 (Adium, Empathy, Gajim, Gtalk, iChat, Miranda, Pidgin, Psi, QIP, Xabber, Xabber VIP)\n- 入力中通知のサポート\n- メッセージ配送受信\n- ホーム・スクリーンにチャットのショートカット\n\nサポートする (事前設定済) サービスのリスト:\n- GTalk (Google Talk, Google Apps アカウントもサポートされています)\n- Windows Live メッセンジャー / MSN (Android 2.2 以上が必要)\n- Facebook チャット\n- Livejournal チャット\n- VKontakte\n- Ya.Online\n- QIP\n- Odnoklassniki\n\n近日対応予定:\n- タブレット用インターフェース\n- ファイル転送\n\nサポートするプロトコル:\nRFC-3920: Core\nRFC-3921: Instant Messaging and Presence\nXEP-0030: Service Discovery\nXEP-0128: Service Discovery Extensions\nXEP-0115: Entity Capabilities\nXEP-0054: vcard-temp\nXEP-0153: vCard-Based Avatars\nXEP-0045: Multi-User Chat (incompletely)\nXEP-0078: Non-SASL Authentication\nXEP-0138: Stream Compression\nXEP-0203: Delayed Delivery\nXEP-0091: Legacy Delayed Delivery\nXEP-0199: XMPP Ping\nXEP-0147: XMPP URI Scheme Query Components\nXEP-0085: Chat State Notifications\nXEP-0184: Message Delivery Receipts\nXEP-0155: Stanza Session Negotiation\nXEP-0059: Result Set Management\nXEP-0136: Message Archiving\nXEP-0224: Attention\n\n新しい機能は Xabber 開発バージョンを確認してください.\n\nXabber のソースコードは https://github.com/redsolution/xabber-android で GNU GPLv3 ライセンスに基づいて利用可能です.\n\nさらに詳しい情報は私たちの web サイト http://xabber.com を参照するか twitter で @xabber_xmpp をフォローしてください.</string>
<!-- Can be used for Google Play promotion -->
<string name="production_promo">マルチ・アカウント XMPP (Jabber) クライアント.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="production_title">Xabber</string>
<string name="development_changes">皆様ありがとうございます!</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="development_description">Xabber の体験 (非安定) バージョン - マルチ・アカウントをサポートし, クリーンなインターフェースのオープンソース Jabber (XMPP) クライアントです.\n\nXabber のテストや開発で私たちをサポートしたい場合にこのバージョンをインストールすることができます. 安定性は保証されていません, あなたが冒険であると感じるのであれば, 通常のバージョンを使用してください. しかしあなたがリスク・テイカーであれば, 新しい機能を最初に使えるでしょう!\n\nXabber のソースコードは https://github.com/redsolution/xabber-android で GNU GPLv3 ライセンスに基づいて利用可能です.\n\nさらに詳しい情報は私たちの web サイト http://xabber.com を参照するか twitter で @xabber_xmpp をフォローしてください.\n\n報告したいバグや良いアイデアがあれば, info+devel@xabber.com にメールしてください</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="development_title">Xabber 開発バージョン</string>
<string name="production_changes">+ Orbot を使用した TOR サポート \n+ Proxy サポート \n+ ベラルーシ語, ペルシア語, イタリア語, ポルトガル語, ウクライナ語, 中国語 - 中国, 中国語 - 台湾の翻訳 \n* Android 4+ での通知の修正 \n* サーバー・サイドの履歴の修正 \n* Xabber の終了時の修正 \n* 翻訳の修正 \n* 小規模の修正 \n皆様ありがとうございます!</string>
<string name="short_description">マルチアカウント サポートのオープンソース XMPP (Jabber) クライアント</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="vip_description">VIP バージョンの Xabber — マルチ・アカウントをサポートし, クリーンでシンプルなインターフェースをもつ, すばらしいオープンソース Jabber (XMPP) クライアントです. Xabber は Android 用のベストな Jabber クライアントとしてデザインされています.\n\nこの VIP バージョンの Xabber は通常バージョンの Xabber と違いはありません, アプリケーション・アイコン上にある金のコインが唯一の違いです. これは, 他の人が無料で手に入れるものをお金を払って買うという, あなたを立派な人に見せるために非常に役立ちます.\n\n...</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="vip_title">Xabber VIP</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="EMPTY_NICK_NAME">ニックネームが指定されていません</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="EMPTY_ROOM_NAME">会議が指定されていません</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_context_menu.png -->
<string name="muc_join">会議に参加</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_nick">ニックネーム</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_nick_hint">あなたの会議でのニックネーム</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_password">パスワード</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_password_hint">パスワードは必須ではありません</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_room">会議</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_server">マルチ ユーザー チャット サーバー</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_server_hint">conference.jabber.org</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="NICK_ALREADY_USED">ニックネームはすでに使用されています</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="ALREADY_IN_PROGRESS">すでに実行中です</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="ALREADY_JOINED">すでに参加しています</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_add">会議に参加</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_context_menu.png -->
<string name="muc_delete">会議を削除</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_confirm.png -->
<string name="muc_delete_confirm">アカウント %2$s から会議 %1$s を削除してもよろしいですか?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_context_menu.png -->
<string name="muc_edit">認証設定</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_invite.png -->
<string name="muc_invite_confirm">%2$s があなたを会議 %3$s に参加するように招待しています. アカウント %1$s から参加しますか?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_invite.png -->
<string name="muc_invite_confirm_reason">%2$s があなたを会議 %3$s に参加するように招待しています: %4$s. アカウント %1$s から参加しますか?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_context_menu.png -->
<string name="muc_leave">会議を離れる</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_save">会議を保存</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="account_quantity_1">アカウント</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="account_quantity_2">アカウント</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="account_quantity_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_offline.png -->
<string name="account_quantity_offline_1">アカウント</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_offline.png -->
<string name="account_quantity_offline_2">アカウント</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_offline.png -->
<string name="account_quantity_offline_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_authorization.png -->
<string name="AUTHENTICATION_FAILED">認証エラー</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_contact_quantity_1">連絡先</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_contact_quantity_2">連絡先</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_contact_quantity_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_message_quantity_1">メッセージ</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_message_quantity_2">メッセージ</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_message_quantity_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_status">%3$d %4$s から %1$d %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="connection_state_connected_1">%1$d / %2$d %3$s オンライン</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="connection_state_connected_2">%1$d / %2$d %3$s オンライン</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="connection_state_connected_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connecting.png -->
<string name="connection_state_connecting_1">%1$d / %2$d %3$s 接続中</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connecting.png -->
<string name="connection_state_connecting_2">%1$d / %2$d %3$s 接続中</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connecting.png -->
<string name="connection_state_connecting_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_waiting.png -->
<string name="connection_state_waiting_1">%1$d / %2$d %3$s 接続待機中</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_waiting.png -->
<string name="connection_state_waiting_2">%1$d / %2$d %3$s 接続待機中</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_waiting.png -->
<string name="connection_state_waiting_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_offline.png -->
<string name="connection_state_offline">%1$d %2$s オフライン</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/message_archive.png -->
<string name="archive_available_request_message">サーバーにメッセージの履歴を保存しますか?\nこのアカウントを使用するすべてのデバイスで Xabber がメッセージの履歴をロードすることができるようになります.\nこの機能は追加の通信が発生し, 接続速度が少し低下することがあります.\n警告: ローカルの履歴はすべて削除されます.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_archive.png -->
<string name="archive_available_request_title">メッセージのアーカイブを有効にしますか?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_certificate.png -->
<string name="INVALID_CERTIFICATE">証明書が正しくありません</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_invite.png -->
<string name="muc_invite_message">会議に入りますか?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_otr_progress.png -->
<string name="otr_verification_in_progress">中断するにはここをクリックしてください.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_password.png -->
<string name="PASSWORD_REQUIRED">パスワードが必要</string>
<string name="pay_attention">ご注意ください</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_subscription.png -->
<string name="subscription_request_message">認証を要求</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases.png -->
<string name="events_phrases_title">キーフレーズ</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases.png -->
<string name="phrase_add">フレーズを追加</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_remove.png -->
<string name="phrase_delete">フレーズを削除</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_remove.png -->
<string name="phrase_delete_confirm">フレーズを削除してもよろしいですか: %s?</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases.png -->
<string name="phrase_empty">&lt; 任意のテキスト &gt;</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_group">連絡先グループの項目</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_regexp">正規表現</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_sound">サウンド\n通知サウンドを選択してください</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_text">検索するテキスト</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_user">連絡先の Jabber ID 項目</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_debug.png -->
<string name="cache_clear">キャッシュをクリア\n全てのローカルデータをクリアします. これによりスペースを開放します.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_debug_cache.png -->
<string name="cache_clear_warning">チャット履歴および他のローカルデータを削除してもよろしいですか?\nアカウントおよび名簿データは影響ありません. アプリケーションはクローズされます.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_send_by_enter">Enter で送信\nEnter ボタンでメッセージが送信されます</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_go_away">自動不在\n画面がロックされると自動的に不在のステータスに設定します</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_02.png -->
<string name="contacts_order">連絡先のソート\n連絡先の順序を設定することができます</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_sort.png -->
<string name="contacts_order_alphabet">アルファベット順</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_sort.png -->
<string name="contacts_order_status">ステータス順</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_accounts">アカウントでグループ\n連絡先リストの連絡先をアカウントでグループ化します</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_02.png -->
<string name="contacts_show_active_chats">アクティブなチャットを先頭にする\nアクティブなチャットを連絡先リストの先頭に表示します</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_avatars">アバターを表示\nユーザーのアバターを連絡先リストに表示します</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_02.png -->
<string name="contacts_show_empty_groups">空のグループを表示\nオンラインの連絡先がないグループを表示します </string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_groups">グループを表示\n連絡先リストにグループを表示します</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_offline">オフラインの連絡先を表示</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_panel">アカウントのパネルを表示\n連絡先リストの最初にアカウントのアバターのあるパネルを表示します</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_02.png -->
<string name="contacts_stay_active_chats">アクティブなチャットを複製\nアクティブなチャットが連絡先リストの先頭とホームのグループの両方に表示されます</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_debug.png -->
<string name="debug_log">デバッグ・ログ\nメッセージをデバッグ・ログに書き込む (変更を適用するにはアプリケーションを再起動してください)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_lightning">ライト通知\n通知時に LED を点滅します</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_persistent">タスクバー・アイコン\n永続通知を表示します. このオプションにより Android がメモリからアプリケーションをアンロードすることを防止します</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_sound">オーディオ・アラート\n通知サウンドを選択してください</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_vibro">バイブレート\n通知時にバイブレートします</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance.png -->
<string name="interface_theme">テーマ\nテーマ設定</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_skin.png -->
<string name="interface_theme_dark">ダーク</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_skin.png -->
<string name="interface_theme_light">ライト</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_skin.png -->
<string name="interface_theme_normal">デフォルト</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance.png -->
<string name="interface_smiles">顔文字\n顔文字設定 (以前はスマイルと言われていました)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_smiles.png -->
<string name="interface_smiles_android">Android 顔文字</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_smiles.png -->
<string name="interface_smiles_none">グラフィカルな顔文字なし</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_connection">接続設定\n接続設定</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_contacts">連絡先リスト\n連絡先リストの外観をカスタマイズします</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_02.png -->
<string name="preference_debug">デバッグ設定\n開発者が Xabber の改善を補助するための設定</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu.png -->
<string name="preference_editor">設定</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_events">通知\n通知設定</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_interface">テーマ設定\n外観の設定</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_02.png -->
<string name="about_viewer">Xabber について</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_divide">改行してメッセージを表示\nメッセージを改行して表示します</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_new_line.png -->
<string name="chats_divide_portrait">縦置き(ポートレート)モード</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_font_size">フォント・サイズ\nメッセージ中のテキストのサイズ</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_font_size.png -->
<string name="chats_font_size_large"></string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_font_size.png -->
<string name="chats_font_size_normal">通常</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_font_size.png -->
<string name="chats_font_size_small"></string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_font_size.png -->
<string name="chats_font_size_xlarge">特大</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_hide_keyboard">キーボードを隠す\nメッセージの送信後にソフトウェア・キーボードを隠します</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_keyboard.png -->
<string name="chats_hide_keyboard_landscape">横置き(ランドスケープ)モード</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_02.png -->
<string name="chats_receipt">メッセージ配送確認\n送信および受信メッセージの配送確認</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_show_avatars">メッセージのアバター\n各メッセージ中にアバターを表示します</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_show_status_change">ステータス変更を表示\nステータス変更についてメッセージを表示します</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_status.png -->
<string name="chats_show_status_change_muc">会議中</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_state_notification">入力中通知を表示\nあなたが入力中に通知します</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_adjust_priority">優先度を調整\n選択されたステータスにしたがって優先度を設定します. アカウントの優先度は上書きされます.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="connection_go_away_immediately">すぐに画面をロック</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_go_xa">アイドル時に "長時間不在"\n画面ロック時に "長時間不在" を設定します</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_priority">優先度設定</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_start_at_boot">Android 起動時に開始\nAndroid 起動時にアプリケーションを開始します. Xabber が SD カードにインストールされている時は動作しません.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_wake_lock">スリープ・モードの防止\nバッテリーの消耗が早くなります</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_wifi_lock">WiFi をキープ\nスタンバイの間 WiFi をアクティブにキープします. バッテリーの消耗が早くなります</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_reset_offline">オフライン設定をリセット\nグループおよびアカウントに対する個々の設定をクリアします</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_reset_offline.png -->
<string name="contacts_reset_offline_warning">グループおよびアカウントに対する個々の設定をクリアしてもよろしいですか?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_02.png -->
<string name="events_first_only">最初のメッセージでアラート\nチャットの最初のメッセージでのみ通知します</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_ignore_system_vibro">システムのバイブレーション設定を無視\nシステムのバイブレーション設定が動作しない場合にこのオプションを使用してください</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_02.png -->
<string name="events_message">通知設定\n届いたメッセージについての通知を設定します</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_where.png -->
<string name="events_message_chat">チャットのみ</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_where.png -->
<string name="events_message_chat_and_muc">チャットおよび会議</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_where.png -->
<string name="events_message_none">通知しない</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_02.png -->
<string name="events_show_text">通知にメッセージを表示\n通知エリアにメッセージのテキストを表示します</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_02.png -->
<string name="events_visible_chat">現在のチャットに通知\n届いたメッセージを現在のチャットに通知します</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_02.png -->
<string name="negative_priotiry_summary">%s (チャットからメッセージを受け取りません)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_accounts">XMPP アカウント\nあなたのアカウントを管理します</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_02.png -->
<string name="preference_security">セキュリティ\nセキュリティ設定</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security.png -->
<string name="security_check_certificate">サーバーの証明書を確認\n暗号化された接続で証明書の問題を通知します</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security.png -->
<string name="security_clear_certificate">証明書を削除\n無視された証明書のリストをクリアします</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security.png -->
<string name="security_otr_history">履歴を保存\nオフレコ・セッションの履歴を保存します</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security.png -->
<string name="security_otr_mode">オフレコ・モード</string>
<string name="chats_attention">アテンション\n届いたアテンション要求に対して反応します</string>
<string name="chats_attention_sound">アテンション・サウンド\n着信音を選択してください</string>
<string name="connection_load_vcard">vCard をロード\n連絡先の個人情報およびアバターをロードして更新します. 無効にすると通信の使用量が減ります.</string>
<string name="events_phrases">キーフレーズ\nメッセージのサウンド通知をプリセットのフレーズでカスタマイズします</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_remove.png -->
<string name="security_clear_certificate_warning">無視された証明書をすべて削除してもよろしいですか?</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_question.png -->
<string name="otr_answer">秘密の回答:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_question.png -->
<string name="otr_question">秘密の質問:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_question.png -->
<string name="otr_question_description">お互いが確認するために秘密の質問を使用します.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_secret.png -->
<string name="otr_secret">共有の秘密:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_secret.png -->
<string name="otr_secret_description">お互いが確認するために共有の秘密を使用します.</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="available">利用可能</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="away">不在</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="chat">チャットが開始できます!</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="clear_statuses">保存したステータス・メッセージを削除</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="dnd">取り込み中</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_context_menu.png -->
<string name="edit_status">ステータスを編集</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="empty_status">&lt;ステータスなし&gt;</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="invisible">不可視</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_context_menu.png -->
<string name="remove_status">ステータスを削除</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_context_menu.png -->
<string name="select_status">ステータスを設定</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="status_editor">ステータスを変更</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="status_editor_for">ステータスを %s に変更</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="status_text_hint">ステータスを設定してください</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="unavailable">オフライン</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="unsubscribed">認証されていません</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="xa">長時間不在</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in10m">10 分で</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in15m">15 分で</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in1h">1 時間で</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in1m">1 分で</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in2m">2 分で</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in30m">30 分で</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in5m">5 分で</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_status.png -->
<string name="always">常に</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_otr.png -->
<string name="disabled">無効</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_otr.png -->
<string name="manual">手動</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_status.png -->
<string name="never">なし</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_otr.png -->
<string name="required">必須</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_otr.png -->
<string name="auto">自動</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/about_viewer.png -->
<string name="about_copyright">© Redsolution LTD, 2010-2014</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/about_viewer.png -->
<string name="about_feedback">mailto:info@xabber.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/about_viewer.png -->
<string name="about_site">http://www.xabber.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/about_viewer.png -->
<string name="about_version">Versie: %s</string>
<string name="about_license">Licentie: GNU GPLv3\n<a href="https://github.com/redsolution/xabber-android">Open source software</a></string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_compression">Gebruik compressie</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_editor_title">%1$s account %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_enabled">Actief</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_host">Host</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_password">Wachtwoord</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_port">Poort</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_priority">Prioriteit</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_resource">Bron</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_server_name">Server</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type">Account-type</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_facebook">gebruikersnaam voor facebook.com (geen e-mail)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_gtalk">gebruikersnaam voor gmail.com of Google Apps domein</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_livejournal">gebruikersnaam voor livejournal.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_qip">gebruikersnaam voor qip.ru</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_vkontakte">gebruikersnaam of ID voor vkontakte.ru (geen e-mail)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_xmpp">naam@example.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_ya">gebruikersnaam voor yandex.ru (geen e-mail)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_facebook">Je kan niet inloggen bij Facebook chat met je e-mailadres. Om Facebook chat in te stellen dien je je Facebook gebruikersnaam en wachtwoord te gebruiken. Ga naar http://www.facebook.com/sitetour/chat.php voor meer info.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_gtalk">Als je niet over een Google account beschikt kan je dit aanmaken op http://mail.google.com. naam@je_google_domein kan ook gebruikt worden.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_livejournal">Als je niet over een Livejournal account beschikt kan je dit aanmaken op http://livejournal.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_qip">Als je niet over een QIP account beschikt kan je dit aanmaken op http://qip.ru</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_vkontakte">Je kan je naam (bijv. masha.v.kontakte) of ID (bijv. id123456) gebruiken.\nJe kan niet inloggen bij VKontakte chat met je e-mailadres. Om chat in te stellen dien je je VKontakte.ru gebruikersnaam en wachtwoord te gebruiken. Ga naar http://vk.com/help.php?page=jabber voor meer info.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_xmpp">Ga naar https://xmpp.org voor meer info over XMPP (Jabber)\nOm een nieuw account te registreren ga je naar https://register.jabber.org of andere Jabberservers.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_ya">Als je niet over een Ya.Online account beschikt kan je dit aanmaken op http://yandex.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_facebook">Facebook</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_gtalk">Google Talk</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_livejournal">LiveJournal</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_qip">QIP</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_vkontakte">VKontakte</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_xmpp">XMPP</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_ya">Ya.Online</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_user_name">Gebruikersnaam</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_error.png -->
<string name="EMPTY_SERVER_NAME">Naam server niet gespecifieerd</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_error.png -->
<string name="EMPTY_USER_NAME">Gebruikersnaam niet gespecifieerd</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_03.png -->
<string name="account_archive_mode">Sla geschiedenis op</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_available">Op server indien beschikbaar</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_dont_store">Sla niet op</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_local">Lokaal op apparaat</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_server">Op de server</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_unread">Lokaal alleen ongelezen en te verzenden</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_compression_summary">Kies om datacompressie in te schakelen</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_custom">Aangepaste host</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_custom_summary">Gebruik aangepaste hostinstellingen in plaats van SRV record</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_enabled_summary">Kies om account in te schakelen</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_error.png -->
<string name="account_invalid_port">Poort moet een nummer zijn (standaard: 5222)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_error.png -->
<string name="account_invalid_priority">Waarde prioriteit moet een nummer zijn tussen -128 en 128 (standaard: 10)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_wlm.png -->
<string name="account_oauth">Autorisatie</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_oauth_not_authorized.png -->
<string name="account_oauth_invalidated">Niet geautoriseerd</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_wlm.png -->
<string name="account_oauth_summary">OAuth instellingen</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_gtalk.png -->
<string name="account_protocol_gtalk_title">Google Talk</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_wlm.png -->
<string name="account_protocol_wlm_title">WLM</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_protocol_xmpp_title">XMPP</string>
<string name="account_proxy_host">Proxy-host</string>
<string name="account_proxy_password">Proxy-wachtwoord</string>
<string name="account_proxy_port">Proxy-poort</string>
<string name="account_proxy_type">Proxy type</string>
<string name="account_proxy_type_http">HTTP</string>
<string name="account_proxy_type_none">Gedeactiveerd</string>
<string name="account_proxy_type_orbot">Orbot</string>
<string name="account_proxy_type_socks4">SOCKS4</string>
<string name="account_proxy_type_socks5">SOCKS5</string>
<string name="account_proxy_user">Proxy-gebruiker</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_sasl">Gebruik SASL Authenticatie (aanbevolen)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_sasl_summary">Schakel uit voor oudere servers</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_store_password">Sla wachtwoord op</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_store_password_summary">Schakel deze optie uit om het wachtwoord telkens in te voeren bij het inloggen</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_syncable">Integratie in systeem contactenlijst</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_syncable_summary">Toon contacten van dit account in de contactenlijst van het toestel</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_tls.png -->
<string name="account_tls_enable">Schakel TLS in</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_tls_enable_summary">Gebruik TLS encryptie wanneer mogelijk om te connecteren met server</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_tls.png -->
<string name="account_tls_legacy">Legacy SSL</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_tls_legacy_summary">Gebruik Legacy SSL encryptie bij connecteren met server</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_tls_mode">TLS/SSL gebruik</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_tls.png -->
<string name="account_tls_require">TLS vereist</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_tls_require_summary">TLS encryptie vereist om te connecteren met server</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_odnoklassniki">Je moet je ID als gebruikersnaam invoeren (e.g. 123456). Je kan niet inloggen bij Odnoklasniki chat met je e-mail, login of telefoonnummer. Je kan je ID vinden op http://www.odnoklassniki.ru/settings</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_wlm">Je wordt omgeleid http://live.com om je gebruikersnaam en wachtwoord in te voeren.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_odnoklassniki">ID voor odnoklassniki.ru (niet login of e-mail)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_wlm">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_odnoklassniki">Odnoklassniki</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_wlm">Windows Live Messenger</string>
<string name="account_use_orbot">Chat via het anonieme TOR-netwerk en forceer het gebruik van TLS-versleuteling.\nWordt afgeraden voor Google Talk</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_confirm.png -->
<string name="confirm_cancellation">Alle wijzigingen negeren?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_error.png -->
<string name="INCORRECT_USER_NAME">Gebruikersnaam niet correct. Raadpleeg help voor details.</string>
<string name="orbot_required_message">Om TOR te kunnen gebruiken moet Orbot geïnstalleerd zijn, en moet het verkeer hier doorheen lopen. Wil je Orbot installeren vanaf Google Play?</string>
<string name="orbot_required_title">Installeer Orbot?</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list_confirm.png -->
<string name="account_delete_confirm">Wil je account %s verwijderen?\n(account wordt niet verwijderd van server, enkel in Xabber)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_add">Voeg account toe</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list_context_menu.png -->
<string name="account_delete">Verwijder account</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list_context_menu.png -->
<string name="account_editor">Bewerk account</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_authentication">Autoriseren</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_connected">Online</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_connecting">Verbinden</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_disconnecting">Verbinding verbreken</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_offline">Offline</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_waiting">Wachten op verbinding</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="development_changes_74">* Client-indicatie van contacten gerepareerd\n* Typ-indicatie gerepareerd\n* OTR verificatie met vraag gerepareerd\n* Enkele kleine reparaties</string>
<string name="development_changes_79">+ TOR-ondersteuning via Orbot \n+ Proxy-ondersteuning\n+ Wit-Russische, Perzische, Italiaanse, Portugese, Oekraïense, Chinese-vasteland en Taiwanees-Chinese vertaling\n* Notificatie in Android 4+ gerepareerd\n* Geschiedenis aan de serverkant gerepareerd\n* Xabber afsluiten gerepareerd\n* Vertalingen gerepareert ;-)\n* Kleine verbeteringen\nDankjewel, beste lieden!</string>
<string name="production_changes_45">+ Nederlandse en Turkse vertaling\n+ Ondersteuning voor berichtenarchief (Prosody-plug-in aanbevolen aan de serverkant)\n+ Per account geschiedenis-instellingen\n+ Kopie OTR vingerafdruk naar het klembord\n* Reduceer dataverkeer bij opnieuw verbinden\n* Meldingen in conferenties gerepareerd\n* Lijst actieve chats gerepareerd\n* Afleverberichten gerepareerd\n* Typ-indicatie gerepareerd\n* Kleine reparaties\n* Vertalingen gerepareerd\nDank, jongelui!</string>
<string name="production_changes_48">+ TOR-ondersteuning via Orbot \n+ Proxy-ondersteuning\n+ Wit-Russische, Perzische, Italiaanse, Portugese, Oekraïense, Chinese-vasteland en Taiwanees-Chinese vertaling\n* Notificatie in Android 4+ gerepareerd\n* Geschiedenis aan de serverkant gerepareerd\n* Xabber afsluiten gerepareerd\n* Vertalingen gerepareert ;-)\n* Kleine verbeteringen\nDankjewel, beste lieden!</string>
</resources>
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_text">%1$s veranderde status: %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_text_none">%1$s verwijderde status tekst</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_join">%1$s toegevoegd aan conferentie</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_kick">%1$s werd gekickt</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_account_is_offline.png -->
<string name="account_is_offline">Je bent offline. Berichten die je stuurt zullen afgeleverd worden wanneer je online bent.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer.png -->
<string name="chat_delay">Bericht verzonden om %s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer.png -->
<string name="chat_input_hint">Schrijf hier je bericht</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_switch.png -->
<string name="chat_page">Chat %1$d of %2$d</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer.png -->
<string name="chat_send">Verzend</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="clear_history">Wis geschiedenis</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="clear_message">Verwijder tekst</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_contact_is_offline.png -->
<string name="contact_is_offline">Contact is offline. Berichten worden afgeleverd wanneer hij/zij online gaat.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="ENTRY_IS_NOT_AVAILABLE">Contact is niet beschikbaar</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="FILE_NOT_FOUND">Bestand niet gevonden</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_context_menu.png -->
<string name="message_copy">Kopieer</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_context_menu.png -->
<string name="message_quote">Citeer</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_context_menu.png -->
<string name="message_remove">Verwijder uit geschiedenis</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_context_menu.png -->
<string name="message_repeat">Probeer opnieuw te verzenden</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_settings.png -->
<string name="save_history">Bewaar lokale geschiedenis\nBewaar berichtengeschiedenis lokaal</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu.png -->
<string name="show_history">Toon geschiedenis</string>
<string name="action_attention_called">Vraag om aandacht is verzonden</string>
<string name="action_attention_requested">Aandacht gevraagd</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_ban">%1$s werd verbannen</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_ban_by">%1$s werd verbannen door %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_invite_error">Invitatie niet ontvangen door %s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_invite_sent">Invitatie verzonden naar %s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_join_complete">Lid geworden van chat als %1$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_join_complete_to">Lid geworden van chat %1$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_kick_by">%1$s werd gekickt door %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_leave">%1$s heeft chat verlaten</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_nickname">%1$s veranderde nickname in %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_encryption">Encryptie is ingeschakeld maar gesprekspartner is niet geverifieerd. Je kan dit nagaan in OTR encryptie menu.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_error">OTR fout: %1$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_finish">Gesprekspartner heeft conversatie verlaten. Verlaat conversatie of herbegin deze.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_finished_session">Je bericht werd niet verzonden. Verlaat conversatie of herbegin deze.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_plain">Geëncrypteerde conversatie verlaten</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_cheated">Gesprekspartner probeerde bedrog te plegen tijdens verificatie</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_failed">Verificatie mislukt</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_not_approved">Je antwoord op de geheime vraag is geverifieerd. Stel vraag aan je gesprekspartner of gebruik gedeeld geheim.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_unverified">Verificatie mislukt</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_verified">Verificatie geslaagd</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_unreadable">Het geëncrypteerde bericht is niet leesbaar</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_verified">Encryptie ingeschakeld</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_available">%1$s is nu online</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_away">%1$s is nu afwezig</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_chat">%1$s vrij om te chatten</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_dnd">%1$s vraagt om niet te storen</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_unavailable">%1$s is nu niet beschikbaar</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_xa">%1$s afwezig voor langere tijd</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_subject">%1$s heeft het onderwerp veranderd naar: %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="ATTENTION_IS_NOT_SUPPORTED">Contact heeft aandacht vragen uitgezet of ondersteunt het niet</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="call_attention">Aandacht vragen</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu.png -->
<string name="chat_settings">Chatinstellingen</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_typing.png -->
<string name="chat_state_composing">Typen...</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_paused.png -->
<string name="chat_state_paused">Tekst ingevoerd...</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer.png -->
<string name="chat_typed">Bericht was ingevoerd op %s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="export_chat">Exporteer chat</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/export_chat_done.png -->
<string name="export_chat_done">Geschiedenis werd geëxporteerd naar SD kaart</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/export_chat.png -->
<string name="export_chat_mask">%2$s for %1$s.html</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/export_chat.png -->
<string name="export_chat_send">Verzend na exporteren</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/export_chat.png -->
<string name="export_chat_title">Voer bestandsnaam in</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_conference.png -->
<string name="muc_invite">Inviteer voor chat</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_leaved.png -->
<string name="muc_is_unavailable">Bericht kan niet afgeleverd worden. Word lid van chat</string>
<string name="occupant_list">Deelnemerslijst</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="otr_encryption">OTR encryptie</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_end">Stop encryptie</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_refresh">Herbegin encryptie</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="otr_request">Off-the-Record private conversatie werd verzocht maar je hebt de vereiste plugin niet. Gebruik Pidgin, Gajim of Adium voor PC/Mac en Xabber of ChatSecure voor Android. Ga naar http://otr.cypherpunks.ca/ voor meer informatie.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_01.png -->
<string name="otr_start">Start encryptie</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="otr_unencrypted_message">Dit bericht werd niet geëncrypteerd</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="otr_unreadable_message">Het geëncrypteerde bericht dat je verzond is niet leesbaar</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_otr_progress.png -->
<string name="otr_verification">OTR verificatie</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_verify_fingerprint">Verifieer met vingerafdruk</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_verify_question">Verifieer met vraag</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_verify_secret">Verifieer met gedeeld geheim</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_ADD_TO_GROUP">Fout: kan niet toevoegen aan groep</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_CREATE_CONTACT">Fout: kan contact niet toevoegen</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_REMOVE_CONTACT">Fout: kan contact niet verwijderen</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_REMOVE_FROM_GROUP">Fout: kan niet verwijderen uit groep</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_REMOVE_GROUP">Fout: kan groep niet verwijderen</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_RENAME_GROUP">Fout: kan groep niet hernoemen</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_add.png -->
<string name="contact_account">Account</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor.png -->
<string name="contact_editor_title">Bewerken %s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor.png -->
<string name="contact_group">Selecteer groepen</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_add.png -->
<string name="contact_name">Alias (optioneel)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_add_confirm.png -->
<string name="contact_subscribe_confirm">Deel je %2$s accountstatus met %1$s?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_add.png -->
<string name="contact_user">Gebruikersnaam</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="ENTRY_IS_NOT_FOUND">Contact niet gevonden</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor.png -->
<string name="group_add">Maak nieuwe groep</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor.png -->
<string name="group_default">Vrienden</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="group_exists">Groep bestaat al</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="group_is_empty">Groepsnaam is leeg</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/group_add.png -->
<string name="group_name">Naam groep</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="choose_account">Selecteer een account</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="EMPTY_ACCOUNT">Selecteer een account</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="accept_subscription">Accepteer contact</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="account_reconnect">Verbind opnieuw</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_add_account.png -->
<string name="application_action_disabled">Beheer accounts</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_add_account.png -->
<string name="application_action_empty">Voeg account toe</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_action_no_contacts">Contact toevoegen</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_action_no_online">Toon offline contacten</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_action_offline">Ga online</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_action_waiting">Opnieuw verbinden</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_connecting">Verbinden...</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_add_account.png -->
<string name="application_state_disabled">Accounts uitgeschakeld</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_empty">Geen accounts ingesteld</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_no_contacts">Je hebt geen contacten</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_no_online">Niemand online</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_offline">Geen accounts online</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_roster">Verbonden.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_loading.png -->
<string name="application_state_starting">Applicatie starten... </string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_waiting">Wachten op verbinding...</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu_extra.png -->
<string name="chat_list">Chatlijst</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="chat_list_is_empty">Geen actieve chats</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="chat_viewer">Chat</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="close_chat">Sluit chat</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="CONNECTION_FAILED">Verbindingsfout</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu.png -->
<string name="contact_add">Voeg contact toe</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="contact_delete">Verwijder</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_confirm.png -->
<string name="contact_delete_confirm">Wil je contact %1$s verwijderen uit account %2$s?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="contact_editor">Bewerk</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list.png -->
<string name="contact_list">Contactenlijst</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="discard_subscription">Weiger contact</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu.png -->
<string name="exit">Afsluiten</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list.png -->
<string name="group_active_chat">Actieve chats</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list.png -->
<string name="group_none">Geen groepen</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_context_menu.png -->
<string name="group_remove">Verwijder groep</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_confirm.png -->
<string name="group_remove_confirm">Wilt u de groep %s verwijderen? Contacten in deze groep blijven in de contactenlijst.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_context_menu.png -->
<string name="group_rename">Hernoem groep</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="NO_SUCH_ACCOUNT">Account niet gevonden</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="NOT_CONNECTED">Verbinden mislukt</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="request_subscription">Vraag abonnement aan</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="XMPP_EXCEPTION">Streamfout</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_closing.png -->
<string name="application_state_closing">Wijzigingen opslaan...\nApplicatie wordt gesloten</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_confirmation">%1$s.\nVertrouw je een certificaat met sha1 vingerafdruk %2$s volledig? En wil je geen melding meer krijgen over het probleem met dit certificaat?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check_details.png -->
<string name="certificate_details">\n\nUitgegeven aan:\nNaam (CN): %1$s\nOrganisatie (O): %2$s\nAfdeling (OU): %3$s\nSerienummer: %4$s\n\nUitgegeven door:\nNaam (CN): %5$s\nOrganisatie (O): %6$s\nAfdeling (OU): %7$s\n\nGeldigheid:\nUitgegeven op: %8$s\nVerloopt op: %9$s.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_invalid_chane">Signature chain verificatie mislukt</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_invalid_target">Doel certificaat mislukt</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_self_signed">Zelfondertekend certificaat</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_show_details">Details ...</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu.png -->
<string name="close_chats">Sluit alle chats</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_integration.png -->
<string name="contact_integration_suggest">Wil je Xabber integreren in de systeem contactenlijst?\nDit kan ingestelw worden in "Instellingen" → "XMPP accounts" → je account → "Integratie in systeem contactenlijst".\nNB: Systeem contactenlijst kan even vertragen na het instellen.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list.png -->
<string name="group_room">Conferenties</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="OTR_ERROR">OTR fout</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_invite.png -->
<string name="select_contact">Selecteer contact</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_show_offline.png -->
<string name="show_offline_always">Altijd tonen</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_show_offline.png -->
<string name="show_offline_never">Nooit tonen</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_show_offline.png -->
<string name="show_offline_normal">Gebruik globale instellingen</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_context_menu.png -->
<string name="show_offline_settings">Toon offline contacten</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_boot.png -->
<string name="start_at_boot_suggest">Moet Xabber automatisch starten wanneer het toestel opstart?\nDit kan gewijzigd worden in "Instellingen" → "Verbindingsinstellingen" → "Starten wanneer Android opstart"</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="contact_viewer">Bekijk informatie</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_for">Bekijk informatie over %s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_xmpp">XMPP</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_jid">Jabber ID</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_name">Jabber naam</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_resources">Bronnen</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_resource_summary">Bron: %1$s\nPrioriteit: %2$d\nClient: %3$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_client_info">%1$s, type: %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_person">Persoonlijke informatie</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_nick_name">Nickname</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_formatted_name">Gerformatteerde naam</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_prefix_name">Prefix</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_given_name">Naam</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_middle_name">Tussenvoegsel</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_family_name">Achternaam</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_suffix_name">Suffix naam</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_birth_date">Verjaardag</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_url">Website</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_organization">Organisatie</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_title">Jobtitel, functie</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_role">Rol</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_other">Andere informatie</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_categories">Categorieën</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_decsription">Beschrijving</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_note">Notities</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address">Adres</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_pobox">Postbus</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_extadr">Uitgebreid adres</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_street">Straat</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_locality">Woonplaats</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_region">Regio</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_pcode">Postcode</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_ctry">Land</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_telephone">Telefoon</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_email">E-mail</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type">Labels</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_home">Thuis</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_work">Werk</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_postal">Post</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_parcel">Pakket</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_dom">Binnenland</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_intl">Internationaal</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_pref">Voorkeur</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_voice">Spraak</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_fax">Fax</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_pager">Semafoon</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_cell">Mobiel</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_video">Video</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_bbs">BBS</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_modem">Modem</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_msg">Spraakbericht</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_isdn">ISDN</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_pcs">PCS</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_internet">Internet</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_x400">X400</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="please_wait">Wacht aub...</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="unknown">Onbekend</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_fingerprint_description">Je gesprekspartner kan een vingerafdruk bezorgen ter controle. Gebruik XMMP chat hiervoor niet.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_is_verified">Dit contact is vertrouwd</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_local_fingerprint">Je vingerafdruk:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_remote_fingerprint">Vingerafdruk gesprekspartner:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_scan_fingerprint">Scan QR code met vingerafdruk van gesprekspartner</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_show_fingerprint">Toon QR code met je vingerafdruk</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint_play.png -->
<string name="zxing_install_fail">Google Play is niet geïnstalleerd. Installeer Barcode Scanner handmatig.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint_scanner.png -->
<string name="zxing_install_message">Deze applicatie vereist Barcode Scanner. Wil je dit installeren?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_copy_fingerprint">Kopieer je vingerafdruk naar het klembord</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="production_description">Open Source Jabberprogramma (XMPP) met ondersteuning voor meerdere accounts en gemakkelijke, overzichtelijke bediening. Omdat Xabber gratis èn vrij (als in: vrij beschikbare broncode) èn advertentievrij is, is het de best ontworpen Jabber-client voor Android.\n\nMogelijkheden:\n- Meerdere accounts\n- Snel wisselen tussen meerdere chats\n- Veel weergavemogelijkheden voor contacten en groepen\n- Ondersteunt alle standaard-XMPP-servers\n- Voorgeconfigureerde ondersteuning voor Gtalk, Facebook chat, Livejournal chat, Vkontakte, Ya.Online, Google Apps Gtalk accounts\n- Meerdere gebruikers in één conversatie (multi-user-chat, MUC)\n- Chatgeschiedenis bewaren\n- Geschiedenis naar SD-kaart exporteren\n- Ondersteuning voor berichtenopslag op de server\n- Emoticons\n- Automatische herkenning van webpagina\'s, mailadressen, telefoonnummers en chat-adressen, XMPP Uri\n- Avatars\n- Bekijk contactinformatie (vCard)\n- Groepeer contacten op groep en/of account\n- Contactenbeheer voor contacten, groepen en abonnementen\n- Zoek contacten\n- Integratie met het adresboek van je telefoon (bel vanuit een chat, chat vanuit je adresboek)\n- Verschillende meldingen voor verschillende contacten\n- Notificatie gebaseerd op zoekwoorden\n- Volledige Unicode-ondersteuning - chat in elke taal\n- Ondersteuning voor "staand" en "liggend" scherm\n- Compressie van streams (nog niet alle servers worden ondersteund)\n- Prioriteiten/bronnen\n- OTR-encryptie\n- TLS-ondersteuning\n- Verouderde SSL-ondersteuning\n- SASL-ondersteuning\n- Controle van het server-certificaat\n- SRV-record en DNS "round robin" ondersteuning\n- Client-programma-iconen in contactenlijst (Adium, Empathy, Gajim, Gtalk, iChat, Miranda, Pdgin, Psi, QIP, Xabber, Xabber VIP)\n- Melding als je chatpartner typt\n- Ontvangstbevestiging\n- Snelle verwijzing naar chats op het thuisscherm\n\nLijst van ondersteunde (voorgeconfigureerde) services:\n- GTalk (Google Talk, Google Apps accounts worden ook ondersteund)\n- Windows Live Messenger / MSN (vereist Android 2.2 of hoger)\n- Facebook chat\n- Livejournal chat\n- VKontakte\n- Ya.Online\n- QIP\n- Odnoklassniki\n\nBinnenkort:\n- Tablet-ondersteuning\n- Bestanden versturen\n\nOndersteunde protocollen:\nRFC-3920: Core\nRFC-3921: Instant Messaging and Presence\nXEP-0030: Service Discovery\nXEP-0128: Service Discovery Extensions\nXEP-0115: Entity Capabilities\nXEP-0054: vcard-temp\nXEP-0153: vCard-Based Avatars\nXEP-0045: Multi-User Chat (incompletely)\nXEP-0078: Non-SASL Authentication\nXEP-0138: Stream Compression\nXEP-0203: Delayed Delivery\nXEP-0091: Legacy Delayed Delivery\nXEP-0199: XMPP Ping\nXEP-0147: XMPP URI Scheme Query Components\nXEP-0085: Chat State Notifications\nXEP-0184: Message Delivery Receipts\nXEP-0184: Message Delivery Receipts\nXEP-0155: Stanza Session Negotiation\nXEP-0059: Result Set Management\nXEP-0136: Message Archiving\nXEP-0224: Attention\n\nCheck de Xabber Ontwikkelversie voor nieuwe functionaliteit\n\nDe broncode van Xabber is beschikbaar at https://github.com/redsolution/xabber-android onder de GNU GPLv3 licentie.\n\nVoor meer informatie: bezoek http://xabber.com of volg @xabber_xmpp op twitter.</string>
<!-- Can be used for Google Play promotion -->
<string name="production_promo">Multi-account XMPP (Jabber) client.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="production_title">Xabber</string>
<string name="development_changes">+ Nieuwe Hebreeuwse, Japanse en Zweedse vertaling\n* Diverse verbeteringen in de vertalingen\n* Kleine reparaties\nDankjewel allemaal!</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="development_description">Experimentele (mogelijk ONSTABIELE) versie van Xabber — een open source, gemakkelijk en overzichtelijk Jabber-programma (XMPP) met ondersteuning voor meerdere accounts.\n\nDeze versie kun je installeren als je ons wilt helpen om Xabber te testen en te ontwikkelen. Stabiliteit is niet gegarandaard, dus als je niet te avontuurlijk bent ingesteld, gebruik dan de gewone versie. Maar als je van risico\'s houdt, krijg je met dit programma de nieuwste mogelijkheden.\n\nBroncode van Xabber is beschikbaar op https://github.com/redsolution/xabber-android onder de GNU GPLv3 licentie.\n\nVoor meer informatie: bezoek onze website op http://xabber.com of volg @xabber_xmpp op Twitter.\n\nAls je fouten vindt, of je hebt briljante ideeën, stuur dan mail naar info+devel@xabber.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="development_title">Xabber ontwikkelingsversie</string>
<string name="production_changes">+ TOR-ondersteuning via Orbot \n+ Proxy-ondersteuning\n+ Wit-Russische, Perzische, Italiaanse, Portugese, Oekraïense, Chinese-vasteland en Taiwanees-Chinese vertaling\n* Notificatie in Android 4+ gerepareerd\n* Geschiedenis aan de serverkant gerepareerd\n* Xabber afsluiten gerepareerd\n* Vertalingen gerepareert ;-)\n* Kleine verbeteringen\nDankjewel, beste lieden!</string>
<string name="short_description">Open source XMPP (Jabber) client met multi-account-ondersteuning</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="vip_description">VIP versie van Xabber — een open source, gemakkelijk en overzichtelijk Jabber-programma (XMPP) met ondersteuning voor meerdere accounts. Xabber is ontworpen om het beste Jabberprogramma voor Android te zijn.\n\nDe VIP-versie van Xabber is op geen enkele manier beter dan de gewone versie van Xabber, de gouden munt op het programma-logo is de enige te onderscheiden verschil. Enorm handig om op te scheppen dat je geld hebt betaald voor een programma dat eigenlijk gratis is!\n\n...</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="vip_title">Xabber VIP</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="EMPTY_NICK_NAME">Nickname niet gespecifieerd</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="EMPTY_ROOM_NAME">Conferentie niet gespecifieerd</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_context_menu.png -->
<string name="muc_join">Lid worden van conferentie</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_nick">Nick</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_nick_hint">Je nick in conferentie</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_password">Wachtwoord</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_password_hint">wachtwoord is niet vereist</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_room">Conferentie</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_server">Multi User Chat server</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_server_hint">conference.jabber.org</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="NICK_ALREADY_USED">Nick reeds in gebruik</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="ALREADY_IN_PROGRESS">Reeds bezig</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="ALREADY_JOINED">Reeds lid geworden</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_add">Lid worden van conferentie</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_context_menu.png -->
<string name="muc_delete">Verwijder conferentie</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_confirm.png -->
<string name="muc_delete_confirm">Wil je de conferentie verwijderen %1$s van account %2$s?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_context_menu.png -->
<string name="muc_edit">Autorisatie-instellingen</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_invite.png -->
<string name="muc_invite_confirm">%2$s inviteert je om lid te worden van conferentie %3$s. Lid worden vanop account %1$s?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_invite.png -->
<string name="muc_invite_confirm_reason">%2$s inviteert je om lid te worden van conferentie %3$s: %4$s. Lid worden vanop account %1$s?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_context_menu.png -->
<string name="muc_leave">Verlaat conferentie</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_save">Sla conferentie op</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="account_quantity_1">account</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="account_quantity_2">accounts</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="account_quantity_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_offline.png -->
<string name="account_quantity_offline_1">account</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_offline.png -->
<string name="account_quantity_offline_2">accounts</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_offline.png -->
<string name="account_quantity_offline_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_authorization.png -->
<string name="AUTHENTICATION_FAILED">Autorisatiefout</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_contact_quantity_1">contact</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_contact_quantity_2">contacten</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_contact_quantity_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_message_quantity_1">bericht</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_message_quantity_2">berichten</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_message_quantity_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_status">%1$d %2$s van %3$d %4$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="connection_state_connected_1">%1$d of %2$d %3$s online</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="connection_state_connected_2">%1$d of %2$d %3$s online</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="connection_state_connected_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connecting.png -->
<string name="connection_state_connecting_1">%1$d of %2$d %3$s verbinden</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connecting.png -->
<string name="connection_state_connecting_2">%1$d of %2$d %3$s verbinden</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connecting.png -->
<string name="connection_state_connecting_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_waiting.png -->
<string name="connection_state_waiting_1">%1$d of %2$d %3$s wachten op verbinding</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_waiting.png -->
<string name="connection_state_waiting_2">%1$d of %2$d %3$s wachten op verbinding</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_waiting.png -->
<string name="connection_state_waiting_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_offline.png -->
<string name="connection_state_offline">%1$d %2$s offline</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/message_archive.png -->
<string name="archive_available_request_message">Wil je de berichtengeschiedenis opslaan op de server?\nDaarmee kan Xabber de berichtenhistorie laden van alle apparaten die dit account gebruiken.\nDeze optie gebruikt extra dataverkeer en kan de verbindingssnelheid negatief beïnvloeden.\nWAARSCHUWING: je lokale geschiedenis zal helemaal verwijderd worden.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_archive.png -->
<string name="archive_available_request_title">Berichtenarchief aanzetten?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_certificate.png -->
<string name="INVALID_CERTIFICATE">Ongeldig certificaat</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_invite.png -->
<string name="muc_invite_message">Conferentie betreden?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_otr_progress.png -->
<string name="otr_verification_in_progress">Kies om af te breken.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_password.png -->
<string name="PASSWORD_REQUIRED">Wachtwoord vereist</string>
<string name="pay_attention">Geef aandacht</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_subscription.png -->
<string name="subscription_request_message">Aanvraag authorisatie</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases.png -->
<string name="events_phrases_title">Sleutelzinnen</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases.png -->
<string name="phrase_add">Voeg zin toe</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_remove.png -->
<string name="phrase_delete">Verwijder zin</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_remove.png -->
<string name="phrase_delete_confirm">Wil je echt verwijderen: "%s"?</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases.png -->
<string name="phrase_empty">&lt; Tekst &gt;</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_group">Deel van de contacten-groep</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_regexp">Regular expression</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_sound">Geluid\nKies meldingsgeluid</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_text">Tekst om te zoeken</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_user">Jabber-ID van contact</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_debug.png -->
<string name="cache_clear">Maak cache leeg.\nVerwijder alle lokale gegevens. Maakt geheugen vrij.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_debug_cache.png -->
<string name="cache_clear_warning">Wil je de geschiedenis en andere lokale data verwijderen?\nAccounts en lijst gegevens worden niet verwijderd. Applicatie zal worden gesloten.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_send_by_enter">Verzend met entertoets\nBerichten worden verzonden met entertoets</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_go_away">Auto-afwezig\nZet status automatisch op afwezig na vergrendelen scherm</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_02.png -->
<string name="contacts_order">Sorteer contacten\nStel sortering van contacten in</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_sort.png -->
<string name="contacts_order_alphabet">Alfabetisch</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_sort.png -->
<string name="contacts_order_status">Op status</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_accounts">Groepeer op account\nGroepeer contacten op account in contactenlijst</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_02.png -->
<string name="contacts_show_active_chats">Actieve chats bovenaan\nToon actieve chats bovenaan contactenlijst</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_avatars">Toon avatars\nToon avatars van contacten in contactenlijst</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_02.png -->
<string name="contacts_show_empty_groups">Toon lege groepen\nToon groepen die enkel offline contacten bevatten </string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_groups">Toon groepen\nToon groepen in contactenlijst</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_offline">Toon offline contacten</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_panel">Toon accountpaneel\nToon paneel met je avatar aan het begin van contactenlijst</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_02.png -->
<string name="contacts_stay_active_chats">Dupliceer actieve chats\nToon actieve chats bovenaan contactenlijst en in groep</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_debug.png -->
<string name="debug_log">Log foutopsporing\nSchrijf fouten naar log (herstart applicatie om wijzigingen door te voeren)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_lightning">LED indicator\nKnipper LED bij melding</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_persistent">Taakbalk icoon.\nToon een doorlopende melding. Deze optie weerhoudt Android ervan om de applicatie af te sluiten</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_sound">Geluidssignaal\nKies geluid melding</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_vibro">Trillen\nTril bij melding</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance.png -->
<string name="interface_theme">Thema\nThema-instellingen</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_skin.png -->
<string name="interface_theme_dark">Donker</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_skin.png -->
<string name="interface_theme_light">Licht</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_skin.png -->
<string name="interface_theme_normal">Standaard</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance.png -->
<string name="interface_smiles">Emoticons\nInstellingen emoticons (voorheen smilies)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_smiles.png -->
<string name="interface_smiles_android">Android emoticons</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_smiles.png -->
<string name="interface_smiles_none">Geen grafische emoticons</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_connection">Verbindingsinstellingen\nVerbindingsinstellingen</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_contacts">Contactenlijst\nPas weergave contactenlijst aan</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_02.png -->
<string name="preference_debug">Instellingen foutopsporing\nInstellingen die helpen om Xabber te verbeteren</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu.png -->
<string name="preference_editor">Instellingen</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_events">Meldingen\nInstellingen meldingen</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_interface">Thema-instellingen\nWeergave-instellingen</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_02.png -->
<string name="about_viewer">Over</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_divide">Bericht op nieuwe regel.\nToon bericht op nieuwe regel</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_new_line.png -->
<string name="chats_divide_portrait">In portretmodus</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_font_size">Grootte lettertype\nGrootte lettertype in berichten</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_font_size.png -->
<string name="chats_font_size_large">Groot</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_font_size.png -->
<string name="chats_font_size_normal">Normaal</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_font_size.png -->
<string name="chats_font_size_small">Klein</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_font_size.png -->
<string name="chats_font_size_xlarge">Extra groot</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_hide_keyboard">Verberg toetsenbord\nVerberg het toetsenbord na het verzenden</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_keyboard.png -->
<string name="chats_hide_keyboard_landscape">In landschapsmodus</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_02.png -->
<string name="chats_receipt">Ontvangstbevestigingen\nVerzend en ontvang ontvangstbevestigingen</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_show_avatars">Avatars in berichten\nToon avatars in elk bericht</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_show_status_change">Toon statuswijzigingen\nToon berichten over statuswijzigingen</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_status.png -->
<string name="chats_show_status_change_muc">In conferenties</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_state_notification">Toon melding typen\nToon melding dat je tekst typt</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_adjust_priority">Stel prioriteit in.\nStel prioriteit in aan de hand van je status. Accountprioriteit zal genegeerd worden.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="connection_go_away_immediately">Onmiddellijk bij schermvergrendeling</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_go_xa">"Lang afwezig" na schermvergrendeling\nStel "Lang afwezig" in na vergrendelen van het scherm</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_priority">Prioriteitsinstellingen</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_start_at_boot">Starten wanneer Android start\nStart de applicatie wanneer Android start. Dit werkt niet wanneer Xabber op SD-kaart geïnstalleerd is.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_wake_lock">Voorkom slaapmodus\nNadelig voor batterijverbruik</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_wifi_lock">Houd WiFi ingeschakeld\nNadelig voor batterijverbruik</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_reset_offline">Reset offline instellingen\nHerstel individuele instellingen voor groepen en accounts</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_reset_offline.png -->
<string name="contacts_reset_offline_warning">Individuele instellingen voor groepen en accounts herstellen?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_02.png -->
<string name="events_first_only">Melding bij eerste bericht\nMelding enkel bij eerste bericht in chat</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_ignore_system_vibro">Negeer trilinstellingen van het systeem.\nGebruik deze optie wanneer trillen niet werkt</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_02.png -->
<string name="events_message">Meldingsinstellingen\nStel meldingen van inkomende berichten in</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_where.png -->
<string name="events_message_chat">Chats</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_where.png -->
<string name="events_message_chat_and_muc">Chats en conferenties</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_where.png -->
<string name="events_message_none">Geen melding</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_02.png -->
<string name="events_show_text">Toon bericht bij melding\nToon bericht in meldinggedeelte</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_02.png -->
<string name="events_visible_chat">Melding voor actieve chat\nMelding voor berichten in huidige chat</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_02.png -->
<string name="negative_priotiry_summary">%s (je zal geen enkel bericht ontvangen)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_accounts">XMPP accounts\nBeheer je accounts</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_02.png -->
<string name="preference_security">Beveiliging\nBeveiligingsinstellingen</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security.png -->
<string name="security_check_certificate">Controleer servercertificaat\nMeld problemen met certificaat bij geëncrypteerde verbinding</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security.png -->
<string name="security_clear_certificate">Verwijder certificaten\nVerwijder genegeerde certificaten</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security.png -->
<string name="security_otr_history">Bewaar geschiedenis\nBewaar geschiedenis van OTR sessies</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security.png -->
<string name="security_otr_mode">OTR modus</string>
<string name="chats_attention">Let op\nReageer op inkomende verzoeken om aandacht</string>
<string name="chats_attention_sound">Aandachtsgeluid\nKies bel-geluid</string>
<string name="connection_load_vcard">Laad vCard\nLaad en update persoonlijke informatie en avatar van contact. Zet uit om dataverkeer te besparen.</string>
<string name="events_phrases">Sleutelzinnen\nAangepaste geluidsmeldingen bij berichten met vooraf ingestelde zinnen</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_remove.png -->
<string name="security_clear_certificate_warning">Wil je alle genegeerde certificaten verwijderen?</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_question.png -->
<string name="otr_answer">Geheim antwoord:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_question.png -->
<string name="otr_question">Geheime vraag:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_question.png -->
<string name="otr_question_description">Gebruik een geheime vraag om elkaar te verifiëren</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_secret.png -->
<string name="otr_secret">Gedeeld geheim:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_secret.png -->
<string name="otr_secret_description">Gebruik een gedeeld geheim om elkaar te verifiëren</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="available">Beschikbaar</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="away">Afwezig</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="chat">Klaar voor chat!</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="clear_statuses">Verwijder bewaarde statusberichten</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="dnd">Niet storen</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_context_menu.png -->
<string name="edit_status">Bewerk status</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="empty_status">&lt;Lege status&gt;</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="invisible">Onzichtbaar</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_context_menu.png -->
<string name="remove_status">Verwijder status</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_context_menu.png -->
<string name="select_status">Stel status in</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="status_editor">Wijzig status</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="status_editor_for">Wijzig status voor %s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="status_text_hint">Stel status in</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="unavailable">Offline</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="unsubscribed">Niet geautoriseerd</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="xa">Lang afwezig</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in10m">Na 10 minuten</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in15m">Na 15 minuten</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in1h">Na een uur</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in1m">Na een minuut</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in2m">Na 2 minuten</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in30m">Na 30 minuten</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in5m">Na 5 minuten</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_status.png -->
<string name="always">Altijd</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_otr.png -->
<string name="disabled">Uitgeschakeld</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_otr.png -->
<string name="manual">Handmatig</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_status.png -->
<string name="never">Nooit</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_otr.png -->
<string name="required">Vereist</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_otr.png -->
<string name="auto">Automatisch</string>
</resources>
\ No newline at end of file
...@@ -132,7 +132,7 @@ ...@@ -132,7 +132,7 @@
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png --> <!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_refresh">Заново начать шифрование</string> <string name="otr_refresh">Заново начать шифрование</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png --> <!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="otr_request">Собеседник запросил OTR шифрование беседы, но у вас не установлен плагин, который его поддерживает. Используйте Pidgin, Gajim или Adium для PC/Mac и Xabber или ChatSecure для Android. Посетите http://otr.cypherpunks.ca/ для получения более полной информации.</string> <string name="otr_request">Собеседник запросил OTR шифрование беседы, но у вас не установлен плагин, который его поддерживает. Используйте Pidgin или Adium для PC/Mac и Xabber или GibberBot для Android. Посетите http://otr.cypherpunks.ca/ для получения более полной информации.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_01.png --> <!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_01.png -->
<string name="otr_start">Начать шифрование</string> <string name="otr_start">Начать шифрование</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png --> <!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
......
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/about_viewer.png -->
<string name="about_copyright">© Redsolution LTD, 2010-2014</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/about_viewer.png -->
<string name="about_feedback">Mail: info@xabber.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/about_viewer.png -->
<string name="about_site">http://www.xabber.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/about_viewer.png -->
<string name="about_version">Verzia: %s</string>
<string name="about_license">Licencia: GNU GPLv3\n<a href="https://github.com/redsolution/xabber-android">Software s otvoreným zdrojovým kódom</a></string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_compression">Použiť kompresiu</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_editor_title">%1$s účet %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_enabled">Povolený</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_host">Hostiteľ</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_password">Heslo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_port">Port</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_priority">Priorita</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_resource">Zdroj</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_server_name">Server</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type">Typ účtu</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_facebook">užívateľské meno pre facebook.com (nie e-mail)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_gtalk">užívateľské meno pre gmail.com alebo Google Apps</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_livejournal">užívateľské meno pre livejournal.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_qip">užívateľské meno pre qip</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_vkontakte">užívateľské meno alebo id pre vkontakte.ru (nie e-mail)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_xmpp">meno@priklad.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_ya">užívateľské meno pre yandex.ru (nie e-mail)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_facebook">Nemôžete sa prihlásiť do Facebooku využitím vášho emailu. Pre nastavenie Facebook chatu nám musíte poskytnúť Facebook používateľské meno a heslo. Pre detaily navštívte http://www.facebook.com/sitetour/chat.php</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_gtalk">Ak nemáte Google účet, môžete si ho vytvoriť na http://mail.google.com\nTiež môžete použiť vaše_užívateľské_meno@vaša_google_doména</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_livejournal">Ak nemáte Livejournal účet, môžete si ho vytvoriť na http://livejournal.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_qip">Ak nemáte QIP účet, môžete si ho vytvoriť na http://qip.ru</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_vkontakte">Môžete zadať vaše meno (napr. masha.v.kontakte) alebo id (napr. id123456). Nemôžete sa prihlásiť do VKontakte použitím e-mailu. Pre nastavenie musíte poskytnúť vaše VKontakte.ru užívateľské meno a heslo. Pre viac informácií navštívte http://vk.com/help.php?page=jabber .</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_xmpp">Ak chcete zistiť viac o XMPP (Jabber): https://xmpp.org\nPre registráciu nového XMPP účtu navštívte prosím https://register.jabber.org, alebo akýkoľvek iný Jabber server.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_ya">Ak nemáte Ya.Online konto, môžete si ho vytvoriť na http://yandex.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_facebook">Facebook</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_gtalk">Google Talk</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_livejournal">LiveJournal</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_qip">QIP</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_vkontakte">VKontakte</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_xmpp">XMPP</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_ya">Ya.Online</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_user_name">Používateľské meno</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_error.png -->
<string name="EMPTY_SERVER_NAME">Meno serveru nie je špecifikované</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_error.png -->
<string name="EMPTY_USER_NAME">Používateľské meno nie je špecifikované</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_03.png -->
<string name="account_archive_mode">Ukladať históriu správ</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_available">Na serveri, ak je dostupný</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_dont_store">Neukladať</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_local">Lokálne na zariadení</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_server">Na serveri</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_unread">Lokálne iba neodoslané a neprečítané</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_compression_summary">Zaškrtnite pre povolenie kompresie dát</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_custom">Vlastný hostiteľ</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_custom_summary">Použiť nastavenie vlastného hostiteľa namiesto SRV záznamu.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_enabled_summary">Zaznačte pre povolenie účtu</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_error.png -->
<string name="account_invalid_port">Port musí byť číslo (predvolené: 5222)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_error.png -->
<string name="account_invalid_priority">Hodnota priority musí byť v intervale od -128 do 128 (predvolené: 10)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_wlm.png -->
<string name="account_oauth">Autorizácia</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_oauth_not_authorized.png -->
<string name="account_oauth_invalidated">Neautorizovaný</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_wlm.png -->
<string name="account_oauth_summary">Nastavenia OAuth</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_gtalk.png -->
<string name="account_protocol_gtalk_title">Google Talk</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_wlm.png -->
<string name="account_protocol_wlm_title">WLM</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_protocol_xmpp_title">XMPP</string>
<string name="account_proxy_host">Hostiteľ proxy</string>
<string name="account_proxy_password">Heslo proxy</string>
<string name="account_proxy_port">Port proxy</string>
<string name="account_proxy_type">Typ proxy</string>
<string name="account_proxy_type_http">HTTP</string>
<string name="account_proxy_type_none">Vypnutý</string>
<string name="account_proxy_type_orbot">Orbot</string>
<string name="account_proxy_type_socks4">SOCKS4</string>
<string name="account_proxy_type_socks5">SOCKS5</string>
<string name="account_proxy_user">Užívateľ proxy</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_sasl">Použiť SASL autentifikáciu (odporúčané)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_sasl_summary">Vypnúť pre veľmi starý server</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_store_password">Uložiť heslo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_store_password_summary">Vypnite túto možnosť pre zadávanie hesla každý krát pri pripojení</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_syncable">Integrácia do systémových kontaktov</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_syncable_summary">Zobraziť kontakty z tohoto účtu v zozname kontaktov telefónu</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_tls.png -->
<string name="account_tls_enable">Povoliť TLS</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_tls_enable_summary">Použiť TLS šifrovanie ak je možné sa pripojiť na server</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_tls.png -->
<string name="account_tls_legacy">Legacy SSL</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_tls_legacy_summary">Použiť Legacy SSL šifrovanie pri pripojení na server</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_tls_mode">TLS/SSL využtie</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_tls.png -->
<string name="account_tls_require">Vyžadovať TLS</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_tls_require_summary">Požadovať TLS šifrovanie pri pripojení na server</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_odnoklassniki">Musíte použiť vaše ID ako užívateľské meno (napr. 123456). Nemôžete sa prihlásiť do Odnoklassniki použitím vášho emailu, prihl. mena alebo telefónneho čísla. Vaše ID môžete nájsť na http://www.odnoklassniki.ru/settings</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_wlm">Budete presmerovaný na http://live.com pre vloženie užívateľského mena a hesla.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_odnoklassniki">id pre odnoklassniki.ru (nie login alebo e-mail)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_wlm">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_odnoklassniki">Odnoklassniki</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_wlm">Windows Live Messenger</string>
<string name="account_use_orbot">Chatovať cez anonymnú sieť TOR a vynútiť TLS kryptografický protokol\nNeodporúčame pre Google Talk</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_confirm.png -->
<string name="confirm_cancellation">Ste si istý, že chcete zrušiť všetky zmeny?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_error.png -->
<string name="INCORRECT_USER_NAME">Chybné užívateľské meno. Pozrite pomocný text dole pre detaily.</string>
<string name="orbot_required_message">Aby ste mohli používať TOR musíte mať nainštalovaný Orbot a cez neho aktivovaný proxy prenos. Chceli by ste ho nainštalovať z Google Play?</string>
<string name="orbot_required_title">Nainštalovať Orbot?</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list_confirm.png -->
<string name="account_delete_confirm">Naozaj chcete vymazať účet %s?\n(nevymaže sa zo serveru, iba zo Xabberu)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_add">Pridať účet</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list_context_menu.png -->
<string name="account_delete">Vymazať účet</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list_context_menu.png -->
<string name="account_editor">Upraviť účet</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_authentication">Autorizujem</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_connected">Pripojený</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_connecting">Pripájam</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_disconnecting">Odpájam</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_offline">Odpojený</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_waiting">Čakám na obnovenie pripojenia</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="development_changes_76">+ Slovenský preklad (ďakujeme, Dominik!)\n* Overenie certifikátu serveru\n* Menšie opravy</string>
<string name="development_changes_77">+ České preklady\n+ Možnosť zavolať pozornosť\n+ Upozornenia založené na kľúčovom slove\n+ Možnosť vypnúť správy o doručení\n+ Zoznam ľudí v chatovacej miestnosti (len zobraziť)\n* Viacero malých opráv\n* Viacero prekladov opravených\nĎakujeme Vám!</string>
<string name="development_changes_79">+ Podpora TOR pomocou Orbot\n+ Podpora proxy\n+ Bieloruský, Perzský, Taliansky, Portugalský, Ukrajinský, Čínsky preklad\n* Opravené notifikácie v Androide 4+\n* Opravená história na strane serveru\n* Opravené ukončenie Xabberu\n* Opravené preklady\n* Menšie opravy\nĎakujeme Vám!</string>
<string name="production_changes_45">Šťastné a veselé!\n+ Dánsky, Slovenský, Turecký, Čínsky preklad\n+ Podpora archívu správ (Prosody je vyžadované od serveru)\n+ Nastavenie histórie viazané na konto\n+ Kopírovanie OTR odtlačku do schránky\n* Opravené overenie serverového certifikátu\n* Redukovaný prenos pri znovu pripojení\n* Opravené upozornenia v notifikáciach\n* Opravený zoznam aktívnych rozhovorov\n* Opravené výpisy o doručení správ\n* Opravné upozornenia "píše"\n* Menšie opravy\n* Opravených viacero prekladov\nĎakujeme Vám!</string>
<string name="production_changes_47">+ Zdrojové kódy Xabberu sú dostupné na GitHub\n+ České preklady\n+ Možnosť zavolať pozornosť\n+ Upozornenia založené na kľúčovom slove\n+ Možnosť vypnúť správy o doručení\n+ Zoznam ľudí v chatovacej miestnosti (len zobraziť)\n* Viacero malých opráv\n* Viacero prekladov opravených\nĎakujeme Vám!</string>
<string name="production_changes_48">+ Podpora TOR pomocou Orbot\n+ Podpora proxy\n+ Bieloruský, Perzský, Taliansky, Portugalský, Ukrajinský, Čínsky preklad\n* Opravené notifikácie v Androide 4+\n* Opravená história na strane serveru\n* Opravené ukončenie Xabberu\n* Opravené preklady\n* Menšie opravy\nĎakujeme Vám!</string>
</resources>
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_text">%1$s zmenil/a stav: %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_text_none">%1$s vyčistil text stavu</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_join">%1$s sa pridal/a do konferencie</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_kick">%1$s bol/a vyhodený/á</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_account_is_offline.png -->
<string name="account_is_offline">Ste momentálne odpojený/á. Správy, ktoré pošlete, budú doručené hneď ako sa pripojíte.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer.png -->
<string name="chat_delay">Správa bola poslaná %s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer.png -->
<string name="chat_input_hint">Sem napíšte vašu správu</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_switch.png -->
<string name="chat_page">Rozhovor %1$d z %2$d</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer.png -->
<string name="chat_send">Poslať</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="clear_history">Vyčistiť históriu</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="clear_message">Vyčistiť text</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_contact_is_offline.png -->
<string name="contact_is_offline">Príjemca je odpojený. Správy, ktoré pošlete, mu budú doručené keď sa pripojí.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="ENTRY_IS_NOT_AVAILABLE">Kontakt nie je dostupný</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="FILE_NOT_FOUND">Súbor nenájdený</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_context_menu.png -->
<string name="message_copy">Kopírovať</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_context_menu.png -->
<string name="message_quote">Citovať</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_context_menu.png -->
<string name="message_remove">Odstrániť z histórie</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_context_menu.png -->
<string name="message_repeat">Znovu poslať</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_settings.png -->
<string name="save_history">Ukladať lokálnu históriu\nUložiť históriu správ lokálne</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu.png -->
<string name="show_history">Zobraziť históriu</string>
<string name="action_attention_called">Žiadosť o pozornosť bola zaslaná</string>
<string name="action_attention_requested">Pozornosť bola vyžiadaná</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_ban">%1$s bol/a zablokovaný/á</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_ban_by">%1$s bol/a zablokovaný/á od %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_invite_error">Pozvanie nebolo prijaté od %s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_invite_sent">Pozvanie bolo zaslané %s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_join_complete">Pripojili ste sa do rozhovoru ako %1$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_join_complete_to">Pripojili ste sa do rozhovoru %1$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_kick_by">%1$s bol/a vyhodený/á od %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_leave">%1$s opustil/a rozhovor</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_nickname">%1$s zmenil/a prezývku na %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_encryption">Šifrovanie bolo zapnuté, ale tento kontakt nie je overený. Môžete ho overiť z menu OTR šifrovania</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_error">Chyba OTR: %1$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_finish">Oponent opustil konverzáciu. Mali by ste urobiť to isté alebo ju reštartovať.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_finished_session">Vaša správa nebola poslaná. Opustite konverzáciu alebo ju reštartujte.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_plain">Opustili ste šifrovanú konverzáciu</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_cheated">Oponent sa pokúšal podvádzať počas overovania</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_failed">Overenie zlyhalo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_not_approved">Vaša odpoveď na tajnú otázku bola overená. Mali by ste sa tiež spýtať vášho oponenta alebo skontrolovať zdieľané tajomstvo.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_unverified">Overenie zlyhalo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_verified">Overenie úspešné.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_unreadable">Obdržaná zašifrovaná správa je nečitateľná</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_verified">Šifrovanie zapnuté</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_available">%1$s je pripojený/á</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_away">%1$s je preč</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_chat">%1$s voľný/á na rozhovor</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_dnd">%1$s nechce byť rušený/á</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_unavailable">%1$s je nedostupný/á</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_xa">%1$s je preč na dlhšie</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_subject">%1$s zmenil/a predmet na: %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="ATTENTION_IS_NOT_SUPPORTED">Kontakt nepodporuje alebo vypol pozornosť</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="call_attention">Žiadosť o pozornosť</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu.png -->
<string name="chat_settings">Nastavenia rozhovoru</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_typing.png -->
<string name="chat_state_composing">Píše ...</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_paused.png -->
<string name="chat_state_paused">Vložil/a text</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer.png -->
<string name="chat_typed">Správa bola vložená %s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="export_chat">Exportovať rozhovor</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/export_chat_done.png -->
<string name="export_chat_done">História bola exportovaná na SD kartu</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/export_chat.png -->
<string name="export_chat_mask">%2$s pre %1$s.html</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/export_chat.png -->
<string name="export_chat_send">Poslať po exportovaní</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/export_chat.png -->
<string name="export_chat_title">Vložte meno súboru</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_conference.png -->
<string name="muc_invite">Pozvať do rozhovoru</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_leaved.png -->
<string name="muc_is_unavailable">Vaša správa nemôže byť doručená. Prosím pripojte sa do rozhovoru.</string>
<string name="occupant_list">Zoznam ľudí</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="otr_encryption">OTR šifrovanie</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_end">Zastaviť šifrovanie</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_refresh">Reštartovať šifrovanie</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="otr_request">Privátna konverzácia mimo záznam bola požadovaná, ale nemáte potrebné rozšírenie. Použite Pidgin, Gajim alebo Adium pre PC/Mac a Xabber alebo ChatSecure pre Android. Navštívte http://otr.cypherpunks.ca/ pre viac informácií.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_01.png -->
<string name="otr_start">Spustiť šifrovanie</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="otr_unencrypted_message">Táto správa nebola šifrovaná</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="otr_unreadable_message">Šifrovaná správa, ktorú ste poslali, je nečitateľná</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_otr_progress.png -->
<string name="otr_verification">OTR overenie</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_verify_fingerprint">Overiť odtlačkom</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_verify_question">Overiť otázkou</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_verify_secret">Overiť zdieľaným tajomstvom</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_ADD_TO_GROUP">Chyba: nemôžem pridať do skupiny</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_CREATE_CONTACT">Chyba: nemôžem pridať kontakt</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_REMOVE_CONTACT">Chyba: nemôžem zmazať kontakt</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_REMOVE_FROM_GROUP">Chyba: nemôžem odstrániť zo skupiny</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_REMOVE_GROUP">Chyba: nemôžem vymazať skupinu</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_RENAME_GROUP">Chyba: nemôžem premenovať skupinu</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_add.png -->
<string name="contact_account">Účet</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor.png -->
<string name="contact_editor_title">Upravovanie %s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor.png -->
<string name="contact_group">Zvoľte skupiny</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_add.png -->
<string name="contact_name">Prezývka (voliteľná)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_add_confirm.png -->
<string name="contact_subscribe_confirm">Zdielať váš %2$s stav účtu s %1$s?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_add.png -->
<string name="contact_user">Užívateľské meno kontaktu</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="ENTRY_IS_NOT_FOUND">Kontakt nenájdený</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor.png -->
<string name="group_add">Vytvoriť novú skupinu</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor.png -->
<string name="group_default">Priatelia</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="group_exists">Skupina s týmto menom už existuje</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="group_is_empty">Zvoliť meno skupiny</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/group_add.png -->
<string name="group_name">Meno skupiny</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="choose_account">Zvoľte účet</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="EMPTY_ACCOUNT">Prosím zvoľte účet</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="accept_subscription">Akceptovať kontakt</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="account_reconnect">Znovu pripojiť</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_add_account.png -->
<string name="application_action_disabled">Spravovať účty</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_add_account.png -->
<string name="application_action_empty">Pridať účet</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_action_no_contacts">Pridať kontakt</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_action_no_online">Zobraziť odpojené kontakty</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_action_offline">Pripojiť sa</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_action_waiting">Znovu pripojiť</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_connecting">Pripájam...</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_add_account.png -->
<string name="application_state_disabled">Účty vypnuté</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_empty">Nemáte žiadne účty</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_no_contacts">Nemáte žiadne kontakty</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_no_online">Nikto pripojený</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_offline">Žiadne účty pripojené</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_roster">Pripojený.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_loading.png -->
<string name="application_state_starting">Spúšťam aplikáciu... </string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_waiting">Čakám na pripojenie...</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu_extra.png -->
<string name="chat_list">Zoznam rozhovorov</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="chat_list_is_empty">Žiadne aktívne rozhovory</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="chat_viewer">Rozhovor</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="close_chat">Zavrieť rozhovor</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="CONNECTION_FAILED">Chyba pripojenia</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu.png -->
<string name="contact_add">Pridať kontakt</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="contact_delete">Zmazať</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_confirm.png -->
<string name="contact_delete_confirm">Naozaj chcete odstrániť kontakt %1$s z účtu %2$s?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="contact_editor">Upraviť</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list.png -->
<string name="contact_list">Zoznam kontaktov</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="discard_subscription">Odmietnuť kontakt</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu.png -->
<string name="exit">Koniec</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list.png -->
<string name="group_active_chat">Aktívne rozhovory</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list.png -->
<string name="group_none">Žiadne skupiny</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_context_menu.png -->
<string name="group_remove">Vymazať skupinu</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_confirm.png -->
<string name="group_remove_confirm">Naozaj chcete vymazať skupinu %s? Užívatelia z tejto skupiny ostanú zozname kontaktov.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_context_menu.png -->
<string name="group_rename">Premenovať skupinu</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="NO_SUCH_ACCOUNT">Účet nenájdený</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="NOT_CONNECTED">Pripojenie nespojené</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="request_subscription">Požiadať o odber</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="XMPP_EXCEPTION">Chyba dátového toku</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_closing.png -->
<string name="application_state_closing">Ukladám zmeny...\nAplikácia bude čoskoro zatvorená.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_confirmation">%1$s.\nPlne veríte certifikátu so sha1 odtlačkom: %2$s? Želáte si nebyť upozorňovaný o probléme s týmto certifikátom?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check_details.png -->
<string name="certificate_details">\n\nVydaný pre:\nZnáme meno (CN): %1$s\nOrganizácia (O): %2$s\nOrganizačná jednotka (OU): %3$s\nSériové číslo: %4$s\n\nVydaný od:\nZnáme meno (CN): %5$s\nOrganizácia (O): %6$s\nOrganizačná jednotka (OU): %7$s\n\nPlatnosť:\nDátum vydania: %8$s\nPlatnosť vyprší: %9$s.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_invalid_chane">Proces overenia podpisu zlyhal</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_invalid_target">Cieľové overenie zlyhalo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_self_signed">Samopodpísaný certifikát</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_show_details">Detaily ...</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu.png -->
<string name="close_chats">Zavrieť všetky rozhovory</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_integration.png -->
<string name="contact_integration_suggest">Chcete, aby bol Xabber integrovaný do systémových kontaktov?\nMôžete to zmeniť v "Nastavenia" → "XMPP účty" → Váš účet → "Integrácia kontaktov".\nPozn.: Systémové kontakty môžu byť pár minút spomalené.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list.png -->
<string name="group_room">Konferencie</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="OTR_ERROR">Chyba OTR</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_invite.png -->
<string name="select_contact">Prosím kliknite pre zvolenie kontaktu</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_show_offline.png -->
<string name="show_offline_always">Vždy zobraz</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_show_offline.png -->
<string name="show_offline_never">Nikdy nezobrazuj</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_show_offline.png -->
<string name="show_offline_normal">Použiť všeobecné nastavenia</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_context_menu.png -->
<string name="show_offline_settings">Zobraziť odpojené kontakty</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_boot.png -->
<string name="start_at_boot_suggest">Chcete spúšťať Xabber pri štarte?\nMôžete to zmeniť v "Nastavenia" → "Nastavenia pripojenia" → "Spustiť pri štarte"</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="contact_viewer">Zobraziť informácie</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_for">Informácie o %s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_xmpp">XMPP</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_jid">Jabber ID</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_name">Jabber meno</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_resources">Zdroje</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_resource_summary">Zdroj: %1$s\nPriorita: %2$d\nKlient: %3$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_client_info">%1$s, typ: %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_person">Osobné informácie</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_nick_name">Prezývka</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_formatted_name">Formátované meno</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_prefix_name">Titul</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_given_name">Meno</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_middle_name">Stredné meno</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_family_name">Priezvisko</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_suffix_name">Titul za menom</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_birth_date">Narodeniny</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_url">Webová stránka</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_organization">Organizácia</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_title">Zamestnanie, funkcia</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_role">Funkcia</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_other">Iné informácie</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_categories">Kategórie</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_decsription">Popis</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_note">Poznámky</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address">Adresa</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_pobox">PO Box</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_extadr">Rozšírená adresa</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_street">Ulica</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_locality">Lokalita</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_region">Oblasť</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_pcode">PSČ</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_ctry">Meno krajiny</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_telephone">Telefón</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_email">E-mail</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type">Popisy</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_home">Domov</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_work">Práca</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_postal">Poštová adresa</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_parcel">Parcela</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_dom">Domov</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_intl">Medzinárodný</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_pref">Preferovaný</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_voice">Hlas</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_fax">Fax</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_pager">Pager</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_cell">Mobil</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_video">Video</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_bbs">BBS</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_modem">Modem</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_msg">Hlasová správa</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_isdn">ISDN</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_pcs">PCS</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_internet">Internet</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_x400">X400</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="please_wait">Prosím čakajte...</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="unknown">Neznámy</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_fingerprint_description">Váš oponent môže poskytnúť jeho odtlačok, ktorý môžete porovnať so špecifikovaným tu, aby ste si mohli byť istý, že je to človek, ktorý si myslíte, že to je. Pre tieto účely by ste nemali používať XMPP.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_is_verified">Kontakt je dôveryhodný</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_local_fingerprint">Váš odtlačok:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_remote_fingerprint">Oponentov odtlačok:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_scan_fingerprint">Skenovať QR kód s oponentovým odtlačkom</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_show_fingerprint">Zobraziť QR kód s vašim odtlačkom</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint_play.png -->
<string name="zxing_install_fail">Nie je nainštalovaný Google Play. Prosím nainštalujte si Barcode Scanner manuálne.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint_scanner.png -->
<string name="zxing_install_message">Táto aplikácia vyžaduje Barcode Scanner. Chceli by ste ho nainštalovať?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_copy_fingerprint">Skopírovať váš odtlačok do schránky</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="production_description">Jabber (XMPP) klient zadarmo s podporou viacerých účtov a čistým a jednoduchým prostredím. Tým, že je Xabber zadarmo a bez reklám je navrhnutý tak, aby bol najlepším Jabber klientom pre Android.\n\nFunkcie:\n- Viacero účtov\n- Rýchle prepínanie medzi prebiehajúcimi rozhovormi\n- Bohaté možnosti zobrazenia pre kontakty a skupiny\n- Kompatibilný so všetkými štandardnými XMPP servermi\n- Predkonfigurovaná podpora pre Gtalk, Facebook chat, Livejournal chat, Vkontakte, Ya Online, Google Apps Gtalk účty\n- Viacužívateľský rozhovor (MUC)\n- História rozhovorov\n- Exportovanie histórie na SD kartu\n- Podpora archívu serverových správ\n- Emotikony\n- Podpora inline hypertextových odkazov (web, YouTube, e-mail, telefónne čísla, XMPP Uri)\n- Avatary\n- Zobrazenie informácií kontaktov (vCard)\n- Triedenie kontaktov podľa skupín a/alebo účtov\n- Správa zoznamu kontaktov: pridať/odstrániť/upraviť kontakty, skupiny, odbery\n- Vyhľadávanie kontaktov\n- Integrácia do zoznamu kontaktov v telefóne (volajte z chatu a chatujte z telefónneho zoznamu kontaktov)\n- Nastavenie notifikácie pre každý kontakt\n!!- Notifications based on key phrase\n- Plná Unicode podpora, píšte v akomkoľvek jazyku\n- Režim na výšku aj na ležato\n- Kompresia dátového toku (nie všetky servery zatiaľ podporované)\n- Zdroje/priority\n- OTR šifrovanie\n- Podpora TLS\n- Podpora Legasy SSL\n- Podpora SASL\n- Kontrola certifikátu servera\n- Podpora SRV záznamu a DNS round robin\n- Ikony klientského softwaru v zozname kontaktov (Adium, Empathy, Gajim, Gtalk, iChat, Miranda, Pidgin, Psi, QIP, Xabber, Xabber VIP)\n- Podpora notifikácie "píše"\n- Správy o doruční\n- Skratka na chat na domovskej obrazovke\n\nZoznam podporovaných (predkonfigurovaných) služieb:\n- GTalk (Google Talk, Google Apps účty sú podporované tiež)\n- Windows Live Messenger / MSN (Android 2.2 alebo vyššie)\n- Facebook chat\n- Livejournal chat\n- VKontakte\n- Ya Online\n- QIP\n- Odnoklassniki\n\nČoskoro:\n- Rozhranie pre tablety\n- Prenos súborov\n\nPodporované protokoly:\nRFC-3920: Core \nRFC-3921: Instant Messaging and Presence \nXEP-0030: Service Discovery \nXEP-0128: Service Discovery Extensions \nXEP-0115: Entity Capabilities \nXEP-0054: vcard-temp \nXEP-0153: vCard-Based Avatars \nXEP-0045: Multi-User Chat (incompletely) \nXEP-0078: Non-SASL Authentication \nXEP-0138: Stream Compression \nXEP-0203: Delayed Delivery \nXEP-0091: Legacy Delayed Delivery \nXEP-0199: XMPP Ping \nXEP-0147: XMPP URI Scheme Query Components \nXEP-0085: Chat State Notifications \nXEP-0184: Message Delivery Receipts \nXEP-0155: Stanza Session Negotiation \nXEP-0059: Result Set Management \nXEP-0136: Message Archiving \nXEP-0224: Attention\n\nPozrite Xabber Vývojovú verziu pre novú funkcionalitu.\n\nZdrojový kód Xabberu je dostupný na https://github.com/redsolution/xabber-android pod licenciou GNU GPLv3.\n\nPre viac informácií navštívte našu webovú stránku http://xabber.com alebo sledujte @xabber_xmpp na twittri.</string>
<!-- Can be used for Google Play promotion -->
<string name="production_promo">Viacúčtový XMPP (Jabber) klient.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="production_title">Xabber</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="development_description">Experimentálna (možno NESTABILNÁ) verzia Xabber - Jabber (XMPP) klienta zadarmo s podporou viacerých účtov a čistým prostredím.\n\nMôžete nainštalovať túto verziu ak nám chcete pomôcť testovať a vyvíjať Xabber. Stabilita nie je garantovaná, takže ak nemáte náladu na dobrodružstvo, použite bežnú verziu. Ale ak RADI riskujete, získate nové funkcie skôr!\n\nZdrojový kód Xabberu je dostupný na https://github.com/redsolution/xabber-android pod licenciou GNU GPLv3.\n\nPre viac informácií navštívte našu webovú stránku http://xabber.com alebo nás sledujte na twittri @xabber_xmpp.\n\nAk máte nejaké chyby alebo múdre nápady na zaslanie, prosím píšte na: info+devel@xabber.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="development_title">Xabber Vývojová Verzia</string>
<string name="production_changes">+ Podpora TOR pomocou Orbot\n+ Podpora proxy\n+ Bieloruský, Perzský, Taliansky, Portugalský, Ukrajinský, Čínsky preklad\n* Opravené notifikácie v Androide 4+\n* Opravená história na strane serveru\n* Opravené ukončenie Xabberu\n* Opravené preklady\n* Menšie opravy\nĎakujeme Vám!</string>
<string name="short_description">Open source XMPP (Jabber) client with multi-account support</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="vip_description">VIP verzia Xabber - skvelý Jabber (XMPP) klient s podporou multi-účtov a čistým a jednoduchým prostredím. Xabber je navrhnutý tak, aby bol najlepším Jabber klientom pre Android.\n\nTáto VIP verzia Xabber nie je o nič lepšia ako bežná verzia Xabber, zlatá minca v ikone aplikácie je jediný rozdiel medzi verziami. Je veľmi užitočné ukázať ako božský ste, keď kupujete vec, ktorú môže mať každý zadarmo.\n\n...</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="vip_title">Xabber VIP</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="EMPTY_NICK_NAME">Prezývka nešpecifikovaná</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="EMPTY_ROOM_NAME">Konferencia nešpecifikovná</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_context_menu.png -->
<string name="muc_join">Pridať sa do konferencie</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_nick">Prezývka</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_nick_hint">Vaša prezývka v konferencii</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_password">Heslo</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_password_hint">heslo nie je požadované</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_room">Konferencia</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_server">Viac-užívateľský chat server</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_server_hint">conference.jabber.org</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="NICK_ALREADY_USED">Prezývka sa už používa</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="ALREADY_IN_PROGRESS">Už prebieha</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="ALREADY_JOINED">Už ste pripojený</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_add">Pridať sa do konferencie</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_context_menu.png -->
<string name="muc_delete">Odstrániť konferenciu</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_confirm.png -->
<string name="muc_delete_confirm">Naozaj chcete odstrániť konferenciu %1$s z účtu %2$s?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_context_menu.png -->
<string name="muc_edit">Nastavenia autorizácie</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_invite.png -->
<string name="muc_invite_confirm">%2$s vás pozýva do konferencie %3$s. Pripojiť sa z účtu %1$s?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_invite.png -->
<string name="muc_invite_confirm_reason">%2$s vás pozýva do konferencie %3$s: %4$s. Pripojiť sa z účtu %1$s?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_context_menu.png -->
<string name="muc_leave">Opustiť konferenciu</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_save">Uložiť konferenciu</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="account_quantity_1">účet</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="account_quantity_2">účtov</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="account_quantity_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_offline.png -->
<string name="account_quantity_offline_1">účet</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_offline.png -->
<string name="account_quantity_offline_2">účtov</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_offline.png -->
<string name="account_quantity_offline_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_authorization.png -->
<string name="AUTHENTICATION_FAILED">Chyba autorizácie</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_contact_quantity_1">kontakt</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_contact_quantity_2">kontakty</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_contact_quantity_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_message_quantity_1">správa</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_message_quantity_2">správy</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_message_quantity_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_status">%1$d %2$s od %3$d %4$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="connection_state_connected_1">%1$d z %2$d %3$s pripojených</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="connection_state_connected_2">%1$d z %2$d %3$s pripojených</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="connection_state_connected_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connecting.png -->
<string name="connection_state_connecting_1">%1$d z %2$d %3$s sa pripája</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connecting.png -->
<string name="connection_state_connecting_2">%1$d z %2$d %3$s sa pripája</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connecting.png -->
<string name="connection_state_connecting_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_waiting.png -->
<string name="connection_state_waiting_1">%1$d z %2$d %3$s čaká na pripojenie</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_waiting.png -->
<string name="connection_state_waiting_2">%1$d z %2$d %3$s čaká na pripojenie</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_waiting.png -->
<string name="connection_state_waiting_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_offline.png -->
<string name="connection_state_offline">%1$d %2$s odpojených</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/message_archive.png -->
<string name="archive_available_request_message">Chcete ukladať históriu správ na serveri?\nDovoluje to Xabberu načítať históriu správ zo všetkých zariadení používajúcich tento účet.\nTáto funkcia si vezme trochu viac dátového objemu a mierne spomalí rýchlosť pripojenia.\nVAROVANIE: Všetka vaša lokálna história bude odstránená .</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_archive.png -->
<string name="archive_available_request_title">Povoliť archív správ?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_certificate.png -->
<string name="INVALID_CERTIFICATE">Neplatný certifikát</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_invite.png -->
<string name="muc_invite_message">Chcete vstúpiť do konferencie?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_otr_progress.png -->
<string name="otr_verification_in_progress">Kliknite sem pre jeho prerušenie.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_password.png -->
<string name="PASSWORD_REQUIRED">Heslo požadované</string>
<string name="pay_attention">Dávať pozor</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_subscription.png -->
<string name="subscription_request_message">Autorizačná požiadavka</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases.png -->
<string name="events_phrases_title">Kľúčové frázy</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases.png -->
<string name="phrase_add">Pridať frázu</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_remove.png -->
<string name="phrase_delete">Vymazať frázu</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_remove.png -->
<string name="phrase_delete_confirm">Naozaj chcete vymazať frázu: %s?</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases.png -->
<string name="phrase_empty">&lt; Hociaký text &gt;</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_group">Patrí do skupiny</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_regexp">Bežný výraz</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_sound">Zvuk\nVyberte zvuk upozornenia</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_text">Text na hľadanie</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_user">Jabber ID kontaktu</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_debug.png -->
<string name="cache_clear">Vyčistiť cache\nVyčistiť všetky lokálne dáta. Môžu uvolniť nejaké miesto.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_debug_cache.png -->
<string name="cache_clear_warning">Naozaj chcete odstrániť históriu rozhovorov a ďaľšie lokálne dáta?\nDáta účtu a zoznamu nie sú ovplyvnené. Aplikácia sa zavrie.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_send_by_enter">Poslať Enterom\nSprávy môžu byť poslané tlačidlom Enter</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_go_away">Automaticky preč\nAutomaticky nastaviť preč stav pri zamknutí obrazovky</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_02.png -->
<string name="contacts_order">Triedenie kontaktov\nPovoliť nastavenie poradia kontaktov</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_sort.png -->
<string name="contacts_order_alphabet">Abecedne</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_sort.png -->
<string name="contacts_order_status">Podľa stavu</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_accounts">Skupinkovať podľa účtu\nSkupinkovať kontakty v zozname podľa účtu</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_02.png -->
<string name="contacts_show_active_chats">Aktívne rozhovory na vrchu\nZobraziť aktívne rozhovory na vrchu zoznamu kontaktov</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_avatars">Zobraziť avatary\nZobraziť avatary používateľov v zozname kontaktov</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_02.png -->
<string name="contacts_show_empty_groups">Zobraziť prázdne skupiny\nZobraziť skupiny, ktoré nemajú pripojený ani jeden kontakt </string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_groups">Zobraziť skupiny\nZobraziť skupiny v zozname kontaktov</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_offline">Zobraziť odpojené kontakty</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_panel">Zobraziť panel účtov\nZobraziť panel s avatarmi účtov na začiatku zoznamu kontaktov</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_02.png -->
<string name="contacts_stay_active_chats">Duplikovať aktívne rozhovory\nAktívne rozhovory sa zobrazia aj na vrchu zoznamu kontaktov aj v domácich skupinách</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_debug.png -->
<string name="debug_log">Ladiaci záznam\nZapisovať správy do ladiaceho záznamu (prosím reštartujte aplikáciu pre uplatnenie zmeny)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_lightning">Indikácia svetlom\nBlikať LED počas upozornenia</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_persistent">Ikona v notifikačnej lište\nZobraziť permanentnú notifikáciu. Táto možnosť zabraňuje Androidu vyhodiť aplikáciu z pamäte</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_sound">Zvukové upozornenie\nZvoľte zvuk upozornenia</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_vibro">Vibrovať\nVibrovať pri upozornení</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance.png -->
<string name="interface_theme">Témy\nNastavenie tém</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_skin.png -->
<string name="interface_theme_dark">Tmavá</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_skin.png -->
<string name="interface_theme_light">Svetlá</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_skin.png -->
<string name="interface_theme_normal">Predvolená</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance.png -->
<string name="interface_smiles">Emotikony\nNastavenia emotikon (známe ako smajlíky)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_smiles.png -->
<string name="interface_smiles_android">Androidové emotikony</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_smiles.png -->
<string name="interface_smiles_none">Bez grafických emotikon</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_connection">Nastavenia pripojenia\nNastavenia pripojenia</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_contacts">Zoznam kontaktov\nPrispôsobte si vzhľad zoznamu kontaktov</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_02.png -->
<string name="preference_debug">Ladenie\nNastavenia, ktoré pomôžu vývojárom zlepšiť Xabber</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu.png -->
<string name="preference_editor">Nastavenia</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_events">Upozornenia\nNastavenia upozornení</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_interface">Témy\nNastavenia vzhľadu</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_02.png -->
<string name="about_viewer">O programe</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_divide">Správa na novom riadku\nZobraziť správu na novom riadku</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_new_line.png -->
<string name="chats_divide_portrait">V režime na výšku</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_font_size">Veľkosť písma\nVeľkosť textu v správe</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_font_size.png -->
<string name="chats_font_size_large">Veľké</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_font_size.png -->
<string name="chats_font_size_normal">Normálna</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_font_size.png -->
<string name="chats_font_size_small">Malá</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_font_size.png -->
<string name="chats_font_size_xlarge">Extra veľké</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_hide_keyboard">Skryť klávesnicu\nSkryť softwarovú klávesnicu po odoslaní správy</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_keyboard.png -->
<string name="chats_hide_keyboard_landscape">V režime na ležato</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_02.png -->
<string name="chats_receipt">Potvrdenie o doručení správ\nPosielať a prijímať potvrdenia o doručení správ</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_show_avatars">Avatary v správach\nZobraziť avatary v správach</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_show_status_change">Zobraziť zmenu stavu\nZobrazť správy o zmenách stavu</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_status.png -->
<string name="chats_show_status_change_muc">V konferenciách</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_state_notification">Zobraziť notifikáciu "píše"\nUpozorniť, že píšete</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_adjust_priority">Upraviť prioritu\nNastavte priorita zodpovedajúcu zvolenému stavu. Priorita účtu bude prepísaná.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="connection_go_away_immediately">Ihneď pri zámku obrazovky</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_go_xa">"Dlho preč" počas nečinnosti\nNastaviť "dlho preč" po uzamknutí obrazovky</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_priority">Nastavenia priority</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_start_at_boot">Spustiť pri štarte Androidu\nSpustiť aplikáciu pri štarte Androidu. Nefunguje, ak je Xabber nainštalovaný na SD karte.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_wake_lock">Zabrániť spánku\nZníži výdrž batérie</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_wifi_lock">Neuspávať WiFi\nNeuspávať WiFi počas pohotovosti. Znižuje výdrž batérie.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_reset_offline">Vyresetovať offline nastavenia\nVyčistiť individuálne nastavenia pre skupiny a účty</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_reset_offline.png -->
<string name="contacts_reset_offline_warning">Chcete naozaj vymazať individuálne nastavenia pre skupiny a účty?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_02.png -->
<string name="events_first_only">Upozornenie pri prvej správe\nUpozorniť iba na prvú správu v rozhovore</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_ignore_system_vibro">Ignorovať systémové nastavenia vibrácií\nPoužite túto možnosť ak systémové vibrácie nefungujú</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_02.png -->
<string name="events_message">Nastavenie upozornení\nKonfigurujte upozornenia prichádzajúcich správ</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_where.png -->
<string name="events_message_chat">Iba rozhovory</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_where.png -->
<string name="events_message_chat_and_muc">Rozhovory a konferencie</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_where.png -->
<string name="events_message_none">Neupozorňovať</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_02.png -->
<string name="events_show_text">Zobraziť správu v upozornení\nZobraziť text správy v oblasti upozornení</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_02.png -->
<string name="events_visible_chat">Upozorniť v aktuálnom rozhovore\nUpozorniť na prichádzajúcu správu v aktuálnom rozhovore</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_02.png -->
<string name="negative_priotiry_summary">%s (neobdržíte správy zo žiadneho rozhovoru)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_accounts">XMPP účty\nSpravujte vaše účty</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_02.png -->
<string name="preference_security">Ochrana\nNastavenie ochrany</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security.png -->
<string name="security_check_certificate">Kontrolovať certifikát serveru\nUpozorniť o probléme s certifikátom počas šifrovaného spojenia</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security.png -->
<string name="security_clear_certificate">Odstrániť certifikáty\nVyčistiť zoznam ignorovaných certifikátov</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security.png -->
<string name="security_otr_history">Ukladať históriu\nUkladať históriu počas OTR spojenia</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security.png -->
<string name="security_otr_mode">Režim OTR</string>
<string name="chats_attention">Pozornosť\nReagovať na prichádzajúce požiadavky pozornosti</string>
<string name="chats_attention_sound">Zvuk pozornosti\nZvoľte tón zvonenia</string>
<string name="connection_load_vcard">Načítať vCard\nNačítať a aktualizovať osobné informácie kontaktu a avatar. Vypnite pre zmenšenie objemu dátového prenosu</string>
<string name="events_phrases">Kľúčové frázy\nVlastné zvukové upozornenia o správach s prednastavenými frázami</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_remove.png -->
<string name="security_clear_certificate_warning">Naozaj chcete vymazať všetky ignorované certifikáty?</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_question.png -->
<string name="otr_answer">Tajná odpoveď:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_question.png -->
<string name="otr_question">Tajná otázka:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_question.png -->
<string name="otr_question_description">Použiť tajnú otázku pre vzájomé overenie.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_secret.png -->
<string name="otr_secret">Zdieľané tajomstvo:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_secret.png -->
<string name="otr_secret_description">Použiť zdieľané tajomstvo pre vzájomné overenie.</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="available">Dostupný</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="away">Preč</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="chat">Pripravený na rozhovor!</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="clear_statuses">Vymazať uložené správy stavov</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="dnd">Nevyrušovať</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_context_menu.png -->
<string name="edit_status">Upraviť stav</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="empty_status">&lt;Prázdny stav&gt;</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="invisible">Neviditeľný</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_context_menu.png -->
<string name="remove_status">Vymazať stav</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_context_menu.png -->
<string name="select_status">Nastaviť stav</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="status_editor">Zmeniť stav</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="status_editor_for">Zmeniť stav pre %s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="status_text_hint">Nastavte váš stav</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="unavailable">Odpojený</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="unsubscribed">Nepovolený</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="xa">Preč na dlhší čas</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in10m">O 10 minút</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in15m">O 15 minút</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in1h">O hodinu</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in1m">O minútu</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in2m">O 2 minúty</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in30m">O 30 minút</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in5m">O 5 minút</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_status.png -->
<string name="always">Vždy</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_otr.png -->
<string name="disabled">Vypnutý</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_otr.png -->
<string name="manual">Manuálny</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_status.png -->
<string name="never">Nikdy</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_otr.png -->
<string name="required">Vyžadovaný</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_otr.png -->
<string name="auto">Automaticky</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/about_viewer.png -->
<string name="about_copyright">© Redsolution LTD, 2010-2014</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/about_viewer.png -->
<string name="about_feedback">mailto:info@xabber.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/about_viewer.png -->
<string name="about_site">http://www.xabber.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/about_viewer.png -->
<string name="about_version">Version: %s</string>
<string name="about_license">Licens: GNU GPLv3 \n<a href="https://github.com/redsolution/xabber-android">Öppen källkod</a></string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_compression">Använd komprimering</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_editor_title">%1$s konto %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_enabled">Aktiverad</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_host">Värd</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_password">Lösenord</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_port">Port</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_priority">Prioritet</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_resource">Resurs</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_server_name">Server</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type">Kontotyp</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_facebook">användarnamn för facebook.com (inte e-post)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_gtalk">användarnamn för gmail.com eller Google Apps domän</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_livejournal">användarnamn för livejournal.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_qip">användarnamn för qip.ru</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_vkontakte">användarnamn eller id för vkontakte.ru (inte e-post)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_xmpp">namn@example.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_ya">användarnamn för yandex.ru (inte e-post)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_facebook">Du kan inte logga in på Facebook chatt med din e-postadress. Du måste ange ditt Facebookanvändarnamn och lösenord. Se http://www.facebook.com/sitetour/chat.php för mer information.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_gtalk">Om du saknar ett Google-konto kan du skapa ett på http://mail.google.com \nDu kan även använda your_user_name@your_google_domain</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_livejournal">Om du saknar ett konto på Livejournal kan du skapa ett på http://livejournal.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_qip">Om du saknar ett konto på QIP kan du skapa ett på http://qip.ru</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_vkontakte">Du kan ange namn (t.ex. masha.v.kontakte) eller id (t.ex. id123456). Du kan inte logga in till VKontakte chatt med din e-postadress. För att konfigurera behöver du ange ditt VKontakte.ru användarnamn och lösenord. Se http://vk.com/help.php?page=jabber för mer information.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_xmpp">Om du vill lära sig mer om XMPP (Jabber) se här: \nhttps://xmpp.org \nFör att skapa ett nytt XMPP-konto besök https://register.jabber.org eller valfri annan Jabberserver.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_ya">Om du inte har ett Ya.Online-konto kan du skapa ett på http://yandex.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_facebook">Facebook</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_gtalk">Google Talk</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_livejournal">LiveJournal</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_qip">QIP</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_vkontakte">VKontakte</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_xmpp">XMPP</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_ya">Ya.Online</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_user_name">Användarnamn</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_error.png -->
<string name="EMPTY_SERVER_NAME">Servernamn har inte angetts</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_error.png -->
<string name="EMPTY_USER_NAME">Användarnamn saknas</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_03.png -->
<string name="account_archive_mode">Lagra meddelandehistorik</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_available">På server om möjligt</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_dont_store">Lagra inte</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_local">Lokalt på enheten</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_server">På server</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_unread">Lokalt men bara ej skickade och olästa</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_compression_summary">Markera för att aktivera datakomprimering</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_custom">Anpassat värdnamn</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_custom_summary">Ange anpassat värdnamn istället för SRV-poster</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_enabled_summary">Markera för att aktivera kontot</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_error.png -->
<string name="account_invalid_port">Port måste anges som en siffra (default: 5222)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_error.png -->
<string name="account_invalid_priority">Prioritet måste anges som en siffra mellan -128 och 128 (default: 10)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_wlm.png -->
<string name="account_oauth">Auktorisering</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_oauth_not_authorized.png -->
<string name="account_oauth_invalidated">Ej auktoriserad</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_wlm.png -->
<string name="account_oauth_summary">Inställningar för OAuth</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_gtalk.png -->
<string name="account_protocol_gtalk_title">Google Talk</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_wlm.png -->
<string name="account_protocol_wlm_title">WLM</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_protocol_xmpp_title">XMPP</string>
<string name="account_proxy_host">Proxyserver</string>
<string name="account_proxy_password">Lösenord för proxy</string>
<string name="account_proxy_port">Proxyport</string>
<string name="account_proxy_type">Proxytyp</string>
<string name="account_proxy_type_http">HTTP</string>
<string name="account_proxy_type_none">Avaktiverad</string>
<string name="account_proxy_type_orbot">Orbot</string>
<string name="account_proxy_type_socks4">SOCKS4</string>
<string name="account_proxy_type_socks5">SOCKS5</string>
<string name="account_proxy_user">Proxyanvändare</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_sasl">Använd SASL-autentisering (rekommenderas)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_sasl_summary">Avaktivera på gamla servrar</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_store_password">Spara lösenord</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_store_password_summary">Avmarkera denna för att få fråga om lösenord varje gång du loggar in</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_syncable">Integrera med din enhets kontaktbok</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_syncable_summary">Visa kontakter från detta konto i telefonens kontaktbok</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_tls.png -->
<string name="account_tls_enable">Använd TLS</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_tls_enable_summary">Använd TLS-kryptering när det är möjligt för att ansluta till server</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_tls.png -->
<string name="account_tls_legacy">Äldre SSL</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_tls_legacy_summary">Använd SSL-kryptering för att ansluta till server</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_tls_mode">TLS/SSL-användning</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_tls.png -->
<string name="account_tls_require">Kräv TLS</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_tls_require_summary">Kräv TLS vid anslutning till server</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_odnoklassniki">Du måste använda ditt ID som användarnamn (t.ex. 123456). Du kan inte logga in på Odnoklasniki chatt med din e-postadress, loginnamn eller telefonnummer. Du hittar ditt ID här http://www.odnoklassniki.ru/settings</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_wlm">Du kommer omdirigeras till http://live.com för att ange ditt användarnamn och lösenord.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_odnoklassniki">id för odnoklassniki.ru (inte login eller e-post)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_wlm"></string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_odnoklassniki">Odnoklassniki</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_wlm">Windows Live Messenger</string>
<string name="account_use_orbot">Chatta via anonymiseringstjänsten TOR och tvinga kryptering med TLS.\nRekommenderas inte för Google Talk</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_confirm.png -->
<string name="confirm_cancellation">Är du säker på att du vill slänga alla ändringar?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_error.png -->
<string name="INCORRECT_USER_NAME">Felaktigt användarnamn. Kolla hjälptexten nedan för detaljer.</string>
<string name="orbot_required_message">För att kunna använda TOR måste du ha Orbot installerad och aktiverad. Vill du installera Orbot från Google Play?</string>
<string name="orbot_required_title">Installera Orbot?</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list_confirm.png -->
<string name="account_delete_confirm">Vill du verkligen radera kontot %s?\n(det kommer inte raderas från servern, bara från Xabber)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_add">Lägg till konto</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list_context_menu.png -->
<string name="account_delete">Ta bort konto</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list_context_menu.png -->
<string name="account_editor">Redigera konto</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_authentication">Auktoriserar</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_connected">Online</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_connecting">Ansluter</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_disconnecting">Kopplar ner</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_offline">Offline</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_waiting">Väntar på att ansluta igen</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_text">%1$s ändrade status: %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_text_none">%1$s rensade statustext</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_join">%1$s anslöt till konferens</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_kick">%1$s sparkades ut</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_account_is_offline.png -->
<string name="account_is_offline">Du är offline. Meddelanden du skickar levereras när du är ansluten igen.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer.png -->
<string name="chat_delay">Meddelandet skickades %s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer.png -->
<string name="chat_input_hint">Skriv meddelande här</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_switch.png -->
<string name="chat_page">Chatt %1$d av %2$d</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer.png -->
<string name="chat_send">Skicka</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="clear_history">Rensa historik</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="clear_message">Rensa text</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_contact_is_offline.png -->
<string name="contact_is_offline">Mottagaren är offline. Meddelande du skickar levereras när mottagaren är online igen.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="ENTRY_IS_NOT_AVAILABLE">Kontakten är inte tillgänglig</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="FILE_NOT_FOUND">Filen hittades inte</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_context_menu.png -->
<string name="message_copy">Kopiera</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_context_menu.png -->
<string name="message_quote">Citat</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_context_menu.png -->
<string name="message_remove">Ta bort från historik</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_context_menu.png -->
<string name="message_repeat">Försök skicka igen</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_settings.png -->
<string name="save_history">Spara historik lokalt\nLagra meddelandehistorik lokalt</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu.png -->
<string name="show_history">Visa historik</string>
<string name="action_attention_called">Begäran om uppmärksamhet skickades</string>
<string name="action_attention_requested">Begäran om uppmärksamhet skickades</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_ban">%1$s bannlystes</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_ban_by">%1$s bannlystes av %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_invite_error">Inbjudan skickades till %s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_invite_sent">Inbjudan skickades till %s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_join_complete">Du har anslutit som %1$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_join_complete_to">Du har anslutit till chatt %1$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_kick_by">%1$s sparkades ut av %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_leave">%1$s lämnade chatten</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_nickname">%1$s ändrade smeknamn till %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_encryption">Kryptering har aktiverats men denna kontakt har inte verifierats. Du kan verifiera den från menyn OTR-kryptering.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_error">OTR-fel: %1$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_finish">Din motpart har lämnat konversationen. Du borde också göra det eller starta om den.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_finished_session">Ditt meddelande har inte skickats. Lämna konversationen eller starta om den.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_plain">Du har lämnat den krypterade konversationen</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_cheated">Motparten försökte fuska vid verifieringen</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_failed">Verifiering misslyckades</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_not_approved">Ditt svar på den hemliga frågan verifierades. Du bör fråga din motpart också eller använda en delad helighet.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_unverified">Verifiering misslyckades</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_verified">Verifiering lyckades</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_unreadable">Det mottagna krypterade meddelandet kunde inte läsas</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_verified">Kryptering aktiverad</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_available">%1$s är nu online</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_away">%1$s är nu frånvarande</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_chat">%1$s är ledig för chatt</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_dnd">%1$s vill inte bli störd</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_unavailable">%1$s är nu otillgänglig</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_xa">%1$s är borta en längre tid</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_subject">%1$s har ändrat rubriken till: %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="ATTENTION_IS_NOT_SUPPORTED">Kontakten stödjer inte begäran om uppmärksamhet eller har stängt av funktionen</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="call_attention">Begär uppmärksamhet</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu.png -->
<string name="chat_settings">Chattinställningar</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_typing.png -->
<string name="chat_state_composing">Skriver...</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_paused.png -->
<string name="chat_state_paused">Skrev text...</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer.png -->
<string name="chat_typed">Meddelandet skapades %s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="export_chat">Exportera chatt</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/export_chat_done.png -->
<string name="export_chat_done">Historik har exporterats till minneskort</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/export_chat.png -->
<string name="export_chat_mask">%2$s för %1$s.html</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/export_chat.png -->
<string name="export_chat_send">Skicka efter export</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/export_chat.png -->
<string name="export_chat_title">Ange filnamn</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_conference.png -->
<string name="muc_invite">Bjud in till chatt</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_leaved.png -->
<string name="muc_is_unavailable">Dina meddelanden kunde inte levereras. Vänligen anslut till charr</string>
<string name="occupant_list">Lista på deltagare</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="otr_encryption">OTR-kryptering</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_end">Avsluta kryptering</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_refresh">Starta om kryptering</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="otr_request">Off-the-record-konversation har begärts men du saknar en plugin för det. Använd Pidgin, Gajim eller Adium för PC/Mac och Xabber eller ChatSecure för Android. Besök http://otr.cypherpunks.ca/ för mer information.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_01.png -->
<string name="otr_start">Starta kryptering</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="otr_unencrypted_message">Meddelandet har inte krypterats</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="otr_unreadable_message">Det krypterade meddelandet du skickade kunde inte läsas</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_otr_progress.png -->
<string name="otr_verification">OTR-verifiering</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_verify_fingerprint">Verifiera med fingeravtryck</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_verify_question">Verifiera med fråga</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_verify_secret">Verifiera med delad hemlighet</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_ADD_TO_GROUP">Fel: kan inte lägga till i grupp</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_CREATE_CONTACT">Fel: kan inte lägga till kontakt</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_REMOVE_CONTACT">Fel: kan inte radera kontakt</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_REMOVE_FROM_GROUP">Fel: kan inte ta bort från grupp</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_REMOVE_GROUP">Fel: kan inte radera grupp</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_RENAME_GROUP">Fel: kan inte döpa om grupp</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_add.png -->
<string name="contact_account">Konto</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor.png -->
<string name="contact_editor_title">Redigerar %s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor.png -->
<string name="contact_group">Välj grupper</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_add.png -->
<string name="contact_name">Alias (valfritt)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_add_confirm.png -->
<string name="contact_subscribe_confirm">Dela din %2$s-status med %1$s?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_add.png -->
<string name="contact_user">Användarnamn kontakt</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="ENTRY_IS_NOT_FOUND">Kontakten hittades inte</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor.png -->
<string name="group_add">Skapa ny grupp</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor.png -->
<string name="group_default">Vänner</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="group_exists">En grupp med detta namn finns redan</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="group_is_empty">Ange gruppnamn</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/group_add.png -->
<string name="group_name">Gruppnamn</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="choose_account">Välj ett konto</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="EMPTY_ACCOUNT">Välj ett konto</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="accept_subscription">Godkänn kontakt</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="account_reconnect">Återanslut</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_add_account.png -->
<string name="application_action_disabled">Hantera konton</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_add_account.png -->
<string name="application_action_empty">Lägg till konto</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_action_no_contacts">Lägg till kontakt</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_action_no_online">Visa offlinekontakter</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_action_offline">Anslut</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_action_waiting">Anslut igen</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_connecting">Ansluter...</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_add_account.png -->
<string name="application_state_disabled">Konton inaktiverade</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_empty">Du har inga konton</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_no_contacts">Du har inga kontakter</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_no_online">Ingen är online</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_offline">Inga konton online</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_roster">Ansluten.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_loading.png -->
<string name="application_state_starting">Startar applikation... </string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_waiting">Väntar på anslutning...</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu_extra.png -->
<string name="chat_list">Chattlista</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="chat_list_is_empty">Inga aktiva chattar</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="chat_viewer">Chatt</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="close_chat">Stäng chatt</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="CONNECTION_FAILED">Anslutningsfel</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu.png -->
<string name="contact_add">Lägg till kontakt</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="contact_delete">Radera</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_confirm.png -->
<string name="contact_delete_confirm">Vill du verkligen radera kontakt %1$s från konto %2$s?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="contact_editor">Redigera</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list.png -->
<string name="contact_list">Kontaktlista</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="discard_subscription">Avvisa kontakt</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu.png -->
<string name="exit">Avsluta</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list.png -->
<string name="group_active_chat">Aktiva chattar</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list.png -->
<string name="group_none">Inga grupper</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_context_menu.png -->
<string name="group_remove">Radera grupp</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_confirm.png -->
<string name="group_remove_confirm">Vill du verkligen radera gruppen %s? Användarna från gruppen blir kvar i kontaktlistan.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_context_menu.png -->
<string name="group_rename">Byt namn på grupp</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="NO_SUCH_ACCOUNT">Kontot hittades ej</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="NOT_CONNECTED">Anslutning inte upprättad</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="request_subscription">Begär prenumeration</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="XMPP_EXCEPTION">Fel i XMPP-stream</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_closing.png -->
<string name="application_state_closing">Sparar inställningar...\nApplikationen avslutas snart.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_confirmation">%1$s. \nLitar du på certifikatet med sha1-fingeravtryck: %2$s? Vill du slippa bli störd av meddelanden om detta?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check_details.png -->
<string name="certificate_details">\n \nUtfärdad till: \nCommon Name (CN): %1$s \nOrganization (O): %2$s \nOrganizational Unit (OU): %3$s \nSerienummer: %4$s \n \nUtfärdad av: \nCommon Name (CN): %5$s \nOrganization (O): %6$s \nOrganizational Unit (OU): %7$s \n \nGiltighet: \nUtfärdad: %8$s \nGiltigt till: %9$s.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_invalid_chane">Misslyckades med att verifiera certifikatkedja</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_invalid_target">Verifiering misslyckades</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_self_signed">Självsignerat certifikat</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_show_details">Detaljer...</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu.png -->
<string name="close_chats">Stäng alla chattar</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_integration.png -->
<string name="contact_integration_suggest">Vill du att Xabber ska vara integrerat med kontaktboken?\nDetta kan ändras i "Inställningar" → "XMPP-konton" → Ditt konto → "Kontaktintegration". \nOBS: Kontaktlistan på din telefon kan uppträdda långsamt under ett par minuter.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list.png -->
<string name="group_room">Konferenser</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="OTR_ERROR">OTR-fel</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_invite.png -->
<string name="select_contact">Klicka för att välja kontakt</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_show_offline.png -->
<string name="show_offline_always">Visa alltid</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_show_offline.png -->
<string name="show_offline_never">Visa aldrig</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_show_offline.png -->
<string name="show_offline_normal">Använd allmänna inställningar</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_context_menu.png -->
<string name="show_offline_settings">Visa offlinekontakter</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_boot.png -->
<string name="start_at_boot_suggest">Vill du starta Xabber när telefonen startar? \nDu kan ändra i "Inställningar" → "Anslutningsinställningar" → "Starta"</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="contact_viewer">Visa information</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_for">Visa information om %s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_xmpp">XMPP</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_jid">Jabber-ID</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_name">Jabbernamn</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_resources">Resurser</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_resource_summary">Resurs: %1$s \nPrioritet: %2$d \nKlient: %3$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_client_info">%1$s, typ: %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_person">Personlig information</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_nick_name">Smeknamn</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_formatted_name">Formaterat namn</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_prefix_name">Prefix</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_given_name">Förnamn</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_middle_name">Mellannamn</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_family_name">Efternamn</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_suffix_name">Titel</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_birth_date">Födelsedag</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_url">Webbplats</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_organization">Organisation</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_title">Titel (jobb), funktion</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_role">Roll</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_other">Övrig information</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_categories">Kategorier</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_decsription">Beskrivning</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_note">Anteckning</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address">Adress</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_pobox">Boxadress</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_extadr">Utökad adress</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_street">Gata</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_locality">Område</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_region">Region</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_pcode">Postnummer</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_ctry">Land</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_telephone">Telefon</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_email">E-post</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type">Etiketter</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_home">Hem</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_work">Jobb</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_postal">Postadress</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_parcel">Paket</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_dom">Lokal</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_intl">Internationell</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_pref">Föredragen</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_voice">Röst</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_fax">Fax</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_pager">Personsökare</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_cell">Mobiltelefon</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_video">Video</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_bbs">BBS</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_modem">Modem</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_msg">Röstmeddelanden</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_isdn">ISDN</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_pcs">PCS</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_internet">Internet</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_x400">X400</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="please_wait">Vänta...</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="unknown">Okänd</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_fingerprint_description">Din motpart kan tillhandahålla sitt fingeravtryck som du kan jämföra med informationen nedan. Ni bör inte skicka denna information i chatt.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_is_verified">Lita på denna kontakt</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_local_fingerprint">Ditt fingeravtryck:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_remote_fingerprint">Din motparts fingeravtryck:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_scan_fingerprint">Skanna QR-kod med motpartens fingeravtryck</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_show_fingerprint">Visa QR-kod med ditt fingeravtryck</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint_play.png -->
<string name="zxing_install_fail">Google Play är inte installerat. Du måste installera Barcode Scanner manuellt.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint_scanner.png -->
<string name="zxing_install_message">Den här applikationen kräver Barcode Scanner. Vill du installera Barcode Scanner?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_copy_fingerprint">Kopiera fingeravtryck till urklipp</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="production_description">Jabber/XMPP-klient (öppen källkod) med stöd för multipla konton och ett rent enkelt gränssnitt. Xabber är byggt för att vara den bästa Jabberklienten på Android och och är fritt från annonser och fritt att använda.\n \nFunktioner: \n- Multipla konton\n- Snabbväxla mellan pågående konversationer \n- Många inställningar för att anpassa utseende för kontakter och grupper\n- Kompatibelt med alla XMPP-servar \n- Inbyggt stöd för Gtalk, Facebook chat, Livejournal chatt, Vkontakte, Ya.Online, Google Apps Gtalk-konton \n- Fleranvändarchatt (MUC) \n- Chatthistorik \n- Exportera historik till SD-kort\n- Stöd för arkivering av meddelanden på servern\n- Emoticons \n- Stöd för länkar i meddelanden (web pages, YouTube, e-post, telefonnummer, XMPP Uri) \n- Profilbilder \n- Visa kontaktinformation\n- Gruppera kontakter utifrån grupper eller konton\n- Hantering av kontaktlista: lägg till/ta bort/redigera kontakter, grupper, prenumerationer\n- Sök efter kontakter \n- Integrera med telefonens kontaktlista (ring från chatt och starta chatt från kontaktboken) \n- Inställningar för notifiering per kontakt\n- Anpassa inställningar för notifiering baserat på innehåll i meddelanden\n- Unicodestöd, chatta på vilket språk somhelst\n- Portsätt och landskapsläge\n- Stream compression (alla servrar stöds inte än) \n- Resurser/prioriteringar\n- OTR-kryptering \n- Stöd för TLS \n- Legacy SSL-stöd \n- Stöd för SASL \n- Kontrollera servercertifikat\n- SRV records och stöd för DNS round robin\n- Ikoner för klienttyp i kontaktlista (Adium, Empathy, Gajim, Gtalk, iChat, Miranda, Pidgin, Psi, QIP, Xabber, Xabber VIP) \n- Stöd för information om att motparten skriver\n- Leveranskvitton för meddelanden \n- Genväg för chatt på hemmaskärmen\n \nTjänster som stöds: \n- GTalk (Google Talk, Google Apps-konto funkar också) \n- Windows Live Messenger / MSN (Android 2.2 eller senare) \n- Facebook chatt \n- Livejournal chatt\n- VKontakte \n- Ya.Online \n- QIP \n- Odnoklassniki \n \nPå gång: \n- Tablet-läge \n- Filöverföring\n \nProtokoll som stöds: \nRFC-3920: Core \nRFC-3921: Instant Messaging and Presence \nXEP-0030: Service Discovery \nXEP-0128: Service Discovery Extensions \nXEP-0115: Entity Capabilities \nXEP-0054: vcard-temp \nXEP-0153: vCard-Based Avatars \nXEP-0045: Multi-User Chat (incompletely) \nXEP-0078: Non-SASL Authentication \nXEP-0138: Stream Compression \nXEP-0203: Delayed Delivery \nXEP-0091: Legacy Delayed Delivery \nXEP-0199: XMPP Ping \nXEP-0147: XMPP URI Scheme Query Components \nXEP-0085: Chat State Notifications \nXEP-0184: Message Delivery Receipts \nXEP-0155: Stanza Session Negotiation \nXEP-0059: Result Set Management \nXEP-0136: Message Archiving \nXEP-0224: Attention \n \nTitta på Xabber Development-version för ny funktionalitet. \n \nKällkoden till Xabber finns på https://github.com/redsolution/xabber-android ,ed GNU GPLv3 licens. \n \nFör mer information, besök vår webbplats http://xabber.com eller följ @xabber_xmpp på twitter.</string>
<!-- Can be used for Google Play promotion -->
<string name="production_promo">XMPP- och Jabberklient med stöd för flera konton.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="production_title">Xabber</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="development_description">Experimentell version (kan vara instabil) av Xabber - en öppen källkodsbaserad Jabber (XMPP)-klient med stöd för flera konton med ett rent och enkelt gränssnitt.\n\nDu kan installera denna version om du vill hjälpa oss testa och utveckla Xabber. Denna version kan vara skakig så om du inte känner för äventyr bör du använda den vanliga versionen. I denna version kommer du dock få de senaste funktionerna först.\n\nKällkoden till Xabber finns på https://github.com/redsolution/xabber-android med licensen GNU GPLv3. \n\nFör mer information besök vår webbplats http://xabber.com eller följ @xabber_xmpp på twitter. \n\nHar du hittat en bugg eller har förbättringsförslag, skicka e-post till info+devel@xabber.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="development_title">Xabber Utvecklingsversion</string>
<string name="production_changes">+ Stöd för TOR med Orbot \n+ Proxystöd \n+ Översättningar till Vitryska, Persiska, Italienska, Portugisiska, Ukrainska, Kinesiska - Kina, Kinesiska - Taiwan \n* Notifieringar i Adroid 4+ fixat \n* Meddelandehistorik på servern fixat \n* Avsluta program fixat \n* Översättningar fixade \n* Diverse småfixar \nTack!</string>
<string name="short_description">Open source XMPP (Jabber) client with multi-account support</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="vip_description">VIP-versionen av Xabber — en grym Jabber- (XMPP) klient (öppen källkod) med stöd för flera konton och ett rent användargränssnitt. Xabber har designats för att vara den bästa Jabberklienten på Android. \n \nVIP-versionen är inte bättre än den vanliga versionen och den enda skillnaden är en guldknapp på applikationens ikon. Det är väldigt användbart för att visa hur fantastisk du är när du köper något som vemsomhelst kan få gratis. \n \n...</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="vip_title">Xabber VIP</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="EMPTY_NICK_NAME">Smeknamn ej angett</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="EMPTY_ROOM_NAME">Konferens ej angiven</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_context_menu.png -->
<string name="muc_join">Anslut till konferens</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_nick">Smeknamn</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_nick_hint">Smeknamn i konferensen</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_password">Lösenord</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_password_hint">lösenord behövs inte</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_room">Konferens</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_server">Multiuser Chattserver</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_server_hint">conference.jabber.org</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="NICK_ALREADY_USED">Smeknamnet är upptaget</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="ALREADY_IN_PROGRESS">Pågår redan</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="ALREADY_JOINED">Redan ansluten</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_add">Anslut till konferens</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_context_menu.png -->
<string name="muc_delete">Ta bort konferens</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_confirm.png -->
<string name="muc_delete_confirm">Vill du verkligen ta bort konferensen %1$s från %2$s?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_context_menu.png -->
<string name="muc_edit">Inställningar för autenticering</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_invite.png -->
<string name="muc_invite_confirm">%2$s bjuder in dig att ansluta till konferens %3$s. Anslut med konto %1$s?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_invite.png -->
<string name="muc_invite_confirm_reason">%2$s bjuder in dig att ansluta till konferens %3$s: %4$s. Anslut med konto %1$s?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_context_menu.png -->
<string name="muc_leave">Lämna konferens</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_save">Spara konferens</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="account_quantity_1">konto</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="account_quantity_2">konton</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="account_quantity_5"></string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_offline.png -->
<string name="account_quantity_offline_1">konto</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_offline.png -->
<string name="account_quantity_offline_2">konton</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_offline.png -->
<string name="account_quantity_offline_5"></string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_authorization.png -->
<string name="AUTHENTICATION_FAILED">Autentiseringsfel</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_contact_quantity_1">kontakt</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_contact_quantity_2">kontakter</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_contact_quantity_5"></string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_message_quantity_1">meddelande</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_message_quantity_2">meddelanden</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_message_quantity_5"></string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_status">%1$d %2$s från %3$d %4$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="connection_state_connected_1">%1$d av %2$d %3$s online</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="connection_state_connected_2">%1$d av %2$d %3$s online</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="connection_state_connected_5"></string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connecting.png -->
<string name="connection_state_connecting_1">%1$d av %2$d %3$s ansluter</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connecting.png -->
<string name="connection_state_connecting_2">%1$d av %2$d %3$s ansluter</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connecting.png -->
<string name="connection_state_connecting_5"></string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_waiting.png -->
<string name="connection_state_waiting_1">%1$d av %2$d %3$s väntar på att ansluta</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_waiting.png -->
<string name="connection_state_waiting_2">%1$d av %2$d %3$s väntar på att ansluta</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_waiting.png -->
<string name="connection_state_waiting_5"></string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_offline.png -->
<string name="connection_state_offline">%1$d %2$s offline</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/message_archive.png -->
<string name="archive_available_request_message">Vill du lagra meddelandehistorik på servern?\nDet gör det möjligt att ladda meddelandehistorik från alla enheter som använder detta konto.\nDenna funktion kräver lite extra datatrafik och kommer påverka uppkopplingshastigheten.\nVARNING: All din lokalt sparade historik raderas.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_archive.png -->
<string name="archive_available_request_title">Aktivera meddelandearkiv?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_certificate.png -->
<string name="INVALID_CERTIFICATE">Ogiltigt certifikat</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_invite.png -->
<string name="muc_invite_message">Vill du ansluta till konferensen?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_otr_progress.png -->
<string name="otr_verification_in_progress">Klicka för att avbryta.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_password.png -->
<string name="PASSWORD_REQUIRED">Lösenord krävs</string>
<string name="pay_attention">Observera</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_subscription.png -->
<string name="subscription_request_message">Begäran om auktorisering</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases.png -->
<string name="events_phrases_title">Nyckelfraser</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases.png -->
<string name="phrase_add">Lägg till fras</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_remove.png -->
<string name="phrase_delete">Radera fras</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_remove.png -->
<string name="phrase_delete_confirm">Vill du verkligen radera frasen: %s?</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases.png -->
<string name="phrase_empty">&amp;lt; Valfri text &amp;gt;</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_group">Del av kontakgrupp</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_regexp">Reguljärt uttryck</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_sound">Ljud \nVälj notifieringsljud</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_text">Sök efter</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_user">Kontaktens Jabber-ID del</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_debug.png -->
<string name="cache_clear">Rensa cache \nTa bort all lokalt sparad data. Ger mer fritt utrymme.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_debug_cache.png -->
<string name="cache_clear_warning">Vill du verkligen radera chatthistorik och lokalt sparade data?\nDitt konto och kontaktlista påverkas inte. Applikationen kommer att avslutas.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_send_by_enter">Skicka vid tryck på retur \nMeddelanden kan skickas när du trycker på retur</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_go_away">Automatisk frånvaro \nStäll in frånvaro automatiskt vid låst skärm</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_02.png -->
<string name="contacts_order">Sortera kontakter\nAnge hur kontakter ska sorteras</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_sort.png -->
<string name="contacts_order_alphabet">Alfabetisk</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_sort.png -->
<string name="contacts_order_status">Status</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_accounts">Gruppera med konto\nGruppera kontakter i kontaktlistan per konto</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_02.png -->
<string name="contacts_show_active_chats">Aktiva konversationer överst\nVisa aktiva konversationer ovanför kontaktlistan</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_avatars">Visa profilbilder \nVisa användares profilbilder i kontaktlistan</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_02.png -->
<string name="contacts_show_empty_groups">Visa tomma grupper\nVisa grupper även om de inte innehåller några kontakter som är online </string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_groups">Visa grupper \nVisa grupper i kontaktlistan</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_offline">Visa offlinekontakter</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_panel">Visa kontopanel\nVisa panel med kontots avatarer överst i kontaktlistor </string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_02.png -->
<string name="contacts_stay_active_chats">Visa aktiva chattar överallt \nAktiva chattar visas ovanför kontaktlistan och i grupper</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_debug.png -->
<string name="debug_log">Debug-logg\nSkriv meddelanden till debugloggen (starta om för att aktivera denna inställning)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_lightning">Ljusindikator \nBlinka vid notifiering</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_persistent">Ikon i taskbar \nVisa alltid notifiering. Detta val förhindrar att Android tar bort applikationen från minnet.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_sound">Notifieringsljud \nVälj ljud för notifieringar</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_vibro">Vibrera \nVibrera vid notifiering</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance.png -->
<string name="interface_theme">Tema \nInställningar för tema</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_skin.png -->
<string name="interface_theme_dark">Mörk</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_skin.png -->
<string name="interface_theme_light">Ljus</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_skin.png -->
<string name="interface_theme_normal">Förval</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance.png -->
<string name="interface_smiles">Emoticon \nInställningar för emoticon (tidigare kallat smileys)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_smiles.png -->
<string name="interface_smiles_android">Androidemoticons</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_smiles.png -->
<string name="interface_smiles_none">Inga grafiska emoticons</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_connection">Anslutningsinställningar \nAnslutningsinställningar</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_contacts">Kontaktlista \nAnpassa kontaktlistans utseende</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_02.png -->
<string name="preference_debug">Debuginställningar \nInställningar för att utvecklare ska kunna förbättra Xabber</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu.png -->
<string name="preference_editor">Inställningar</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_events">Notifieringar \nInställning för notifieringar</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_interface">Inställningar för tema\nUtseende</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_02.png -->
<string name="about_viewer">Om</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_divide">Meddelanden på ny rad\nVisa meddelande på ny rad</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_new_line.png -->
<string name="chats_divide_portrait">I porträttläge</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_font_size">Textstorlek\nTextstorlek i meddelande</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_font_size.png -->
<string name="chats_font_size_large">Stor</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_font_size.png -->
<string name="chats_font_size_normal">Normal</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_font_size.png -->
<string name="chats_font_size_small">Liten</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_font_size.png -->
<string name="chats_font_size_xlarge">Extra stor</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_hide_keyboard">Dölj tangentbord \nDölj tangentbord när meddelande skickats</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_keyboard.png -->
<string name="chats_hide_keyboard_landscape">I landskapsläge</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_02.png -->
<string name="chats_receipt">Leveranskvitto\nSkicka och ta emot leveranskvitton för meddelanden</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_show_avatars">Profilbilder i meddelanden \nVisa profilbilder i varje meddelande</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_show_status_change">Visa statusförändringar \nVisa meddelanden om statusförändringar</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_status.png -->
<string name="chats_show_status_change_muc">I konferenser</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_state_notification">Visa skrivnotifiering\nMeddela när du skriver ett meddelande</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_adjust_priority">Ändra prioritet\nAnge prioritet baserat på vald status. Kontots prioritet används ej.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="connection_go_away_immediately">Direkt vid skärmlås</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_go_xa">Utökad frånvaro vid inaktivitet\nSätt "Utökad frånvaro" vid skärmlås</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_priority">Inställningar för prioritet</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_start_at_boot">Starta när Android startar\nStarta applikationen när Android startar. Detta fungerar inte när Xabber är installerat på ett minneskort.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_wake_lock">Förhindra strömsparläge \nDetta kommer påverka batteritided</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_wifi_lock">Håll WiFi igång \nBehåll WiFi vid standby. Kommer påverka batteritid.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_reset_offline">Återställ offlineinställningar\nRensa individuella inställningar för grupper och konton</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_reset_offline.png -->
<string name="contacts_reset_offline_warning">Vill du verkligen rensa individuella inställningar för grupper och konton?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_02.png -->
<string name="events_first_only">Notifiering vid första meddelande\nNotifiera enbart vid första meddelandet i chatten</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_ignore_system_vibro">Ignorera systemets inställning för vibration \nAnvänd denna inställning om systemets vibration inte fungerar</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_02.png -->
<string name="events_message">Inställningar för notifieringar\nAnpassa inställningar för inkommande meddelanden</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_where.png -->
<string name="events_message_chat">Bara chattar</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_where.png -->
<string name="events_message_chat_and_muc">Chattar och konferenser</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_where.png -->
<string name="events_message_none">Meddela inte</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_02.png -->
<string name="events_show_text">Visa meddelande i notifiering\nVisa meddelandet i notifieringen</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_02.png -->
<string name="events_visible_chat">Meddela i pågående chatt \nVisa notifiering för inkommande meddelanden i pågående chatt</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_02.png -->
<string name="negative_priotiry_summary">%s (du kommer inte ta emot några meddelanden från någon chatt)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_accounts">XMPP-konton \nHantera din konton</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_02.png -->
<string name="preference_security">Säkerhet \nSäkerhetsinställningar</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security.png -->
<string name="security_check_certificate">Kontrollera servercertifikat\nMeddela certifikatproblem för krypterade sessioner</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security.png -->
<string name="security_clear_certificate">Rensa certifikat \nRensa listan av ignorerade certifikat</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security.png -->
<string name="security_otr_history">Spara historik\nSpara meddelanden i OTR-sessioner</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security.png -->
<string name="security_otr_mode">OTR-läge</string>
<string name="chats_attention">Begäran om uppmärksamhet\nHantera inkommande begäran om uppmärksamhet</string>
<string name="chats_attention_sound">Ljud - notifiering\nVälj ljud</string>
<string name="connection_load_vcard">Ladda in vCard \nHämta och uppdatera kontaktens information och profilbild. Avmarkera för att minska datatrafik.</string>
<string name="events_phrases">Nyckelfraser\nAnpassade ljud vid meddelanden som innehåller vissa fraser</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_remove.png -->
<string name="security_clear_certificate_warning">Vill du verkligen radera alla ignorerade certifikat?</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_question.png -->
<string name="otr_answer">Svar på hemlighet:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_question.png -->
<string name="otr_question">Hemlig fråga:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_question.png -->
<string name="otr_question_description">Använd hemlig fråga för att verifiera varandra.</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_secret.png -->
<string name="otr_secret">Delad hemlighet:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_secret.png -->
<string name="otr_secret_description">Använd delad hemlighet för att verifiera varandra.</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="available">Tillgänglig</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="away">Borta</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="chat">Tillgänglig för chatt!</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="clear_statuses">Radera sparade statusmeddelanden</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="dnd">Stör ej</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_context_menu.png -->
<string name="edit_status">Redigera status</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="empty_status">&amp;lt;Tom status&amp;gt;</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="invisible">Osynlig</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_context_menu.png -->
<string name="remove_status">Radera status</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_context_menu.png -->
<string name="select_status">Ange status</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="status_editor">Ändra status</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="status_editor_for">Ändra status för %s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="status_text_hint">Ange din status</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="unavailable">Offline</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="unsubscribed">Inte auktoriserad</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="xa">Borta längre tid</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in10m">Efter 10 minuter</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in15m">Efter 15 minuter</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in1h">Efter en timme</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in1m">Efter en minut</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in2m">Efter 2 minuter</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in30m">Efter 30 minuter</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in5m">Efter 5 minuter</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_status.png -->
<string name="always">Alltid</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_otr.png -->
<string name="disabled">Avstängd</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_otr.png -->
<string name="manual">Manuell</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_status.png -->
<string name="never">Aldrig</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_otr.png -->
<string name="required">Krävs</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_otr.png -->
<string name="auto">Automatiskt</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) 2013, Redsolution LTD. All rights reserved.
This file is part of Xabber project; you can redistribute it and/or
modify it under the terms of the GNU General Public License, Version 3.
Xabber is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License,
along with this program. If not, see http://www.gnu.org/licenses/.
-->
<resources>
<style name="Theme" parent="@android:style/Theme.DeviceDefault">
<item name="expanderBackground">@drawable/expander_background_dark</item>
<item name="expanderGroupColor">?android:attr/textColorPrimary</item>
<item name="expanderAccountColor">?android:attr/textColorPrimaryInverse</item>
<item name="expanderIndicator">@drawable/expander_indicator_dark</item>
<item name="accountBackground">@drawable/account_background</item>
<item name="titleMainBackground">@drawable/title_main_background_dark</item>
<item name="titleAccountBackground">@drawable/title_account_background_light</item>
<item name="textColorPrimaryNoSelected">@color/bright_foreground_dark</item>
</style>
<style name="Theme.NoTitleBar" parent="@android:style/Theme.DeviceDefault.NoActionBar">
<item name="expanderBackground">@drawable/expander_background_dark</item>
<item name="expanderGroupColor">?android:attr/textColorPrimary</item>
<item name="expanderAccountColor">?android:attr/textColorPrimaryInverse</item>
<item name="expanderIndicator">@drawable/expander_indicator_dark</item>
<item name="accountBackground">@drawable/account_background</item>
<item name="titleMainBackground">@drawable/title_main_background_dark</item>
<item name="titleAccountBackground">@drawable/title_account_background_light</item>
<item name="textColorPrimaryNoSelected">@color/bright_foreground_dark</item>
</style>
<style name="Theme.Dark" parent="@android:style/Theme.DeviceDefault">
<item name="expanderBackground">@drawable/expander_background_dark</item>
<item name="expanderGroupColor">?android:attr/textColorPrimary</item>
<item name="expanderAccountColor">?android:attr/textColorPrimaryInverse</item>
<item name="accountBackground">@drawable/account_background</item>
<item name="expanderIndicator">@drawable/expander_indicator_dark</item>
<item name="titleMainBackground">@drawable/title_main_background_dark</item>
<item name="titleAccountBackground">@drawable/title_account_background_dark</item>
<item name="textColorPrimaryNoSelected">@color/bright_foreground_dark</item>
</style>
<style name="Theme.Dark.NoTitleBar" parent="@android:style/Theme.DeviceDefault.NoActionBar">
<item name="expanderBackground">@drawable/expander_background_dark</item>
<item name="expanderGroupColor">?android:attr/textColorPrimary</item>
<item name="expanderAccountColor">?android:attr/textColorPrimaryInverse</item>
<item name="expanderIndicator">@drawable/expander_indicator_dark</item>
<item name="accountBackground">@drawable/account_background</item>
<item name="titleMainBackground">@drawable/title_main_background_dark</item>
<item name="titleAccountBackground">@drawable/title_account_background_dark</item>
<item name="textColorPrimaryNoSelected">@color/bright_foreground_dark</item>
</style>
<style name="Theme.Light" parent="@android:style/Theme.DeviceDefault.Light">
<item name="expanderBackground">@drawable/expander_background_light</item>
<item name="expanderGroupColor">?android:attr/textColorPrimary</item>
<item name="expanderAccountColor">?android:attr/textColorPrimary</item>
<item name="expanderIndicator">@drawable/expander_indicator_light</item>
<item name="accountBackground">@drawable/account_background</item>
<item name="titleMainBackground">@drawable/title_main_background_light</item>
<item name="titleAccountBackground">@drawable/title_account_background_light</item>
<item name="textColorPrimaryNoSelected">@color/bright_foreground_light</item>
</style>
<style name="Theme.Light.NoTitleBar" parent="@android:style/Theme.DeviceDefault.Light.NoActionBar">
<item name="expanderBackground">@drawable/expander_background_light</item>
<item name="expanderGroupColor">?android:attr/textColorPrimary</item>
<item name="expanderAccountColor">?android:attr/textColorPrimary</item>
<item name="expanderIndicator">@drawable/expander_indicator_light</item>
<item name="accountBackground">@drawable/account_background</item>
<item name="titleMainBackground">@drawable/title_main_background_light</item>
<item name="titleAccountBackground">@drawable/title_account_background_light</item>
<item name="textColorPrimaryNoSelected">@color/bright_foreground_light</item>
</style>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/about_viewer.png -->
<string name="about_copyright">© Redsolution LTD, 2010-2014</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/about_viewer.png -->
<string name="about_feedback">mailto:info@xabber.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/about_viewer.png -->
<string name="about_site">http://www.xabber.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/about_viewer.png -->
<string name="about_version">版本:%s</string>
<string name="about_license">许可协议:GNU GPLv3\n<a href="https://github.com/redsolution/xabber-android">开放源代码软件</a></string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_compression">使用压缩</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_editor_title">%1$s账户%2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_enabled">启用</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_host">服务器</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_password">密码</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_port">端口</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_priority">优先级</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_resource">资源</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_server_name"></string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type">账户类型</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_facebook">facebook.com用户名(不是电子邮件地址)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_gtalk">gmail.com或Google Apps域上的用户名</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_livejournal">livejournal.com用户名</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_qip">qip.ru用户名</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_vkontakte">vkontakte.ru用户名或ID(不是电子邮件地址)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_xmpp">name@example.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_ya">yandex.ru用户名(不是电子邮件地址)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_facebook">你不能用电子邮箱登录Facebook聊天,请提供你的Facebook用户名和密码。请参阅http://www.facebook.com/sitetour/chat.php。</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_gtalk">如果你没有Google账户,你可在http://mail.google.com创建\n您也可以使用your_user_name@your_google_domain</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_livejournal">如果你没有Livejournal账户,你可在http://livejournal.com创建</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_qip">如果你没有QIP账户,你可在http://qip.ru创建</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_vkontakte">你可输入名字(如masha.v.kontakte)或ID(id123456),你不能用电子邮箱登录VKontakte聊天,请提供你的Vkontakte.ru用户名和密码。请参阅http://vk.com/help.php?page=jabber。</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_xmpp">要了解更多XMPP(Jabber)信息,请访问https://xmpp.org\n要注册新XMPP账户,请访问https://register.jabber.org,或任一Jabber服务器。</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_ya">如果你没有Ya.Online账户,你可在http://yandex.com创建</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_facebook">Facebook</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_gtalk">Google Talk</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_livejournal">LiveJournal</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_qip">QIP</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_vkontakte">VKontakte</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_xmpp">XMPP</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_ya">Ya.Online</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_user_name">用户名</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_error.png -->
<string name="EMPTY_SERVER_NAME">域未指定</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_error.png -->
<string name="EMPTY_USER_NAME">用户名未指定</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_03.png -->
<string name="account_archive_mode">保存聊天记录</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_available">于服务器,如可能</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_dont_store">不存储</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_local">于本地</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_server">于服务器</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_unread">于本地,仅未发和未读</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_compression_summary">勾选以启用数据压缩</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_custom">自定义服务器</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_custom_summary">使用自定义服务器而不是SRV记录</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_enabled_summary">勾选以启用账户</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_error.png -->
<string name="account_invalid_port">端口必须是整数(默认:5222)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_error.png -->
<string name="account_invalid_priority">优先级必须是-128至128间的整数(默认:10)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_wlm.png -->
<string name="account_oauth">授权</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_oauth_not_authorized.png -->
<string name="account_oauth_invalidated">未授权</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_wlm.png -->
<string name="account_oauth_summary">OAuth设置</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_gtalk.png -->
<string name="account_protocol_gtalk_title">Google Talk</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_wlm.png -->
<string name="account_protocol_wlm_title">WLM</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_protocol_xmpp_title">XMPP</string>
<string name="account_proxy_host">代理主机</string>
<string name="account_proxy_password">代理密码</string>
<string name="account_proxy_port">代理端口</string>
<string name="account_proxy_type">代理类型</string>
<string name="account_proxy_type_http">HTTP</string>
<string name="account_proxy_type_none">禁用</string>
<string name="account_proxy_type_orbot">Orbot</string>
<string name="account_proxy_type_socks4">SOCKS4</string>
<string name="account_proxy_type_socks5">SOCKS5</string>
<string name="account_proxy_user">代理用户</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_sasl">使用SASL认证(推荐)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_sasl_summary">为十分老旧的服务器禁用</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_store_password">保存密码</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_store_password_summary">禁用此选项以在每次登录时输入密码</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_syncable">整合入系统联系人列表</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_syncable_summary">在电话的联系人列表中显示此账户的联系人</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_tls.png -->
<string name="account_tls_enable">启用TLS</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_tls_enable_summary">在连接服务器时尽可能使用TLS加密</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_tls.png -->
<string name="account_tls_legacy">传统SSL</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_tls_legacy_summary">在连接服务器时使用传统SSL</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_tls_mode">TLS/SSL用法</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_tls.png -->
<string name="account_tls_require">要求TLS</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_tls_require_summary">在连接服务器时要求TLS加密</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_odnoklassniki">你必须使用ID(如123456)作为用户名。你不能使用电子邮箱、登录名或电话号码登录Odnoklasniki聊天。你的ID可在http://www.odnoklassniki.ru/settings查看</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_wlm">你会被引导到http://live.com来输入用户名和密码。</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_odnoklassniki">odnoklassniki.ru的ID(不是登录名或电子邮箱)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_wlm">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_odnoklassniki">Odnoklassniki</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_wlm">Windows Live Messenger</string>
<string name="account_use_orbot">通过TOR匿名网络聊天并要求TLS加密\n不推荐应用于Google Talk</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_confirm.png -->
<string name="confirm_cancellation">你确实要放弃所有修改吗?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_error.png -->
<string name="INCORRECT_USER_NAME">错误的用户名,请参考下方的帮助文本。</string>
<string name="orbot_required_message">要使用TOR,您必须安装并激活Orbot。想要从Google Play安装吗?</string>
<string name="orbot_required_title">安装Orbot?</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list_confirm.png -->
<string name="account_delete_confirm">你真的要删除账户%s?\n(账户只会被从Xabber删除,不会影响服务器)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_add">添加账户</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list_context_menu.png -->
<string name="account_delete">删除账户</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list_context_menu.png -->
<string name="account_editor">编辑账户</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_authentication">认证中</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_connected">在线</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_connecting">连接中</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_disconnecting">断开连接中</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_offline">离线</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_waiting">等待重连</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="development_changes_77">+ 捷克语 (Czech translations)\n+ 呼叫提醒(Call attention feature)\n+ 基於关键词的通知 (Notifications based on key phrase)\n+ 可取消讯息收件回执(Option to disable message delivery receipts) \n+ 聊天室中的管理员清单 (List of occupants in a chat room (view only))\n* 修正些许错误 (Multiple minor fixes)\n* 修正部分翻译 (Multiple translations fixed)\nThank you folks!</string>
<string name="development_changes_79">+ 使用Orbot实现的TOR支持\n+ 代理服务器支持\n+ 白俄罗斯语、波斯语、意大利语、葡萄牙语、乌克兰语、中文(中国)、中文(台湾)翻译\n* 修复了Android 4+上的通知\n* 修复了服务器侧聊天记录\n* 修复了退出时的行为\n* 修复了翻译\n* 小修复\n谢谢你们!</string>
<string name="production_changes_47">+ Xabber 源始码可在GitHub取得\n+ 捷克语 (Czech translations) \n+ 呼叫提醒(Call attention feature) \n+ 基於关键词的通知 (Notifications based on key phrase) \n+ 可取消讯息收件回执(Option to disable message delivery receipts) \n+ 聊天室中的管理员清单 (List of occupants in a chat room (view only)) \n* 修正些许错误 (Multiple minor fixes) \n* 修正部分翻译 (Multiple translations fixed)\nThank you folks!</string>
<string name="production_changes_48">+ 使用Orbot实现的TOR支持\n+ 代理服务器支持\n+ 白俄罗斯语、波斯语、意大利语、葡萄牙语、乌克兰语、中文(中国)、中文(台湾)翻译\n* 修复了Android 4+上的通知\n* 修复了服务器侧聊天记录\n* 修复了退出时的行为\n* 修复了翻译\n* 小修复\n谢谢你们!</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_text">%1$s的新状态:%2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_text_none">%1$s清空了状态</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_join">%1$s加入了会议</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_kick">%1$s被踢出</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_account_is_offline.png -->
<string name="account_is_offline">你不在线,发送的消息会在你下次上线后送出。</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer.png -->
<string name="chat_delay">消息已于%s发送</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer.png -->
<string name="chat_input_hint">在此输入你的消息</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_switch.png -->
<string name="chat_page">第%1$d个,共%2$d个聊天</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer.png -->
<string name="chat_send">发送</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="clear_history">清除历史</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="clear_message">清除文字</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_contact_is_offline.png -->
<string name="contact_is_offline">对方不在线,他上线后会收到你消息</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="ENTRY_IS_NOT_AVAILABLE">联系人不可用</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="FILE_NOT_FOUND">文件未找到</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_context_menu.png -->
<string name="message_copy">复制</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_context_menu.png -->
<string name="message_quote">引用</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_context_menu.png -->
<string name="message_remove">从历史中移除</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_context_menu.png -->
<string name="message_repeat">重试发送</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_settings.png -->
<string name="save_history">保存本地历史\n在本地保存消息历史</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu.png -->
<string name="show_history">显示历史</string>
<string name="action_attention_called">已发送注意</string>
<string name="action_attention_requested">已请求注意</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_ban">%1$s被禁言</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_ban_by">%1$s被%2$s禁言</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_invite_error">邀请未被%s接收</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_invite_sent">邀请已发给%s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_join_complete">你已作为%1$s加入聊天</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_join_complete_to">你已加入聊天%1$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_kick_by">%1$s被%2$s踢出</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_leave">%1$s离开聊天</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_nickname">%1$s更改昵称为%2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_encryption">加密已启用但此联系人未被验证。请在OTR加密菜单中验证。</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_error">OTR错误:%1$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_finish">对方已离开加密对话,你应该也这样做或重启对话。</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_finished_session">消息未被发送,请离开或重启对话。</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_plain">你已离开加密对话</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_cheated">对方试图在验证过程中作弊</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_failed">验证失败</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_not_approved">你对安全问题的回答已被确认。你也应该询问对方,或检查共享秘密。</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_unverified">验证失败</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_verified">验证成功完成</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_unreadable">收到的加密消息不可读</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_verified">加密已启用</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_available">%1$s上线了</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_away">%1$s离开了</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_chat">请和%1$s聊天</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_dnd">%1$s去忙碌了</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_unavailable">%1$s下线了</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_xa">%1$s远远离开了</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_subject">%1$s将主题改为:%2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="ATTENTION_IS_NOT_SUPPORTED">联系人不支持或已禁用注意</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="call_attention">请求注意</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu.png -->
<string name="chat_settings">聊天设置</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_typing.png -->
<string name="chat_state_composing">输入中…</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_paused.png -->
<string name="chat_state_paused">输入完了…</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer.png -->
<string name="chat_typed">消息于%s输入</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="export_chat">导出聊天</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/export_chat_done.png -->
<string name="export_chat_done">记录已被导出到SD卡</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/export_chat.png -->
<string name="export_chat_mask">%2$s与%1$s.html</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/export_chat.png -->
<string name="export_chat_send">导出后发送</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/export_chat.png -->
<string name="export_chat_title">输入文件名</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_conference.png -->
<string name="muc_invite">邀请加入聊天</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_leaved.png -->
<string name="muc_is_unavailable">你的消息不能被送达,请加入聊天</string>
<string name="occupant_list">使用者列表</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="otr_encryption">OTR加密</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_end">停止加密</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_refresh">重启加密</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="otr_request">Off-the-Record私人对话已被请求,但你没有支持此功能的组件。在PC/Mac上请使用Pidgin,Gajim或Adium,在Android上请使用Xabber或ChatSecure。请参见http://otr.cypherpunks.ca/</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_01.png -->
<string name="otr_start">开始加密</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="otr_unencrypted_message">信息未被加密</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="otr_unreadable_message">你发送的加密信息不可读</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_otr_progress.png -->
<string name="otr_verification">OTR验证</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_verify_fingerprint">以指纹验证</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_verify_question">以问题验证</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_verify_secret">已共享秘密验证</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_ADD_TO_GROUP">错误:未能添加至分组</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_CREATE_CONTACT">错误:添加联系人失败</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_REMOVE_CONTACT">错误:删除联系人失败</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_REMOVE_FROM_GROUP">错误:未能从分组中移除</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_REMOVE_GROUP">错误:未能删除分组</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_RENAME_GROUP">错误:未能更名分组</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_add.png -->
<string name="contact_account">账户</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor.png -->
<string name="contact_editor_title">编辑%s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor.png -->
<string name="contact_group">选择分组</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_add.png -->
<string name="contact_name">别名(可选)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_add_confirm.png -->
<string name="contact_subscribe_confirm">你希望添加联系人%1$s到账户%2$s?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_add.png -->
<string name="contact_user">联系人用户名</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="ENTRY_IS_NOT_FOUND">未找到该联系人</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor.png -->
<string name="group_add">创建新组</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor.png -->
<string name="group_default">朋友</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="group_exists">同样名称的分组已经存在</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="group_is_empty">设置分组名称</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/group_add.png -->
<string name="group_name">分组名</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="choose_account">选择账户</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="EMPTY_ACCOUNT">请选择账户</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="accept_subscription">接受订阅请求</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="account_reconnect">重连</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_add_account.png -->
<string name="application_action_disabled">管理账户</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_add_account.png -->
<string name="application_action_empty">添加账户</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_action_no_contacts">添加联系人</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_action_no_online">显示离线联系人</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_action_offline">上线</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_action_waiting">重新连接</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_connecting">连接中…</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_add_account.png -->
<string name="application_state_disabled">账户已禁用</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_empty">你没有任何账户</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_no_contacts">你没有联系人</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_no_online">无人在线</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_offline">没有账户在线</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_roster">已连接</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_loading.png -->
<string name="application_state_starting">启动程序…</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_waiting">等待连接…</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu_extra.png -->
<string name="chat_list">聊天列表</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="chat_list_is_empty">没有进行中的聊天</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="chat_viewer">聊天</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="close_chat">关闭聊天</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="CONNECTION_FAILED">连接错误</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu.png -->
<string name="contact_add">添加联系人</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="contact_delete">删除</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_confirm.png -->
<string name="contact_delete_confirm">你希望从账户%2$s中删除联系人%1$s吗?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="contact_editor">编辑</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list.png -->
<string name="contact_list">联系人列表</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="discard_subscription">拒绝订阅请求</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu.png -->
<string name="exit">退出</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list.png -->
<string name="group_active_chat">进行中的聊天</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list.png -->
<string name="group_none">未分组</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_context_menu.png -->
<string name="group_remove">删除分组</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_confirm.png -->
<string name="group_remove_confirm">你确要删除分组%s?分组中的联系人仍会留在联系人列表中。</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_context_menu.png -->
<string name="group_rename">更名分组</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="NO_SUCH_ACCOUNT">未找到该账户</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="NOT_CONNECTED">未能建立连接</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="request_subscription">请求订阅</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="XMPP_EXCEPTION">流错误</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_closing.png -->
<string name="application_state_closing">正在保存设置…\n应用程序将很快关闭。</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_confirmation">%1$s。\n你真的信任具有SHA-1指纹%2$s的证书吗?你是否希望不再被通知关于此证书的事务。</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check_details.png -->
<string name="certificate_details">\n\n颁发给:\n通用名(CN):%1$s\n组织(O):%2$s\n组织单位(OU):%3$s\n序列号:%4$s\n\n颁发者:\n通用名(CN):%5$s\n组织(O):%6$s\n组织单位(OU):%7$s\n\n有效期:\n有效起始日期:%8$s\n有效终止日期:%9$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_invalid_chane">签名链验证失败</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_invalid_target">目标验证失败</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_self_signed">自签名证书</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_show_details">详情…</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu.png -->
<string name="close_chats">关闭所有聊天</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_integration.png -->
<string name="contact_integration_suggest">你希望Xabber整合进系统联系人吗?\n可在“设置”→“XMPP账户”→你的账户→“整合入系统联系人列表”处修改。\n注:系统联系人列表可能有几分钟变得迟缓</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list.png -->
<string name="group_room">会议</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="OTR_ERROR">OTR错误</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_invite.png -->
<string name="select_contact">点击以选择联系人</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_show_offline.png -->
<string name="show_offline_always">总是显示</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_show_offline.png -->
<string name="show_offline_never">总不显示</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_show_offline.png -->
<string name="show_offline_normal">使用一般设置</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_context_menu.png -->
<string name="show_offline_settings">显示离线联系人</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_boot.png -->
<string name="start_at_boot_suggest">希望在系统启动时运行Xabber?\n可在“设置”→“连接设置”→“于Android启动时运行”处修改</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="contact_viewer">查看信息</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_for">查看关于%s的信息</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_xmpp">XMPP</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_jid">Jabber ID</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_name">Jabber名</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_resources">资源</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_resource_summary">资源:%1$s\n优先级:%2$d\n客户端:%3$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_client_info">%1$s,类型:%2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_person">个人信息</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_nick_name">昵称</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_formatted_name">姓名</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_prefix_name">前缀</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_given_name"></string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_middle_name">中间名</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_family_name"></string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_suffix_name">后缀</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_birth_date">生日</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_url">网址</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_organization">机构</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_title">职衔</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_role">角色</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_other">其他信息</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_categories">分类</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_decsription">描述</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_note">备注</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address">地址</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_pobox">信箱</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_extadr">扩展地址</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_street">街道</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_locality">地点</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_region">区域</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_pcode">邮编</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_ctry">国家</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_telephone">电话</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_email">电子邮箱</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type">标签</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_home">家庭</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_work">工作</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_postal">邮政</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_parcel">包裹</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_dom">国内</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_intl">国际</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_pref">首选的</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_voice">语音</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_fax">传真</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_pager">传呼</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_cell">手机</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_video">视频</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_bbs">BBS</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_modem">调制解调器</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_msg">语音消息</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_isdn">ISDN</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_pcs">PCS</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_internet">互联网</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_x400">X400</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="please_wait">请稍候…</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="unknown">未知</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_fingerprint_description">对方可提供他的指纹,你可与此处提供的相比对,以确认他确实是你所认为的人。你不应用XMPP聊天进行此项工作。</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_is_verified">此联系人被信任</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_local_fingerprint">你的指纹:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_remote_fingerprint">对方的指纹:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_scan_fingerprint">扫描对方指纹的QR码</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_show_fingerprint">显示你指纹的QR码</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint_play.png -->
<string name="zxing_install_fail">未安装Google Play,请手动安装Barcode Scanner。</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint_scanner.png -->
<string name="zxing_install_message">这应用程序需要Barcode Scanner,你想要安装吗?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_copy_fingerprint">复制指纹到剪贴板</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="production_description">开源的Jabber(XMPP)客户端,支持多账户,界面干净简单。免费且无广告,Xabber的设计目标是Android平台上最好的Jabber客户端。\n\n特点:\n- 多账户\n- 在多个聊天间快速切换\n- 丰富的联系人、分组显示设置\n- 与所有标准XMPP服务器兼容\n- 预设Google Talk、Facebook聊天、Livejournal聊天、Vkontakte、Ya.Online、Google Apps Talk账户\n- 多用户聊天(MUC)\n- 聊天记录\n- 导出记录至SD卡\n- 支持服务器端消息存档\n- 表情\n- 内文超链接支持(网页、YouTube、电子邮件、电话号码、XMPP URI)\n- 头像\n- 查看联系人信息(vCard)\n- 依分组或账户分组联系人\n- 联系人列表管理:添加/移除/编辑联系人、分组、订阅\n- 搜索联系人\n- 整合入电话的联系人列表(在聊天中打电话,在电话的联系人列表中开始聊天)\n- 为每位联系人修改通知设置\n- 基于关键短语的通知\n- 完整Unicode支持,用任何语言聊天\n- 纵向和横向视图\n- 流压缩(并非所有服务器都支持)\n- 资源/优先级\n- OTR加密\n- TLS支持\n- 旧SSL支持\n- SASL支持\n- 检查服务器证书\n- SRV记录和DNS循环支持\n- 联系人列表中显示客户端软件图标(Adium、Empathy、Gajim、Google Talk、iChat、Miranda、Pidgin、Psi、QIP、Xabber、Xabber VIP)\n- 键入状态支持\n- 消息送达通知\n- 于主屏幕链接到聊天\n\n支持(预设)的服务:\n- Google Talk(亦支持Google Apps)\n- Windows Live Messenger / MSN(需Android 2.2或以上)\n- Facebook聊天 \n- Livejournal聊天 \n- VKontakte \n- Ya.Online \n- QIP \n- Odnoklassniki \n \n即将加入:\n- 平板界面\n- 文件传输\n\n支持协议:\nRFC-3920: Core\nRFC-3921: Instant Messaging and Presence\nXEP-0030: Service Discovery\nXEP-0128: Service Discovery Extensions\nXEP-0115: Entity Capabilities\nXEP-0054: vcard-temp\nXEP-0153: vCard-Based Avatars\nXEP-0045: Multi-User Chat (incompletely)\nXEP-0078: Non-SASL Authentication\nXEP-0138: Stream Compression\nXEP-0203: Delayed Delivery\nXEP-0091: Legacy Delayed Delivery\nXEP-0199: XMPP Ping\nXEP-0147: XMPP URI Scheme Query Components\nXEP-0085: Chat State Notifications\nXEP-0184: Message Delivery Receipts\nXEP-0155: Stanza Session Negotiation\nXEP-0059: Result Set Management\nXEP-0136: Message Archiving\nXEP-0224: Attention\n\n查看Xabber开发版本以获得最新功能\n\nXabber源代码位于https://github.com/redsolution/xabber-android,在GNU GPLv3协议下释出。\n\n要获取更多信息,请访问我们的网站http://xabber.com,或Twitter上的@xabber_xmpp。</string>
<!-- Can be used for Google Play promotion -->
<string name="production_promo">多账户XMPP(Jabber)客户端</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="production_title">Xabber</string>
<string name="development_changes">+ 希伯来语、日语、瑞典语翻译\n* 许多翻译更新\n* 小修改\n感谢你们!</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="development_description">Xabber测试(可能不稳定)版——开源的Jabber(XMPP)客户端,支持多账户,界面干净简单。\n\n你可以安装此版本来帮助我们测试和开发Xabber。我们不保证稳定性,所以如果你不怎么有冒险精神,请使用常规版。但如果你确实敢于冒险,你会最早看到新功能!\n\nXabber源代码位于https://github.com/redsolution/xabber-android,在GNU GPLv3协议下释出。\n\n要获取更多信息,请访问我们的网站http://xabber.com,或Twitter上的@xabber_xmpp。\n\n如果你遇到了bug或有新点子,请发送电子邮件到:info+devel@xabber.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="development_title">Xabber开发版本</string>
<string name="production_changes">+ 使用Orbot实现的TOR支持\n+ 代理服务器支持\n+ 白俄罗斯语、波斯语、意大利语、葡萄牙语、乌克兰语、中文(中国)、中文(台湾)翻译\n* 修复了Android 4+上的通知\n* 修复了服务器侧聊天记录\n* 修复了退出时的行为\n* 修复了翻译\n* 小修复\n谢谢你们!</string>
<string name="short_description">开源且支持多账户的的XMPP(Jabber)客户端</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="vip_description">Xabber VIP版——开源的Jabber(XMPP)客户端,支持多账户,界面干净简单。免费且无广告,Xabber的设计目标是Android平台上最好的Jabber客户端。 \n\nVIP版并不比普通版好在哪里:程序图标中的金币是唯一的功能。你可以向他人炫耀你买了任何人都可以免费获得的东西。\n\n...</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="vip_title">Xabber VIP</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="EMPTY_NICK_NAME">昵称未指定</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="EMPTY_ROOM_NAME">会议未指定</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_context_menu.png -->
<string name="muc_join">加入会议</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_nick">昵称</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_nick_hint">你在会议中的昵称</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_password">密码</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_password_hint">密码不是必须的</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_room">会议</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_server">多用户聊天服务器</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_server_hint">conference.jabber.org</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="NICK_ALREADY_USED">昵称已被使用</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="ALREADY_IN_PROGRESS">已在进行</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="ALREADY_JOINED">已加入</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_add">加入会议</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_context_menu.png -->
<string name="muc_delete">移除会议</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_confirm.png -->
<string name="muc_delete_confirm">你真的要从账户%2$s中移除会议%1$s?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_context_menu.png -->
<string name="muc_edit">授权设置</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_invite.png -->
<string name="muc_invite_confirm">%2$s邀请你加入会议%3$s,以账户%1$s加入?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_invite.png -->
<string name="muc_invite_confirm_reason">%2$s邀请你加入会议%3$s:%4$s,以账户%1$s加入?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_context_menu.png -->
<string name="muc_leave">离开会议</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_save">保存会议</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="account_quantity_1">账户</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="account_quantity_2">账户</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="account_quantity_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_offline.png -->
<string name="account_quantity_offline_1">账户</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_offline.png -->
<string name="account_quantity_offline_2">账户</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_offline.png -->
<string name="account_quantity_offline_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_authorization.png -->
<string name="AUTHENTICATION_FAILED">认证错误</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_contact_quantity_1">联系人</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_contact_quantity_2">联系人</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_contact_quantity_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_message_quantity_1">消息</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_message_quantity_2">消息</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_message_quantity_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_status">%3$d位%4$s的%1$d条%2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="connection_state_connected_1">%2$d个中的%1$d个%3$s在线</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="connection_state_connected_2">%2$d个中的%1$d个%3$s在线</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="connection_state_connected_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connecting.png -->
<string name="connection_state_connecting_1">%2$d个中的%1$d个%3$s连接中</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connecting.png -->
<string name="connection_state_connecting_2">%2$d个中的%1$d个%3$s连接中</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connecting.png -->
<string name="connection_state_connecting_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_waiting.png -->
<string name="connection_state_waiting_1">%2$d个中的%1$d个%3$s等待连接</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_waiting.png -->
<string name="connection_state_waiting_2">%2$d个中的%1$d个%3$s等待连接</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_waiting.png -->
<string name="connection_state_waiting_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_offline.png -->
<string name="connection_state_offline">%1$d个%2$s离线</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/message_archive.png -->
<string name="archive_available_request_message">你想要在服务器上保存聊天记录吗?\n这会使Xabber可加载使用此账户的所有设备的聊天记录。\n此功能会带来一些额外流量并会稍许降低连接速度。\n警告:你的所有本地历史会被删除。</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_archive.png -->
<string name="archive_available_request_title">启用消息存档?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_certificate.png -->
<string name="INVALID_CERTIFICATE">无效证书</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_invite.png -->
<string name="muc_invite_message">你要加入会议吗?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_otr_progress.png -->
<string name="otr_verification_in_progress">点击此处放弃</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_password.png -->
<string name="PASSWORD_REQUIRED">要求密码</string>
<string name="pay_attention">注意</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_subscription.png -->
<string name="subscription_request_message">授权请求</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases.png -->
<string name="events_phrases_title">关键短语</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases.png -->
<string name="phrase_add">添加短语</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_remove.png -->
<string name="phrase_delete">删除短语</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_remove.png -->
<string name="phrase_delete_confirm">你真的要删除短语:%s?</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases.png -->
<string name="phrase_empty">&lt; 文字 &gt;</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_group">属于分组</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_regexp">正则表达式</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_sound">声音\n选择通知提示音</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_text">搜索条件</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_user">联系人的Jabber ID部分</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_debug.png -->
<string name="cache_clear">清除缓存\n清除所有本地数据,可释放部分空间</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_debug_cache.png -->
<string name="cache_clear_warning">你真的要删除聊天记录和其他本地数据?账户和名册数据将不受影响,应用程序会被关闭。</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_send_by_enter">按Enter发送\n消息可按Enter按钮发送</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_go_away">自动离开\n屏幕锁定时自动设置离开状态</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_02.png -->
<string name="contacts_order">排序联系人\n允许设置联系人显示顺序</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_sort.png -->
<string name="contacts_order_alphabet">依字母序</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_sort.png -->
<string name="contacts_order_status">依状态</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_accounts">依账户分组\n在联系人列表中依账户分组</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_02.png -->
<string name="contacts_show_active_chats">在顶部显示进行中的聊天\n将进行中的聊天显示在联系人列表顶部</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_avatars">显示头像\n在联系人列表中显示用户的头像</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_02.png -->
<string name="contacts_show_empty_groups">显示空分组\n显示没有在线联系人的分组</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_groups">显示分组\n在联系人列表中显示分组</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_offline">显示离线的联系人</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_panel">显示账户面板\n在联系人列表最顶显示账户头像</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_02.png -->
<string name="contacts_stay_active_chats">复制进行中的聊天\n进行中的聊天在联系人列表顶部和所属分组中均会出现</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_debug.png -->
<string name="debug_log">调试日志\n将消息写入调试日志(请重启程序来应用设置)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_lightning">灯光提示\n通知时闪烁LED</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_persistent">状态栏图标\n显示永久通知,防止Android从内存中卸除应用程序</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_sound">声音提示\n选择提示音</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_vibro">震动\n通知时震动</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance.png -->
<string name="interface_theme">主题\n主题设置</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_skin.png -->
<string name="interface_theme_dark">暗色</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_skin.png -->
<string name="interface_theme_light">亮色</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_skin.png -->
<string name="interface_theme_normal">默认</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance.png -->
<string name="interface_smiles">表情\n表情设置</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_smiles.png -->
<string name="interface_smiles_android">Android表情</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_smiles.png -->
<string name="interface_smiles_none">无图像表情</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_connection">连接设置\n连接设置</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_contacts">联系人列表\n自定义联系人列表外观</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_02.png -->
<string name="preference_debug">调试设置\n帮助程序员改进Xabber的设置</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu.png -->
<string name="preference_editor">设置</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_events">通知\n通知设置</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_interface">主题设置\n外观设置</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_02.png -->
<string name="about_viewer">关于</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_divide">在新行显示消息\n将消息显示到新行上</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_new_line.png -->
<string name="chats_divide_portrait">在纵向模式</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_font_size">文字大小\n消息中的文字大小</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_font_size.png -->
<string name="chats_font_size_large"></string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_font_size.png -->
<string name="chats_font_size_normal"></string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_font_size.png -->
<string name="chats_font_size_small"></string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_font_size.png -->
<string name="chats_font_size_xlarge">特大</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_hide_keyboard">隐藏键盘\n在消息发送后隐藏软键盘</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_keyboard.png -->
<string name="chats_hide_keyboard_landscape">在横向模式</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_02.png -->
<string name="chats_receipt">消息送达通知\n发送和接收消息送达通知</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_show_avatars">在消息中显示头像\n在每条消息旁显示头像</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_show_status_change">显示状态变更\n显示和状态变更有关的消息</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_status.png -->
<string name="chats_show_status_change_muc">在会议中</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_state_notification">显示键入通知\n通知你正在输入</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_adjust_priority">调整优先级\n依据选择的状态设置优先级,账户的优先级会被覆盖</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="connection_go_away_immediately">锁定屏幕后</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_go_xa">空闲时“远远离开”\n在屏幕锁定时设置“远远离开”</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_priority">优先级设置</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_start_at_boot">于Android启动时运行\n在Android启动时运行应用程序,当Xabber被安装在SD卡上时不工作</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_wake_lock">防止睡眠\n会减低电池续航时间</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_wifi_lock">保持Wi-Fi唤醒\n在待机时保持Wi-Fi激活,会减低电池续航时间</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_reset_offline">重设离线设置\n清除对某一账户或群组所作的设置</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_reset_offline.png -->
<string name="contacts_reset_offline_warning">你真的要清除对某一账户或群组所作的设置吗?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_02.png -->
<string name="events_first_only">在头一消息提醒\n只提醒聊天中的第一条消息</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_ignore_system_vibro">忽略系统震动设置\n在系统震动不工作时使用此选项</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_02.png -->
<string name="events_message">通知设置\n修改对新消息的通知设置</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_where.png -->
<string name="events_message_chat">仅聊天</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_where.png -->
<string name="events_message_chat_and_muc">聊天和会议</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_where.png -->
<string name="events_message_none">不通知</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_02.png -->
<string name="events_show_text">在通知中显示消息\n在通知区域显示消息文本</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_02.png -->
<string name="events_visible_chat">在当前聊天中通知\n对当前聊天中收到的消息通知</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_02.png -->
<string name="negative_priotiry_summary">%s(你将不会收到任何消息)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_accounts">XMPP账户\n管理你的账户</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_02.png -->
<string name="preference_security">安全\n安全设置</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security.png -->
<string name="security_check_certificate">检查服务器证书\n通知有关连接加密的证书问题</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security.png -->
<string name="security_clear_certificate">删除证书\n清除忽略的证书列表</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security.png -->
<string name="security_otr_history">保存历史\n保存OTR会话历史</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security.png -->
<string name="security_otr_mode">OTR模式</string>
<string name="chats_attention">注意\n响应传入的注意请求</string>
<string name="chats_attention_sound">注意声音\n选择提示音</string>
<string name="connection_load_vcard">加载vCard\n加载和更新联系人的个人信息和头像,禁用以减少流量</string>
<string name="events_phrases">关键短语\n对包含特定短语的消息设置特定提示音</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_remove.png -->
<string name="security_clear_certificate_warning">你真的要清除所有忽略的证书吗?</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_question.png -->
<string name="otr_answer">安全答案:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_question.png -->
<string name="otr_question">安全问题:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_question.png -->
<string name="otr_question_description">使用安全问题来验证双方。</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_secret.png -->
<string name="otr_secret">共享秘密:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_secret.png -->
<string name="otr_secret_description">使用共享秘密来验证双方。</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="available">可用</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="away">离开</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="chat">请和我聊天</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="clear_statuses">删除保存的状态信息</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="dnd">忙碌</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_context_menu.png -->
<string name="edit_status">编辑状态</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="empty_status">&lt;&gt;</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="invisible">隐身</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_context_menu.png -->
<string name="remove_status">删除状态</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_context_menu.png -->
<string name="select_status">设置状态</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="status_editor">改变状态</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="status_editor_for">改变%s的状态</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="status_text_hint">设置你的状态</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="unavailable">离线</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="unsubscribed">未授权</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="xa">远远离开</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in10m">10分钟后</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in15m">15分钟后</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in1h">1小时后</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in1m">1分钟后</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in2m">2分钟后</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in30m">30分钟后</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in5m">5分钟后</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_status.png -->
<string name="always">总是</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_otr.png -->
<string name="disabled">禁用</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_otr.png -->
<string name="manual">手动</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_status.png -->
<string name="never">从不</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_otr.png -->
<string name="required">要求</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_otr.png -->
<string name="auto">自动</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/about_viewer.png -->
<string name="about_copyright">© Redsolution LTD, 2010-2014</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/about_viewer.png -->
<string name="about_feedback">mailto:info@xabber.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/about_viewer.png -->
<string name="about_site">http://www.xabber.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/about_viewer.png -->
<string name="about_version">版本:%s</string>
<string name="about_license">許可協議:GNU GPLv3\n<a href="https://github.com/redsolution/xabber-android">開放原始碼軟體</a></string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_compression">使用壓縮</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_editor_title">%1$s帳號%2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_enabled">啟用</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_host">伺服器</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_password">密碼</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_port"></string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_priority">優先順序</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_resource">資源</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_server_name"></string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type">帳號類別</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_facebook">facebook.com使用者名稱(不是電子郵件位址)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_gtalk">gmail.com或Google Apps上的使用者名稱</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_livejournal">livejournal.com使用者名稱</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_qip">qip.ru使用者名</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_vkontakte">vkontakte.ru使用者名稱或ID(不是電子郵件位址)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_xmpp">name@example.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_ya">yandex.ru使用者名稱(不是電子郵件位址)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_facebook">您不能用電子郵箱登入Facebook聊天,請提供您的Facebook使用者名稱和密碼。請參閱http://www.facebook.com/sitetour/chat.php。</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_gtalk">如果您沒有Google帳號,你可在http://mail.google.com建立\n您也可以使用your_user_name@your_google_domain</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_livejournal">如果您沒有Livejournal帳號,您可在http://livejournal.com建立。</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_qip">如果您沒有QIP帳號,您可在http://qip.ru建立。</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_vkontakte">您可輸入名字(如masha.v.kontakte)或ID(id123456),您不能用電子郵箱登入VKontakte聊天,請提供您的Vkontakte.ru使用者名稱和密碼。請參閱http://vk.com/help.php?page=jabber。</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_xmpp">要了解更多XMPP(Jabber)訊息,請參閱https://xmpp.org\n要註冊新XMPP帳號,請參閱https://register.jabber.org,或任一Jabber伺服器。</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_ya">如果您沒有Ya.Online帳號,您可在http://yandex.com建立。</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_facebook">Facebook</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_gtalk">Google Talk</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_livejournal">LiveJournal</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_qip">QIP</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_vkontakte">VKontakte</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_xmpp">XMPP</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_ya">Ya.Online</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_user_name">使用者名稱</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_error.png -->
<string name="EMPTY_SERVER_NAME">域未指定</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_error.png -->
<string name="EMPTY_USER_NAME">使用者名稱未指定</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_03.png -->
<string name="account_archive_mode">保存聊天記錄</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_available">於伺服器,如可能</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_dont_store">不儲存</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_local">於本地</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_server">於伺服器</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_history.png -->
<string name="account_archive_mode_unread">於本地,僅未發和未讀</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_compression_summary">勾選以啟用資料壓縮</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_custom">自訂伺服器</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_custom_summary">使用自訂伺服器而不是SRV記錄</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_enabled_summary">勾選以啟用帳號</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_error.png -->
<string name="account_invalid_port">埠必須是整數(預設:5222)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_error.png -->
<string name="account_invalid_priority">優先順序必須是-128至128間的整數(預設:10)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_wlm.png -->
<string name="account_oauth">授權</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_oauth_not_authorized.png -->
<string name="account_oauth_invalidated">未授權</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_wlm.png -->
<string name="account_oauth_summary">OAuth設定</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_gtalk.png -->
<string name="account_protocol_gtalk_title">Google Talk</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_wlm.png -->
<string name="account_protocol_wlm_title">WLM</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_protocol_xmpp_title">XMPP</string>
<string name="account_proxy_host">代理主機</string>
<string name="account_proxy_password">代理密碼</string>
<string name="account_proxy_port">代理埠</string>
<string name="account_proxy_type">代理型別</string>
<string name="account_proxy_type_http">HTTP</string>
<string name="account_proxy_type_none">禁用</string>
<string name="account_proxy_type_orbot">Orbot</string>
<string name="account_proxy_type_socks4">SOCKS4</string>
<string name="account_proxy_type_socks5">SOCKS5</string>
<string name="account_proxy_user">代理用戶</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_sasl">使用SASL認證(推薦)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_sasl_summary">舊伺服器請勿啟用</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_store_password">儲存密碼</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_store_password_summary">禁用此選項,您將每次登入時都需輸入密碼</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_syncable">與系統聯絡人整合</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_01.png -->
<string name="account_syncable_summary">在電話的聯絡人中顯示此帳號的聯絡人</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_tls.png -->
<string name="account_tls_enable">啟用TLS</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_tls_enable_summary">在連線伺服器時儘可能使用TLS加密</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_tls.png -->
<string name="account_tls_legacy">傳統SSL</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_tls_legacy_summary">在連線伺服器時使用傳統SSL</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_tls_mode">TLS/SSL用法</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_tls.png -->
<string name="account_tls_require">要求TLS</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_02.png -->
<string name="account_tls_require_summary">在連線伺服器時要求TLS加密</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_odnoklassniki">您必須使用ID(如123456)作為使用者名稱。您不能使用電子郵箱、登入名稱或電話號碼登入Odnoklasniki聊天。你的ID可在http://www.odnoklassniki.ru/settings取得</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_helps_wlm">您將會被引導到http://live.com來輸入使用者名稱和密碼</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_odnoklassniki">odnoklassniki.ru的ID(不是登入名稱或電子郵箱)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add.png -->
<string name="account_type_hints_wlm">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_odnoklassniki">Odnoklassniki</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_type.png -->
<string name="account_type_names_wlm">Windows Live Messenger</string>
<string name="account_use_orbot">透過TOR匿名網路聊天並要求TLS加密\n不推薦應用於Google Talk</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_editor_confirm.png -->
<string name="confirm_cancellation">您確定要放棄所有修改嗎?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_add_error.png -->
<string name="INCORRECT_USER_NAME">錯誤的使用者名稱,請參考下方的說明。</string>
<string name="orbot_required_message">要使用TOR,您必須安裝並啟用Orbot。想要從Google Play安裝嗎?</string>
<string name="orbot_required_title">安裝Orbot?</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list_confirm.png -->
<string name="account_delete_confirm">你真的要刪除帳號 %s?\n(帳號只會從Xabber刪除,不會影響伺服器)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_add">新增帳號</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list_context_menu.png -->
<string name="account_delete">刪除帳號</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list_context_menu.png -->
<string name="account_editor">編輯帳號</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_authentication">認證中</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_connected">在線</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_connecting">連線中</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_disconnecting">斷線中</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_offline">離線</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/account_list.png -->
<string name="account_state_waiting">等待重連</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="development_changes_77">+ 捷克語 (Czech translations)\n+ 呼叫提醒(Call attention feature)\n+ 基於關鍵詞的通知 (Notifications based on key phrase)\n+ 可取消訊息收件回執(Option to disable message delivery receipts) \n+ 聊天室中的管理員清單 (List of occupants in a chat room (view only))\n* 修正些許錯誤 (Multiple minor fixes)\n* 修正部分翻譯 (Multiple translations fixed)\nThank you folks!</string>
<string name="development_changes_79">+ 使用Orbot實作的TOR支援\n+ 代理伺服器支援\n+ 白俄羅斯語、波斯語、義大利語、葡萄牙語、烏克蘭語、中文(中國)、中文(台灣)翻譯\n* 修復了Android 4+上的通知\n* 修復了伺服器側聊天記錄\n* 修復了結束時的行為\n* 修復了翻譯\n* 小修復\n謝謝你們!</string>
<string name="production_changes_47">+ Xabber 源始碼可在GitHub取得\n+ 捷克語 (Czech translations) \n+ 呼叫提醒(Call attention feature) \n+ 基於關鍵詞的通知 (Notifications based on key phrase) \n+ 可取消訊息收件回執(Option to disable message delivery receipts) \n+ 聊天室中的管理員清單 (List of occupants in a chat room (view only)) \n* 修正些許錯誤 (Multiple minor fixes) \n* 修正部分翻譯 (Multiple translations fixed)\nThank you folks!</string>
<string name="production_changes_48">+ 支援TOR(使用 Orbot)\n+ 支援代理伺服器\n+ 白俄羅斯語、波斯語、義大利語、葡萄牙語、烏克蘭語、中文(中國)、中文(台灣)翻譯\n* 修復了Android 4+上的通知\n* 修復了伺服器聊天記錄\n* 修復了結束時的錯誤\n* 修復了翻譯\n* 其它小修復\n謝謝你們!</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_text">%1$s的新狀態:%2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_text_none">%1$s清空了狀態</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_join">%1$s加入了會議</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_kick">%1$s被踢出</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_account_is_offline.png -->
<string name="account_is_offline">您目前離線中,發送的訊息會在您下次上線後送出。</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer.png -->
<string name="chat_delay">訊息已於%s發送</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer.png -->
<string name="chat_input_hint">請在此輸入您的訊息</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_switch.png -->
<string name="chat_page">第%1$d個,共%2$d個聊天</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer.png -->
<string name="chat_send">發送</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="clear_history">清除歷史</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="clear_message">清除文字</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_contact_is_offline.png -->
<string name="contact_is_offline">對方不在線上,他上線後將會收到您的訊息</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="ENTRY_IS_NOT_AVAILABLE">聯絡人無法使用</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="FILE_NOT_FOUND">檔案未找到</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_context_menu.png -->
<string name="message_copy">複製</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_context_menu.png -->
<string name="message_quote">參照</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_context_menu.png -->
<string name="message_remove">從歷史中移除</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_context_menu.png -->
<string name="message_repeat">重試發送</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_settings.png -->
<string name="save_history">保存本地歷史\n在本地保存訊息歷史</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu.png -->
<string name="show_history">顯示歷史</string>
<string name="action_attention_called">已發送提醒</string>
<string name="action_attention_requested">被請求提醒</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_ban">%1$s被禁言</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_ban_by">%1$s被%2$s禁言</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_invite_error">邀請未被%s接收</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_invite_sent">邀請已發給%s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_join_complete">你已作為%1$s加入聊天</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_join_complete_to">你已加入聊天%1$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_kick_by">%1$s被%2$s踢出</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_leave">%1$s離開聊天</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_nickname">%1$s更改暱稱為%2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_encryption">加密已啟用但此聯絡人未被驗證。請在OTR加密選單中驗證。</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_error">OTR錯誤:%1$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_finish">對方已離開加密對話,議您應該也離開或重新對話。</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_finished_session">訊息未被發送,請離開或重新對話。</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_plain">您已離開加密對話</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_cheated">對方試圖在驗證過程中作弊</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_failed">驗證失敗</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_not_approved">您對安全問題的回答已被確認。您也應該詢問對方,或檢查共享金鑰。</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_unverified">驗證失敗</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_smp_verified">驗證成功完成</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_unreadable">無法讀取收到的加密訊息</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="action_otr_verified">已啟用加密</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_available">%1$s上線了</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_away">%1$s離開了</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_chat">請和%1$s聊天</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_dnd">%1$s去忙了</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_unavailable">%1$s下線了</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_xa">%1$s遠遠離開了</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_subject">%1$s將主題改為:%2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="ATTENTION_IS_NOT_SUPPORTED">聯絡人不支援或已禁用提醒</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="call_attention">請求注意</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu.png -->
<string name="chat_settings">聊天設定</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_typing.png -->
<string name="chat_state_composing">輸入中…</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_paused.png -->
<string name="chat_state_paused">輸入完成…</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer.png -->
<string name="chat_typed">訊息於%s輸入</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="export_chat">匯出聊天記錄</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/export_chat_done.png -->
<string name="export_chat_done">記錄已被匯出到SD卡</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/export_chat.png -->
<string name="export_chat_mask">%2$s與%1$s.html</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/export_chat.png -->
<string name="export_chat_send">匯出後發送</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/export_chat.png -->
<string name="export_chat_title">輸入檔名</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_conference.png -->
<string name="muc_invite">邀請加入聊天</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_leaved.png -->
<string name="muc_is_unavailable">您的訊息無法送達,請加入聊天</string>
<string name="occupant_list">使用者清單</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
<string name="otr_encryption">OTR加密</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_end">停止加密</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_refresh">重新加密</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="otr_request">已被請求Off-the-Record私人對話,但已啟用沒有支援此功能的元件。在PC/Mac上請使用Pidgin,Gajim或Adium,在Android上請使用Xabber或ChatSecure。請參見http://otr.cypherpunks.ca/</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_01.png -->
<string name="otr_start">開始加密</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="otr_unencrypted_message">訊息未被加密</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_otr_status.png -->
<string name="otr_unreadable_message">無法讀取您發送的加密訊息</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_otr_progress.png -->
<string name="otr_verification">OTR驗證</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_verify_fingerprint">以指紋驗證</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_verify_question">以問題驗證</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string name="otr_verify_secret">已共享的金鑰驗證</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_ADD_TO_GROUP">錯誤:無法新增至群組</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_CREATE_CONTACT">錯誤:新增聯絡人失敗</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_REMOVE_CONTACT">錯誤:刪除聯絡人失敗</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_REMOVE_FROM_GROUP">錯誤:無法從群組中移除</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_REMOVE_GROUP">錯誤:未能刪除分組</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="CANNOT_RENAME_GROUP">錯誤:無法變更群組名稱</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_add.png -->
<string name="contact_account">帳號</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor.png -->
<string name="contact_editor_title">編輯%s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor.png -->
<string name="contact_group">選擇群組</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_add.png -->
<string name="contact_name">別名(可選)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_add_confirm.png -->
<string name="contact_subscribe_confirm">您要新增聯絡人%1$s到帳號%2$s?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_add.png -->
<string name="contact_user">聯絡人名稱</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="ENTRY_IS_NOT_FOUND">未找到該聯絡人</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor.png -->
<string name="group_add">建立新群組</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor.png -->
<string name="group_default">朋友</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="group_exists">已有同名群組存在</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="group_is_empty">設定群組名稱</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/group_add.png -->
<string name="group_name">群組名稱</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="choose_account">選擇帳號</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_editor_error.png -->
<string name="EMPTY_ACCOUNT">請選擇帳號</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="accept_subscription">接受訂閱請求</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="account_reconnect">重連</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_add_account.png -->
<string name="application_action_disabled">管理帳號</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_add_account.png -->
<string name="application_action_empty">新增帳號</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_action_no_contacts">新增聯絡人</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_action_no_online">顯示離線聯絡人</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_action_offline">上線</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_action_waiting">重新連線</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_connecting">連線中…</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_add_account.png -->
<string name="application_state_disabled">該帳號已停用</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_empty">你沒有任何帳號</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_no_contacts">您沒有聯絡人</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_no_online">無人在線上</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_offline">沒有帳號在線上</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_roster">已連線</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_loading.png -->
<string name="application_state_starting">啟動程式…</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_suggestion.png -->
<string name="application_state_waiting">等待連線…</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu_extra.png -->
<string name="chat_list">聊天清單</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="chat_list_is_empty">沒有進行中的聊天</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="chat_viewer">聊天</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="close_chat">結束聊天</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="CONNECTION_FAILED">連線錯誤</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu.png -->
<string name="contact_add">新增聯絡人</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="contact_delete">刪除</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_confirm.png -->
<string name="contact_delete_confirm">您確定要從帳號%2$s中刪除聯絡人%1$s嗎?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="contact_editor">編輯</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list.png -->
<string name="contact_list">聯絡人清單</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="discard_subscription">拒絕訂閱請求</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu.png -->
<string name="exit">結束</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list.png -->
<string name="group_active_chat">進行中的聊天</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list.png -->
<string name="group_none">未分組</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_context_menu.png -->
<string name="group_remove">刪除群組</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_confirm.png -->
<string name="group_remove_confirm">你確要刪除群組%s?群組中的聯絡人仍會留在聯絡人清單中。</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_context_menu.png -->
<string name="group_rename">變更群組名稱</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="NO_SUCH_ACCOUNT">無法找到該帳號</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="NOT_CONNECTED">無法建立連線</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="request_subscription">訂閱請求</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="XMPP_EXCEPTION">串流錯誤</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_closing.png -->
<string name="application_state_closing">正在保存設定…\n應用程式很快將關閉。</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_confirmation">%1$s。\n您真的信任具有SHA-1指紋%2$s的證書嗎?您是否希望不再被通知關於此證書的驗證。</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check_details.png -->
<string name="certificate_details">\n\n頒發給:\n通用名(CN):%1$s\n組織(O):%2$s\n組織單位(OU):%3$s\n序列號:%4$s\n\n頒發者:\n通用名(CN):%5$s\n組織(O):%6$s\n組織單位(OU):%7$s\n\n有效期:\n有效起始日期:%8$s\n有效終止日期:%9$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_invalid_chane">簽名鏈驗證失敗</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_invalid_target">目標驗證失敗</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_self_signed">自簽名證書</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/certificate_check.png -->
<string name="certificate_show_details">詳情…</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu.png -->
<string name="close_chats">關閉所有聊天</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_integration.png -->
<string name="contact_integration_suggest">您希望將Xabber整合進系統的聯絡人嗎?\n可在「設定」→「XMPP帳號」→您的帳號→「聯絡人與系統整合」處修改。\n註:系統聯絡人可能會有幾分鐘變得遲緩</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list.png -->
<string name="group_room">會議</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_error.png -->
<string name="OTR_ERROR">OTR錯誤</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_invite.png -->
<string name="select_contact">點選以選擇聯絡人</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_show_offline.png -->
<string name="show_offline_always">總是顯示</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_show_offline.png -->
<string name="show_offline_never">總不顯示</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_show_offline.png -->
<string name="show_offline_normal">使用一般設定</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_group_context_menu.png -->
<string name="show_offline_settings">顯示離線聯絡人</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_boot.png -->
<string name="start_at_boot_suggest">希望在系統啟動時執行Xabber?\n可在「設定」→「連線設定」→「於Android啟動時執行」處修改</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="contact_viewer">檢視訊息</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_for">檢視關於%s的訊息</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_xmpp">XMPP</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_jid">Jabber ID</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_name">Jabber名</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_resources">資源</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_resource_summary">資源:%1$s\n優先順序:%2$d\n客戶端:%3$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="contact_viewer_client_info">%1$s,類別:%2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_person">個人訊息</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_nick_name">暱稱</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_formatted_name">姓名</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_prefix_name">前綴</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_given_name"></string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_middle_name">中間名</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_family_name"></string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_name.png -->
<string name="vcard_suffix_name">前綴</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_birth_date">生日</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_url">網址</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_organization">公司</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_title">職銜</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_personal.png -->
<string name="vcard_role">角色</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_other">其他訊息</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_categories">分類</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_decsription">描述</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_common.png -->
<string name="vcard_note">備註</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address">地址</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_pobox">信箱</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_extadr">地址補充</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_street">街道</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_locality">地點</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_region">區域</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_pcode">郵遞區號</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_address_ctry">國家</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_telephone">電話</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_email">電子信箱</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type">標籤</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_home"></string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_work">工作</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_postal">郵政</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_parcel">包裹</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_dom">國內</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_intl">國際</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_pref">首選的</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_voice">語音</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_fax">傳真</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_pager">傳呼</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_cell">手機</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_video">視訊</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_bbs">BBS</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_modem">數據機</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_msg">語音訊息</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_isdn">ISDN</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_pcs">PCS</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_internet">網際網路</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_contact.png -->
<string name="vcard_type_x400">X400</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="please_wait">請稍候…</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_viewer_xmpp.png -->
<string name="unknown">未知</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_fingerprint_description">對方可提供他的指紋,您可與此處提供的相比對,以確認他確實是您所認為的人。您不應使用XMPP進行此項作業。</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_is_verified">此聯絡人被信任</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_local_fingerprint">您的指紋:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_remote_fingerprint">對方的指紋:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_scan_fingerprint">掃描對方指紋的QR碼</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_show_fingerprint">顯示您指紋的QR碼</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint_play.png -->
<string name="zxing_install_fail">未安裝Google Play,請手動安裝Barcode Scanner。</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint_scanner.png -->
<string name="zxing_install_message">這應用程式需要Barcode Scanner,您想要安裝嗎?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_fingerprint.png -->
<string name="otr_copy_fingerprint">複製指紋到剪貼簿</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="production_description">自由軟體的Jabber(XMPP)客戶端,支援多帳號,界面乾淨簡單。免費且無廣告,Xabber的設計目標是成為Android平台上最好的Jabber客戶端。\n\n特點:\n- 多帳號\n- 在多個聊天間快速切換\n- 豐富的聯絡人、群組顯示設定\n- 與所有標準XMPP伺服器相容\n- 預設Google Talk、Facebook聊天、Livejournal聊天、Vkontakte、Ya.Online、Google Apps Talk帳號\n- 多使用者聊天(MUC)\n- 聊天記錄\n- 匯出記錄至SD卡\n- 支援伺服器端訊息存檔\n- 表情\n- 內文超連結支援(網頁、YouTube、電子郵件、電話號碼、XMPP URI)\n- 大頭貼\n- 檢視聯絡人訊息(vCard)\n- 依群組或帳號分組聯絡人\n- 聯絡人清單管理:新增/移除/編輯聯絡人、群組、訂閱\n- 搜尋聯絡人\n- 整合電話的聯絡人清單(在聊天中打電話,在電話的聯絡人列表中開始聊天)\n- 可針對每位聯絡人修改通知設定\n- 基於關鍵字的通知\n- 完整Unicode支援,用任何語言聊天\n- 縱向和橫向檢視\n- 串流壓縮(並非所有伺服器都支援)\n- 資源/優先順序\n- OTR加密\n- TLS支援\n- 舊SSL支援\n- SASL支援\n- 檢查伺服器證書\n- SRV記錄和DNS迴圈支援\n- 聯絡人清中顯示客戶端軟體圖示(Adium、Empathy、Gajim、Google Talk、iChat、Miranda、Pidgin、Psi、QIP、Xabber、Xabber VIP)\n- 輸入狀態支援\n- 訊息送達通知\n- 於主螢幕連結到聊天\n\n支援(預設)的服務:\n- Google Talk(亦支援Google Apps)\n- Windows Live Messenger / MSN(需Android 2.2或以上)\n- Facebook聊天 \n- Livejournal聊天 \n- VKontakte \n- Ya.Online \n- QIP \n- Odnoklassniki \n \n即將加入:\n- 平板界面\n- 檔案傳輸\n\n支援協議:\nRFC-3920: Core\nRFC-3921: Instant Messaging and Presence\nXEP-0030: Service Discovery\nXEP-0128: Service Discovery Extensions\nXEP-0115: Entity Capabilities\nXEP-0054: vcard-temp\nXEP-0153: vCard-Based Avatars\nXEP-0045: Multi-User Chat (incompletely)\nXEP-0078: Non-SASL Authentication\nXEP-0138: Stream Compression\nXEP-0203: Delayed Delivery\nXEP-0091: Legacy Delayed Delivery\nXEP-0199: XMPP Ping\nXEP-0147: XMPP URI Scheme Query Components\nXEP-0085: Chat State Notifications\nXEP-0184: Message Delivery Receipts\nXEP-0155: Stanza Session Negotiation\nXEP-0059: Result Set Management\nXEP-0136: Message Archiving\nXEP-0224: Attention\n\n檢視Xabber開發版以獲得最新功能\n\nXabber原始碼位於https://github.com/redsolution/xabber-android,在GNU GPLv3協議下釋出。\n\n如需更多訊息,請參閱我們的網站http://xabber.com,或Twitter上的@xabber_xmpp。</string>
<!-- Can be used for Google Play promotion -->
<string name="production_promo">多帳號XMPP(Jabber)客戶端</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="production_title">Xabber</string>
<string name="development_changes">+ 希伯來語,日語,瑞典語翻譯\n* 許多翻譯更新\n* 小修改\n感謝你們!</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="development_description">Xabber測試(可能不穩定)版——自由軟體的Jabber(XMPP)客戶端,支援多帳號,界面乾淨簡單。\n\n您可以安裝此版本來幫助我們測試和開發Xabber。我們不保證穩定性,所以如果您不怎麼有冒險精神,請使用一般版。但如果您確實敢於冒險,您會最早看到新功能!\n\nXabber原始碼位於https://github.com/redsolution/xabber-android,在GNU GPLv3協議下釋出。 \n \n如要獲取更多訊息,請參觀我們的網站http://xabber.com,或Twitter上的@xabber_xmpp。\n\n如果您遇到了bug或有新點子,請發送電子郵件到:info+devel@xabber.com</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="development_title">Xabber開發版</string>
<string name="production_changes">+ 支援TOR(使用 Orbot)\n+ 支援代理伺服器\n+ 白俄羅斯語、波斯語、義大利語、葡萄牙語、烏克蘭語、中文(中國)、中文(台灣)翻譯\n* 修復了Android 4+上的通知\n* 修復了伺服器聊天記錄\n* 修復了結束時的錯誤\n* 修復了翻譯\n* 其它小修復\n謝謝你們!</string>
<string name="short_description">開源且支持多賬戶的的XMPP(Jabber)客戶端</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="vip_description">Xabber VIP版——開源的Jabber(XMPP)客戶端,支援多賬戶,介面乾淨簡單。免費且無廣告,Xabber的設計標的是Android平台上最好的Jabber客戶端。 \n\nVIP版並不比普通版好在哪裡:程式圖示中的金幣是唯一的功能。你可以向他人炫耀你買了任何人都可以免費獲得的東西。\n\n...</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/market.png -->
<string name="vip_title">Xabber VIP</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="EMPTY_NICK_NAME">暱稱未指定</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="EMPTY_ROOM_NAME">會議未指定</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_context_menu.png -->
<string name="muc_join">加入會議</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_nick">暱稱</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_nick_hint">你在會議中的暱稱</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_password">密碼</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_password_hint">密碼不是必須的</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_room">會議</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_server">多使用者聊天伺服器</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_server_hint">conference.jabber.org</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="NICK_ALREADY_USED">暱稱已被使用</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="ALREADY_IN_PROGRESS">已在進行</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string name="ALREADY_JOINED">已加入</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_add">加入會議</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_context_menu.png -->
<string name="muc_delete">移除會議</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_confirm.png -->
<string name="muc_delete_confirm">你真的要從帳號%2$s中移除會議%1$s?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_context_menu.png -->
<string name="muc_edit">授權設定</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_invite.png -->
<string name="muc_invite_confirm">%2$s邀請你加入會議%3$s,以帳號%1$s加入?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_invite.png -->
<string name="muc_invite_confirm_reason">%2$s邀請你加入會議%3$s:%4$s,以帳號%1$s加入?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_context_menu.png -->
<string name="muc_leave">離開會議</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string name="muc_save">保存會議</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="account_quantity_1">帳號</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="account_quantity_2">帳號</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="account_quantity_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_offline.png -->
<string name="account_quantity_offline_1">帳號</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_offline.png -->
<string name="account_quantity_offline_2">帳號</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_offline.png -->
<string name="account_quantity_offline_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_authorization.png -->
<string name="AUTHENTICATION_FAILED">認證錯誤</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_contact_quantity_1">聯絡人</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_contact_quantity_2">聯絡人</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_contact_quantity_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_message_quantity_1">訊息</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_message_quantity_2">訊息</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_message_quantity_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_message.png -->
<string name="chat_status">%3$d位%4$s的%1$d條%2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="connection_state_connected_1">%2$d個中的%1$d個%3$s在線上</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="connection_state_connected_2">%2$d個中的%1$d個%3$s在線上</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connected.png -->
<string name="connection_state_connected_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connecting.png -->
<string name="connection_state_connecting_1">%2$d個中的%1$d個%3$s連線中</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connecting.png -->
<string name="connection_state_connecting_2">%2$d個中的%1$d個%3$s連線中</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_connecting.png -->
<string name="connection_state_connecting_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_waiting.png -->
<string name="connection_state_waiting_1">%2$d個中的%1$d個%3$s等待連線</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_waiting.png -->
<string name="connection_state_waiting_2">%2$d個中的%1$d個%3$s等待連線</string>
<!-- Used for plural form in russian. http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_waiting.png -->
<string name="connection_state_waiting_5">-</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_offline.png -->
<string name="connection_state_offline">%1$d個%2$s離線</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/message_archive.png -->
<string name="archive_available_request_message">您想要在伺服器上保存聊天記錄嗎?\n這會使Xabber可載入使用此帳號的所有裝置的聊天記錄。\n此功能會帶來一些額外流量並會稍許降低連線速度。\n警告:您的所有本地歷史將會被刪除。</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_archive.png -->
<string name="archive_available_request_title">啟用訊息存檔?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_certificate.png -->
<string name="INVALID_CERTIFICATE">無效證書</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_invite.png -->
<string name="muc_invite_message">你要加入會議嗎?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_otr_progress.png -->
<string name="otr_verification_in_progress">點選此處放棄</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_password.png -->
<string name="PASSWORD_REQUIRED">需要密碼</string>
<string name="pay_attention">注意</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/notification_bar_subscription.png -->
<string name="subscription_request_message">授權請求</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases.png -->
<string name="events_phrases_title">關鍵詞</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases.png -->
<string name="phrase_add">添加關鍵詞</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_remove.png -->
<string name="phrase_delete">刪除關鍵詞</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_remove.png -->
<string name="phrase_delete_confirm">你真的要刪除關鍵詞:%s?</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases.png -->
<string name="phrase_empty">&lt; 文字 ></string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_group">聯絡人分組部分</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_regexp">正規式</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_sound">聲音\n選擇通知提示音</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_text">搜尋條件</string>
<!-- https://dl.dropboxusercontent.com/u/1029995/com.xabber.android/preference_editor_notifications_phrases_detail.png -->
<string name="phrase_user">聯絡人的Jabber ID部分</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_debug.png -->
<string name="cache_clear">清除快取\n清除所有本地資料,可釋放部分空間</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_debug_cache.png -->
<string name="cache_clear_warning">您真的要刪除聊天記錄和其他本地資料?帳號和名冊資料將不受影響,應用程式會被關閉。</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_send_by_enter">按Enter發送\n訊息可按Enter按鈕發送</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_go_away">自動離開\n螢幕鎖定時自動設定離開狀態</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_02.png -->
<string name="contacts_order">聯絡人排序\n允許設定聯絡人顯示順序</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_sort.png -->
<string name="contacts_order_alphabet">依字母</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_sort.png -->
<string name="contacts_order_status">依狀態</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_accounts">依帳號分組\n在聯絡人清單中依帳號分組</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_02.png -->
<string name="contacts_show_active_chats">在頂部顯示進行中的聊天\n將進行中的聊天顯示在聯絡人清單頂部</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_avatars">顯示大頭貼\n在聯絡人清單中顯示使用者的大頭貼</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_02.png -->
<string name="contacts_show_empty_groups">顯示空白群組\n顯示沒有線上聯絡人的分組 </string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_groups">顯示群組\n在聯絡人清單中顯示群組</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_offline">顯示離線的聯絡人</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_show_panel">顯示帳號面板\n在聯絡人清單頂端顯示帳號大頭貼</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_02.png -->
<string name="contacts_stay_active_chats">複製進行中的聊天\n進行中的聊天在聯絡人清單頂部和所屬分組中均會出現</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_debug.png -->
<string name="debug_log">偵錯日誌\n將訊息寫入偵錯日誌(請重新開機程式來應用設定)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_lightning">燈光提示\n通知時閃爍LED</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_persistent">狀態列圖示\n顯示永久通知,防止Android從內存中卸除應用程式</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_sound">聲音提示\n選擇提示音</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_vibro">震動\n通知時震動</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance.png -->
<string name="interface_theme">主題\n主題設定</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_skin.png -->
<string name="interface_theme_dark">暗色</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_skin.png -->
<string name="interface_theme_light">亮色</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_skin.png -->
<string name="interface_theme_normal">預設</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance.png -->
<string name="interface_smiles">表情\n表情設定</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_smiles.png -->
<string name="interface_smiles_android">Android表情</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_appearance_smiles.png -->
<string name="interface_smiles_none">無影像表情</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_connection">連線設定\n連線設定</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_contacts">聯絡人清單\n自訂聯絡人清單外觀</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_02.png -->
<string name="preference_debug">偵錯設定\n幫助程式設計師改進Xabber的設定</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_option_menu.png -->
<string name="preference_editor">設定</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_events">通知\n通知設定</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_interface">主題設定\n外觀設定</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_02.png -->
<string name="about_viewer">關於</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_divide">在新行顯示訊息\n將訊息顯示到新行上</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_new_line.png -->
<string name="chats_divide_portrait">在縱向模式</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_font_size">文字大小\n訊息中的文字大小</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_font_size.png -->
<string name="chats_font_size_large"></string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_font_size.png -->
<string name="chats_font_size_normal"></string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_font_size.png -->
<string name="chats_font_size_small"></string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_font_size.png -->
<string name="chats_font_size_xlarge">特大</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_hide_keyboard">隱藏鍵盤\n在訊息發送後隱藏鍵盤</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_keyboard.png -->
<string name="chats_hide_keyboard_landscape">在橫向模式</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_02.png -->
<string name="chats_receipt">訊息送達通知\n發送和接收訊息送達通知</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_show_avatars">在訊息中顯示大頭貼\n在每條訊息旁顯示大頭貼</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_show_status_change">顯示狀態變更\n顯示和狀態變更有關的訊息</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_status.png -->
<string name="chats_show_status_change_muc">在會議中</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer.png -->
<string name="chats_state_notification">顯示輸入通知\n通知您正在輸入</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_adjust_priority">調整優先順序\n依據選擇的狀態設定優先順序,帳號的優先順序會被覆蓋</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="connection_go_away_immediately">鎖定螢幕後</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_go_xa">空閒時顯示「遠離」\n在螢幕鎖定時顯示「遠離」</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_priority">優先順序設定</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_start_at_boot">於Android啟動時執行\n在Android啟動時執行應用程式,當Xabber被安裝在SD卡上時無法使用</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_wake_lock">防止休眠模式\n會減低電池續航時間</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_01.png -->
<string name="connection_wifi_lock">保持Wi-Fi連線\n在待機時保持Wi-Fi啟用,會減低電池續航時間</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_01.png -->
<string name="contacts_reset_offline">重設離線設定\n清除對某一帳號或群組所作的設定</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_contact_list_reset_offline.png -->
<string name="contacts_reset_offline_warning">您真的要清除對某一帳號或群組所作的設定嗎?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_02.png -->
<string name="events_first_only">首封訊息提醒\n只提醒聊天中的第一條訊息</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_01.png -->
<string name="events_ignore_system_vibro">忽略系統震動設定\n在系統震動無法正常作用時請啟用此選項</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_02.png -->
<string name="events_message">通知設定\n修改對新訊息的通知設定</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_where.png -->
<string name="events_message_chat">僅聊天</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_where.png -->
<string name="events_message_chat_and_muc">聊天和會議</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_where.png -->
<string name="events_message_none">不通知</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_02.png -->
<string name="events_show_text">在通知中顯示訊息\n在通知區域顯示訊息文字</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_notifications_02.png -->
<string name="events_visible_chat">接收當前聊天中通知\n接收當前聊天中收到的訊息通知</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_02.png -->
<string name="negative_priotiry_summary">%s(您將不會收到任何訊息)</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_01.png -->
<string name="preference_accounts">XMPP帳號\n管理您的帳號</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_02.png -->
<string name="preference_security">安全\n安全設定</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security.png -->
<string name="security_check_certificate">檢查伺服器證書\n通知有關連線加密的證書問題</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security.png -->
<string name="security_clear_certificate">刪除證書\n清除忽略的證書列表</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security.png -->
<string name="security_otr_history">保存歷史\n保存OTR會話歷史</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security.png -->
<string name="security_otr_mode">OTR模式</string>
<string name="chats_attention">注意\n響應傳入的提醒請求</string>
<string name="chats_attention_sound">提醒音效\n選擇提示音</string>
<string name="connection_load_vcard">載入vCard\n載入和更新聯絡人的個人訊息和大頭貼,禁用可減少流量</string>
<string name="events_phrases">關鍵詞\n為包含特定詞的訊息設定特定提示音</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_remove.png -->
<string name="security_clear_certificate_warning">您真的要清除所有忽略的證書嗎?</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_question.png -->
<string name="otr_answer">安全答案:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_question.png -->
<string name="otr_question">安全問題:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_question.png -->
<string name="otr_question_description">使用安全問題來驗證雙方。</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_secret.png -->
<string name="otr_secret">共享金鑰:</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/otr_secret.png -->
<string name="otr_secret_description">使用共享金鑰來驗證雙方。</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="available">可用</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="away">離開</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="chat">找我聊天就來吧</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="clear_statuses">刪除保存的狀態訊息</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="dnd">忙碌</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_context_menu.png -->
<string name="edit_status">編輯狀態</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="empty_status">&lt;空></string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="invisible">隱身</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_context_menu.png -->
<string name="remove_status">刪除狀態</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_context_menu.png -->
<string name="select_status">設定狀態</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="status_editor">改變狀態</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="status_editor_for">改變%s的狀態</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor.png -->
<string name="status_text_hint">設定您的狀態</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="unavailable">離線</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="unsubscribed">未授權</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/status_editor_status.png -->
<string name="xa">離開一會</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in10m">10分鐘後</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in15m">15分鐘後</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in1h">1小時後</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in1m">1分鐘後</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in2m">2分鐘後</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in30m">30分鐘後</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_connection_away.png -->
<string name="in5m">5分鐘後</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_status.png -->
<string name="always">總是</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_otr.png -->
<string name="disabled">禁用</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_otr.png -->
<string name="manual">手動</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_chat_viewer_status.png -->
<string name="never">從不</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_otr.png -->
<string name="required">要求</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/preference_editor_security_otr.png -->
<string name="auto">自動</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools"> <resources>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png --> <!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_status_text">%1$s changed status: %2$s</string> <string name="action_status_text">%1$s changed status: %2$s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png --> <!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
...@@ -40,8 +40,8 @@ ...@@ -40,8 +40,8 @@
<string name="save_history">Save local history\nStore message history locally</string> <string name="save_history">Save local history\nStore message history locally</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu.png --> <!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu.png -->
<string name="show_history">Show history</string> <string name="show_history">Show history</string>
<string name="action_attention_called">Call attention was sent</string> <string name="action_attention_called">Отправлен запрос на привлечение внимания</string>
<string name="action_attention_requested">Attention was requested</string> <string name="action_attention_requested">Внимание привлечено</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png --> <!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
<string name="action_ban">%1$s was banned</string> <string name="action_ban">%1$s was banned</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png --> <!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_status.png -->
...@@ -105,9 +105,9 @@ ...@@ -105,9 +105,9 @@
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu.png --> <!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu.png -->
<string name="chat_settings">Chat settings</string> <string name="chat_settings">Chat settings</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_typing.png --> <!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_typing.png -->
<string name="chat_state_composing">Typing ...</string> <string name="chat_state_composing">Typing </string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_paused.png --> <!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_paused.png -->
<string name="chat_state_paused">Entered text ...</string> <string name="chat_state_paused">Entered text </string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer.png --> <!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer.png -->
<string name="chat_typed">Message was entered at %s</string> <string name="chat_typed">Message was entered at %s</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png --> <!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
......
...@@ -13,349 +13,7 @@ ...@@ -13,349 +13,7 @@
along with this program. If not, see http://www.gnu.org/licenses/. along with this program. If not, see http://www.gnu.org/licenses/.
--> -->
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation"> <resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="application_name">@string/development_title</string> <string name="application_name">@string/development_title</string>
<string name="application_version">@string/development_versions_86</string> <string name="application_package">com.xabber.androiddev</string>
<string name="application_package">com.xabber.androiddev</string> <string name="client_name">Xabber</string>
<string name="client_name">Xabber</string>
<string name="development_versions_1">@string/production_versions_1</string>
<string name="development_versions_2">@string/production_versions_2</string>
<string name="development_versions_3">@string/production_versions_3</string>
<string name="development_versions_4">@string/production_versions_4</string>
<string name="development_versions_5">@string/production_versions_5</string>
<string name="development_versions_6">@string/production_versions_6</string>
<string name="development_versions_7">@string/production_versions_7</string>
<string name="development_versions_8">@string/production_versions_8</string>
<string name="development_versions_9">@string/production_versions_9</string>
<string name="development_versions_10">@string/production_versions_10</string>
<string name="development_versions_11">@string/production_versions_11</string>
<string name="development_versions_12">@string/production_versions_12</string>
<string name="development_versions_13">@string/production_versions_13</string>
<string name="development_versions_14">@string/production_versions_14</string>
<string name="development_versions_15">@string/production_versions_15</string>
<string name="development_versions_16">@string/production_versions_16</string>
<string name="development_versions_17">@string/production_versions_17</string>
<string name="development_versions_18">@string/production_versions_18</string>
<string name="development_versions_19">@string/production_versions_19</string>
<string name="development_versions_20">0.9.9 rc1</string>
<string name="development_versions_21">0.9.9 rc2</string>
<string name="development_versions_22">0.9.9 rc3</string>
<string name="development_versions_23">0.9.9 rc4</string>
<string name="development_versions_24">0.9.9 release</string>
<string name="development_versions_25">0.9.10 rc1</string>
<string name="development_versions_26">0.9.10 rc2</string>
<string name="development_versions_27">0.9.10 rc3</string>
<string name="development_versions_28">0.9.10 release</string>
<string name="development_versions_29">0.9.11 rc1</string>
<string name="development_versions_30">0.9.11 release</string>
<string name="development_versions_31">0.9.12 release</string>
<string name="development_versions_32">0.9.13 rc1</string>
<string name="development_versions_33">0.9.13 rc2</string>
<string name="development_versions_34">0.9.14 rc1</string>
<string name="development_versions_35">0.9.14 rc2</string>
<string name="development_versions_36">0.9.14 rc3</string>
<string name="development_versions_37">0.9.15 rc1</string>
<string name="development_versions_38">0.9.15 rc2</string>
<string name="development_versions_39">0.9.16 rc1</string>
<string name="development_versions_40">0.9.16 rc2</string>
<string name="development_versions_41">0.9.16 rc3</string>
<string name="development_versions_42">0.9.16 rc4</string>
<string name="development_versions_43">0.9.17 rc1</string>
<string name="development_versions_44">0.9.18 rc1</string>
<string name="development_versions_45">0.9.18 rc2</string>
<string name="development_versions_46">0.9.18 rc3</string>
<string name="development_versions_47">0.9.18 rc4</string>
<string name="development_versions_48">0.9.18 rc5</string>
<string name="development_versions_49">0.9.18 rc6</string>
<string name="development_versions_50">0.9.19 rc1</string>
<string name="development_versions_51">0.9.19 rc2</string>
<string name="development_versions_52">0.9.20 rc1</string>
<string name="development_versions_53">0.9.20 rc2</string>
<string name="development_versions_54">0.9.21 rc1</string>
<string name="development_versions_55">0.9.22 rc1</string>
<string name="development_versions_56">0.9.23</string>
<string name="development_versions_57">0.9.23a</string>
<string name="development_versions_58">0.9.24</string>
<string name="development_versions_59">0.9.24a</string>
<string name="development_versions_60">0.9.24b</string>
<string name="development_versions_61">0.9.25</string>
<string name="development_versions_62">0.9.25a</string>
<string name="development_versions_63">0.9.26</string>
<string name="development_versions_64">0.9.26a</string>
<string name="development_versions_65">0.9.26b</string>
<string name="development_versions_66">0.9.26c</string>
<string name="development_versions_67">0.9.26d</string>
<string name="development_versions_68">0.9.26e</string>
<string name="development_versions_69">0.9.26f</string>
<string name="development_versions_70">0.9.27</string>
<string name="development_versions_71">0.9.27a</string>
<string name="development_versions_72">0.9.28</string>
<string name="development_versions_73">0.9.28a</string>
<string name="development_versions_74">0.9.28b</string>
<string name="development_versions_75">0.9.28c</string>
<string name="development_versions_76">0.9.28d</string>
<string name="development_versions_77">0.9.29</string>
<string name="development_versions_78">0.9.29a</string>
<string name="development_versions_79">0.9.30</string>
<string name="development_versions_80">0.9.30a</string>
<string name="development_versions_81">0.9.30b</string>
<string name="development_versions_82">0.9.30c</string>
<string name="development_versions_86">0.9.30d</string>
<string name="production_versions_1">0.3.0 Alpha</string>
<string name="production_versions_2">0.3.1 Alpha</string>
<string name="production_versions_3">0.3.2 Alpha</string>
<string name="production_versions_4">0.3.3 Alpha</string>
<string name="production_versions_5">0.3.4 Alpha</string>
<string name="production_versions_6">0.3.5 Alpha</string>
<string name="production_versions_7">0.3.6 Alpha</string>
<string name="production_versions_8">0.3.7 Alpha</string>
<string name="production_versions_9">0.3.8 Alpha</string>
<string name="production_versions_10">0.3.9 Alpha</string>
<string name="production_versions_11">0.3.10 Alpha</string>
<string name="production_versions_12">0.9.0 Beta</string>
<string name="production_versions_13">0.9.1 Beta</string>
<string name="production_versions_14">0.9.2 Beta</string>
<string name="production_versions_15">0.9.3 Beta</string>
<string name="production_versions_16">0.9.4 Beta</string>
<string name="production_versions_17">0.9.5 Beta</string>
<string name="production_versions_18">0.9.6 Beta</string>
<string name="production_versions_19">0.9.7 Beta</string>
<string name="production_versions_20">0.9.8 Beta</string>
<string name="production_versions_21">0.9.9 Beta</string>
<string name="production_versions_22">0.9.10 Beta</string>
<string name="production_versions_23">0.9.11 Beta</string>
<string name="production_versions_24">0.9.12 Beta</string>
<string name="production_versions_25">0.9.13 Beta</string>
<string name="production_versions_26">0.9.14 Beta</string>
<string name="production_versions_27">0.9.15 Beta</string>
<string name="production_versions_28">0.9.16 Beta</string>
<string name="production_versions_29">0.9.17 Beta</string>
<string name="production_versions_30">0.9.18 Beta</string>
<string name="production_versions_31">0.9.19 Beta</string>
<string name="production_versions_34">0.9.22</string>
<string name="production_versions_35">0.9.23a</string>
<string name="production_versions_36">0.9.24b</string>
<string name="production_versions_37">0.9.24c</string>
<string name="production_versions_38">0.9.25a</string>
<string name="production_versions_39">0.9.26c</string>
<string name="production_versions_40">0.9.26d</string>
<string name="production_versions_41">0.9.26e</string>
<string name="production_versions_42">0.9.26f</string>
<string name="production_versions_43">0.9.27</string>
<string name="production_versions_44">0.9.27a</string>
<string name="production_versions_45">0.9.28c</string>
<string name="production_versions_46">0.9.28d</string>
<string name="production_versions_47">0.9.29a</string>
<string name="production_versions_48">0.9.30b</string>
<string-array name="development_changes">
<item>@string/development_changes_1</item>
<item>@string/development_changes_2</item>
<item>@string/development_changes_3</item>
<item>@string/development_changes_4</item>
<item>@string/development_changes_5</item>
<item>@string/development_changes_6</item>
<item>@string/development_changes_7</item>
<item>@string/development_changes_8</item>
<item>@string/development_changes_9</item>
<item>@string/development_changes_10</item>
<item>@string/development_changes_11</item>
<item>@string/development_changes_12</item>
<item>@string/development_changes_13</item>
<item>@string/development_changes_14</item>
<item>@string/development_changes_15</item>
<item>@string/development_changes_16</item>
<item>@string/development_changes_17</item>
<item>@string/development_changes_18</item>
<item>@string/development_changes_19</item>
<item>@string/development_changes_20</item>
<item>@string/development_changes_21</item>
<item>@string/development_changes_22</item>
<item>@string/development_changes_23</item>
<item>@string/development_changes_24</item>
<item>@string/development_changes_25</item>
<item>@string/development_changes_26</item>
<item>@string/development_changes_27</item>
<item>@string/development_changes_28</item>
<item>@string/development_changes_29</item>
<item>@string/development_changes_30</item>
<item>@string/development_changes_31</item>
<item>@string/development_changes_32</item>
<item>@string/development_changes_33</item>
<item>@string/development_changes_34</item>
<item>@string/development_changes_35</item>
<item>@string/development_changes_36</item>
<item>@string/development_changes_37</item>
<item>@string/development_changes_38</item>
<item>@string/development_changes_39</item>
<item>@string/development_changes_40</item>
<item>@string/development_changes_41</item>
<item>@string/development_changes_42</item>
<item>@string/development_changes_43</item>
<item>@string/development_changes_44</item>
<item>@string/development_changes_45</item>
<item>@string/development_changes_46</item>
<item>@string/development_changes_47</item>
<item>@string/development_changes_48</item>
<item>@string/development_changes_49</item>
<item>@string/development_changes_50</item>
<item>@string/development_changes_51</item>
<item>@string/development_changes_52</item>
<item>@string/development_changes_53</item>
<item>@string/development_changes_54</item>
<item>@string/development_changes_55</item>
<item>@string/development_changes_56</item>
<item>@string/development_changes_57</item>
<item>@string/development_changes_58</item>
</string-array>
<string-array name="development_versions">
<item>@string/development_versions_1</item>
<item>@string/development_versions_2</item>
<item>@string/development_versions_3</item>
<item>@string/development_versions_4</item>
<item>@string/development_versions_5</item>
<item>@string/development_versions_6</item>
<item>@string/development_versions_7</item>
<item>@string/development_versions_8</item>
<item>@string/development_versions_9</item>
<item>@string/development_versions_10</item>
<item>@string/development_versions_11</item>
<item>@string/development_versions_12</item>
<item>@string/development_versions_13</item>
<item>@string/development_versions_14</item>
<item>@string/development_versions_15</item>
<item>@string/development_versions_16</item>
<item>@string/development_versions_17</item>
<item>@string/development_versions_18</item>
<item>@string/development_versions_19</item>
<item>@string/development_versions_20</item>
<item>@string/development_versions_21</item>
<item>@string/development_versions_22</item>
<item>@string/development_versions_23</item>
<item>@string/development_versions_24</item>
<item>@string/development_versions_25</item>
<item>@string/development_versions_26</item>
<item>@string/development_versions_27</item>
<item>@string/development_versions_28</item>
<item>@string/development_versions_29</item>
<item>@string/development_versions_30</item>
<item>@string/development_versions_31</item>
<item>@string/development_versions_32</item>
<item>@string/development_versions_33</item>
<item>@string/development_versions_34</item>
<item>@string/development_versions_35</item>
<item>@string/development_versions_36</item>
<item>@string/development_versions_37</item>
<item>@string/development_versions_38</item>
<item>@string/development_versions_39</item>
<item>@string/development_versions_40</item>
<item>@string/development_versions_41</item>
<item>@string/development_versions_42</item>
<item>@string/development_versions_43</item>
<item>@string/development_versions_44</item>
<item>@string/development_versions_45</item>
<item>@string/development_versions_46</item>
<item>@string/development_versions_47</item>
<item>@string/development_versions_48</item>
<item>@string/development_versions_49</item>
<item>@string/development_versions_50</item>
<item>@string/development_versions_51</item>
<item>@string/development_versions_52</item>
<item>@string/development_versions_53</item>
<item>@string/development_versions_54</item>
<item>@string/development_versions_55</item>
<item>@string/development_versions_56</item>
<item>@string/development_versions_57</item>
<item>@string/development_versions_58</item>
</string-array>
<string-array name="production_changes">
<item>@string/production_changes_1</item>
<item>@string/production_changes_2</item>
<item>@string/production_changes_3</item>
<item>@string/production_changes_4</item>
<item>@string/production_changes_5</item>
<item>@string/production_changes_6</item>
<item>@string/production_changes_7</item>
<item>@string/production_changes_8</item>
<item>@string/production_changes_9</item>
<item>@string/production_changes_10</item>
<item>@string/production_changes_11</item>
<item>@string/production_changes_12</item>
<item>@string/production_changes_13</item>
<item>@string/production_changes_14</item>
<item>@string/production_changes_15</item>
<item>@string/production_changes_16</item>
<item>@string/production_changes_17</item>
<item>@string/production_changes_18</item>
<item>@string/production_changes_19</item>
<item>@string/production_changes_20</item>
<item>@string/production_changes_21</item>
<item>@string/production_changes_22</item>
<item>@string/production_changes_23</item>
<item>@string/production_changes_24</item>
<item>@string/production_changes_25</item>
<item>@string/production_changes_26</item>
<item>@string/production_changes_27</item>
<item>@string/production_changes_28</item>
<item>@string/production_changes_29</item>
<item>@string/production_changes_30</item>
<item>@string/production_changes_31</item>
</string-array>
<string-array name="production_versions">
<item>@string/production_versions_1</item>
<item>@string/production_versions_2</item>
<item>@string/production_versions_3</item>
<item>@string/production_versions_4</item>
<item>@string/production_versions_5</item>
<item>@string/production_versions_6</item>
<item>@string/production_versions_7</item>
<item>@string/production_versions_8</item>
<item>@string/production_versions_9</item>
<item>@string/production_versions_10</item>
<item>@string/production_versions_11</item>
<item>@string/production_versions_12</item>
<item>@string/production_versions_13</item>
<item>@string/production_versions_14</item>
<item>@string/production_versions_15</item>
<item>@string/production_versions_16</item>
<item>@string/production_versions_17</item>
<item>@string/production_versions_18</item>
<item>@string/production_versions_19</item>
<item>@string/production_versions_20</item>
<item>@string/production_versions_21</item>
<item>@string/production_versions_22</item>
<item>@string/production_versions_23</item>
<item>@string/production_versions_24</item>
<item>@string/production_versions_25</item>
<item>@string/production_versions_26</item>
<item>@string/production_versions_27</item>
<item>@string/production_versions_28</item>
<item>@string/production_versions_29</item>
<item>@string/production_versions_30</item>
<item>@string/production_versions_31</item>
</string-array>
<string name="development_changes_1">@string/production_changes_1</string>
<string name="development_changes_2">@string/production_changes_2</string>
<string name="development_changes_3">@string/production_changes_3</string>
<string name="development_changes_4">@string/production_changes_4</string>
<string name="development_changes_5">@string/production_changes_5</string>
<string name="development_changes_6">@string/production_changes_6</string>
<string name="development_changes_7">@string/production_changes_7</string>
<string name="development_changes_8">@string/production_changes_8</string>
<string name="development_changes_9">@string/production_changes_9</string>
<string name="development_changes_10">@string/production_changes_10</string>
<string name="development_changes_11">@string/production_changes_11</string>
<string name="development_changes_12">@string/production_changes_12</string>
<string name="development_changes_13">@string/production_changes_13</string>
<string name="development_changes_14">@string/production_changes_14</string>
<string name="development_changes_15">@string/production_changes_15</string>
<string name="development_changes_16">@string/production_changes_16</string>
<string name="development_changes_17">@string/production_changes_17</string>
<string name="development_changes_18">@string/production_changes_18</string>
<string name="development_changes_19">@string/production_changes_19</string>
</resources> </resources>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment