1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 17:59:33 +02:00

resources for free/premium conflict dialog

This commit is contained in:
Nikolay Pultsin 2015-07-04 22:50:32 +01:00
parent 4f8e89404b
commit edc84df037
37 changed files with 142 additions and 39 deletions

View file

@ -21,7 +21,7 @@
android:name="org.geometerplus.android.fbreader.FBReaderApplication" android:name="org.geometerplus.android.fbreader.FBReaderApplication"
android:icon="@drawable/fbreader" android:icon="@drawable/fbreader"
android:logo="@drawable/fbreader_bw" android:logo="@drawable/fbreader_bw"
android:label="FBReader" android:label="@string/app_name"
> >
<activity android:name="org.geometerplus.android.fbreader.error.BookReadingErrorActivity" android:theme="@style/FBReader.Dialog" android:process=":error" android:configChanges="orientation|keyboardHidden|screenSize"> <activity android:name="org.geometerplus.android.fbreader.error.BookReadingErrorActivity" android:theme="@style/FBReader.Dialog" android:process=":error" android:configChanges="orientation|keyboardHidden|screenSize">
<intent-filter> <intent-filter>
@ -56,7 +56,7 @@
<category android:name="android.intent.category.DEFAULT"/> <category android:name="android.intent.category.DEFAULT"/>
</intent-filter> </intent-filter>
</service> </service>
<activity android:name="org.geometerplus.android.fbreader.FBReader" android:launchMode="singleTask" android:icon="@drawable/fbreader" android:label="FBReader" android:theme="@style/FBReader.Activity" android:configChanges="orientation|keyboardHidden|screenSize"> <activity android:name="org.geometerplus.android.fbreader.FBReader" android:launchMode="singleTask" android:icon="@drawable/fbreader" android:label="@string/app_name" android:theme="@style/FBReader.Activity" android:configChanges="orientation|keyboardHidden|screenSize">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MAIN"/> <action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/> <category android:name="android.intent.category.LAUNCHER"/>

View file

@ -21,7 +21,7 @@
android:name="org.geometerplus.android.fbreader.FBReaderApplication" android:name="org.geometerplus.android.fbreader.FBReaderApplication"
android:icon="@drawable/fbreader" android:icon="@drawable/fbreader"
android:logo="@drawable/fbreader_bw" android:logo="@drawable/fbreader_bw"
android:label="FBReader" android:label="@string/app_name"
> >
<activity android:name="org.geometerplus.android.fbreader.error.BookReadingErrorActivity" android:theme="@style/FBReader.Dialog" android:process=":error" android:configChanges="orientation|keyboardHidden|screenSize"> <activity android:name="org.geometerplus.android.fbreader.error.BookReadingErrorActivity" android:theme="@style/FBReader.Dialog" android:process=":error" android:configChanges="orientation|keyboardHidden|screenSize">
<intent-filter> <intent-filter>
@ -56,7 +56,7 @@
<category android:name="android.intent.category.DEFAULT"/> <category android:name="android.intent.category.DEFAULT"/>
</intent-filter> </intent-filter>
</service> </service>
<activity android:name="org.geometerplus.android.fbreader.FBReader" android:launchMode="singleTask" android:icon="@drawable/fbreader" android:label="FBReader" android:theme="@style/FBReader.Activity" android:configChanges="orientation|keyboardHidden|screenSize"> <activity android:name="org.geometerplus.android.fbreader.FBReader" android:launchMode="singleTask" android:icon="@drawable/fbreader" android:label="@string/app_name" android:theme="@style/FBReader.Activity" android:configChanges="orientation|keyboardHidden|screenSize">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MAIN"/> <action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/> <category android:name="android.intent.category.LAUNCHER"/>

View file

@ -1186,5 +1186,8 @@
<node name="cannotOpenDictionary" value="Cannot open dictionary" toBeTranslated="true"/> <node name="cannotOpenDictionary" value="Cannot open dictionary" toBeTranslated="true"/>
<node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings" toBeTranslated="true"/> <node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings" toBeTranslated="true"/>
</node> </node>
<node name="premium" value="FBReader Premium Edition" toBeTranslated="true"/> <node name="premium" value="FBReader Premium Edition" toBeTranslated="true">
<node name="shortTitle" value="FBReader Premium" toBeTranslated="true"/>
<node name="conflict" value="Both FBReader and FBReader Premium appear to be installed. Which one would you like to run?" toBeTranslated="true"/>
</node>
</resources> </resources>

View file

@ -1188,5 +1188,8 @@
<node name="cannotOpenDictionary" value="Cannot open dictionary" toBeTranslated="true"/> <node name="cannotOpenDictionary" value="Cannot open dictionary" toBeTranslated="true"/>
<node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings" toBeTranslated="true"/> <node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings" toBeTranslated="true"/>
</node> </node>
<node name="premium" value="FBReader Premium Edition" toBeTranslated="true"/> <node name="premium" value="FBReader Premium Edition" toBeTranslated="true">
<node name="shortTitle" value="FBReader Premium" toBeTranslated="true"/>
<node name="conflict" value="Both FBReader and FBReader Premium appear to be installed. Which one would you like to run?" toBeTranslated="true"/>
</node>
</resources> </resources>

View file

@ -1194,5 +1194,8 @@
<node name="cannotOpenDictionary" value="Cannot open dictionary" toBeTranslated="true"/> <node name="cannotOpenDictionary" value="Cannot open dictionary" toBeTranslated="true"/>
<node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings" toBeTranslated="true"/> <node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings" toBeTranslated="true"/>
</node> </node>
<node name="premium" value="FBReader Premium Edition" toBeTranslated="true"/> <node name="premium" value="FBReader Premium Edition" toBeTranslated="true">
<node name="shortTitle" value="FBReader Premium" toBeTranslated="true"/>
<node name="conflict" value="Both FBReader and FBReader Premium appear to be installed. Which one would you like to run?" toBeTranslated="true"/>
</node>
</resources> </resources>

View file

@ -1194,5 +1194,8 @@
<node name="cannotOpenDictionary" value="Cannot open dictionary" toBeTranslated="true"/> <node name="cannotOpenDictionary" value="Cannot open dictionary" toBeTranslated="true"/>
<node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings" toBeTranslated="true"/> <node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings" toBeTranslated="true"/>
</node> </node>
<node name="premium" value="FBReader Premium Edition" toBeTranslated="true"/> <node name="premium" value="FBReader Premium Edition" toBeTranslated="true">
<node name="shortTitle" value="FBReader Premium" toBeTranslated="true"/>
<node name="conflict" value="Both FBReader and FBReader Premium appear to be installed. Which one would you like to run?" toBeTranslated="true"/>
</node>
</resources> </resources>

View file

@ -1197,5 +1197,8 @@
<node name="cannotOpenDictionary" value="nelze otevřít slovník"/> <node name="cannotOpenDictionary" value="nelze otevřít slovník"/>
<node name="noDictionarySelected" value="není vybrán slovník; opravte to v nastavení Dictan"/> <node name="noDictionarySelected" value="není vybrán slovník; opravte to v nastavení Dictan"/>
</node> </node>
<node name="premium" value="FBReader prémiová edice"/> <node name="premium" value="FBReader prémiová edice">
<node name="shortTitle" value="FBReader Premium" toBeTranslated="true"/>
<node name="conflict" value="Both FBReader and FBReader Premium appear to be installed. Which one would you like to run?" toBeTranslated="true"/>
</node>
</resources> </resources>

View file

@ -1187,5 +1187,8 @@
<node name="cannotOpenDictionary" value="Cannot open dictionary" toBeTranslated="true"/> <node name="cannotOpenDictionary" value="Cannot open dictionary" toBeTranslated="true"/>
<node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings" toBeTranslated="true"/> <node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings" toBeTranslated="true"/>
</node> </node>
<node name="premium" value="FBReader Premium Edition" toBeTranslated="true"/> <node name="premium" value="FBReader Premium Edition" toBeTranslated="true">
<node name="shortTitle" value="FBReader Premium" toBeTranslated="true"/>
<node name="conflict" value="Both FBReader and FBReader Premium appear to be installed. Which one would you like to run?" toBeTranslated="true"/>
</node>
</resources> </resources>

View file

@ -1193,5 +1193,8 @@
<node name="cannotOpenDictionary" value="Wörterbuch kann nicht geöffnet werden"/> <node name="cannotOpenDictionary" value="Wörterbuch kann nicht geöffnet werden"/>
<node name="noDictionarySelected" value="Kein Wörterbuch ausgewählt; Bitte in den Dictan Einstellungen beheben"/> <node name="noDictionarySelected" value="Kein Wörterbuch ausgewählt; Bitte in den Dictan Einstellungen beheben"/>
</node> </node>
<node name="premium" value="FBReader Premium Edition"/> <node name="premium" value="FBReader Premium Edition">
<node name="shortTitle" value="FBReader Premium"/>
<node name="conflict" value="Both FBReader and FBReader Premium appear to be installed. Which one would you like to run?" toBeTranslated="true"/>
</node>
</resources> </resources>

View file

@ -1186,5 +1186,8 @@
<node name="cannotOpenDictionary" value="Cannot open dictionary" toBeTranslated="true"/> <node name="cannotOpenDictionary" value="Cannot open dictionary" toBeTranslated="true"/>
<node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings" toBeTranslated="true"/> <node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings" toBeTranslated="true"/>
</node> </node>
<node name="premium" value="FBReader Premium Edition" toBeTranslated="true"/> <node name="premium" value="FBReader Premium Edition" toBeTranslated="true">
<node name="shortTitle" value="FBReader Premium" toBeTranslated="true"/>
<node name="conflict" value="Both FBReader and FBReader Premium appear to be installed. Which one would you like to run?" toBeTranslated="true"/>
</node>
</resources> </resources>

View file

@ -1188,5 +1188,8 @@
<node name="cannotOpenDictionary" value="Cannot open dictionary"/> <node name="cannotOpenDictionary" value="Cannot open dictionary"/>
<node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings"/> <node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings"/>
</node> </node>
<node name="premium" value="FBReader Premium Edition"/> <node name="premium" value="FBReader Premium Edition">
<node name="shortTitle" value="FBReader Premium"/>
<node name="conflict" value="Both FBReader and FBReader Premium appear to be installed. Which one would you like to run?"/>
</node>
</resources> </resources>

View file

@ -1188,5 +1188,8 @@
<node name="cannotOpenDictionary" value="Cannot open dictionary"/> <node name="cannotOpenDictionary" value="Cannot open dictionary"/>
<node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings"/> <node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings"/>
</node> </node>
<node name="premium" value="FBReader Premium Edition"/> <node name="premium" value="FBReader Premium Edition">
<node name="shortTitle" value="FBReader Premium" toBeTranslated="true"/>
<node name="conflict" value="Both FBReader and FBReader Premium appear to be installed. Which one would you like to run?" toBeTranslated="true"/>
</node>
</resources> </resources>

View file

@ -1194,5 +1194,8 @@
<node name="cannotOpenDictionary" value="No se ha podido abrir el diccionario"/> <node name="cannotOpenDictionary" value="No se ha podido abrir el diccionario"/>
<node name="noDictionarySelected" value="No se ha seleccionado el diccionario; por favor, configure los ajustes de Dictan"/> <node name="noDictionarySelected" value="No se ha seleccionado el diccionario; por favor, configure los ajustes de Dictan"/>
</node> </node>
<node name="premium" value="FBReader Premium Edition"/> <node name="premium" value="FBReader Premium Edition">
<node name="shortTitle" value="FBReader Premium"/>
<node name="conflict" value="Both FBReader and FBReader Premium appear to be installed. Which one would you like to run?" toBeTranslated="true"/>
</node>
</resources> </resources>

View file

@ -1189,5 +1189,8 @@
<node name="cannotOpenDictionary" value="Cannot open dictionary" toBeTranslated="true"/> <node name="cannotOpenDictionary" value="Cannot open dictionary" toBeTranslated="true"/>
<node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings" toBeTranslated="true"/> <node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings" toBeTranslated="true"/>
</node> </node>
<node name="premium" value="FBReader Premium Edition" toBeTranslated="true"/> <node name="premium" value="FBReader Premium Edition" toBeTranslated="true">
<node name="shortTitle" value="FBReader Premium" toBeTranslated="true"/>
<node name="conflict" value="Both FBReader and FBReader Premium appear to be installed. Which one would you like to run?" toBeTranslated="true"/>
</node>
</resources> </resources>

View file

@ -1187,5 +1187,8 @@
<node name="cannotOpenDictionary" value="Cannot open dictionary" toBeTranslated="true"/> <node name="cannotOpenDictionary" value="Cannot open dictionary" toBeTranslated="true"/>
<node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings" toBeTranslated="true"/> <node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings" toBeTranslated="true"/>
</node> </node>
<node name="premium" value="FBReader Premium Edition" toBeTranslated="true"/> <node name="premium" value="FBReader Premium Edition" toBeTranslated="true">
<node name="shortTitle" value="FBReader Premium" toBeTranslated="true"/>
<node name="conflict" value="Both FBReader and FBReader Premium appear to be installed. Which one would you like to run?" toBeTranslated="true"/>
</node>
</resources> </resources>

View file

@ -1181,5 +1181,8 @@
<node name="cannotOpenDictionary" value="Cannot open dictionary" toBeTranslated="true"/> <node name="cannotOpenDictionary" value="Cannot open dictionary" toBeTranslated="true"/>
<node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings" toBeTranslated="true"/> <node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings" toBeTranslated="true"/>
</node> </node>
<node name="premium" value="FBReader Premium Edition" toBeTranslated="true"/> <node name="premium" value="FBReader Premium Edition" toBeTranslated="true">
<node name="shortTitle" value="FBReader Premium" toBeTranslated="true"/>
<node name="conflict" value="Both FBReader and FBReader Premium appear to be installed. Which one would you like to run?" toBeTranslated="true"/>
</node>
</resources> </resources>

View file

@ -1178,5 +1178,8 @@
<node name="cannotOpenDictionary" value="Cannot open dictionary" toBeTranslated="true"/> <node name="cannotOpenDictionary" value="Cannot open dictionary" toBeTranslated="true"/>
<node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings" toBeTranslated="true"/> <node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings" toBeTranslated="true"/>
</node> </node>
<node name="premium" value="FBReader Premium Edition" toBeTranslated="true"/> <node name="premium" value="FBReader Premium Edition" toBeTranslated="true">
<node name="shortTitle" value="FBReader Premium" toBeTranslated="true"/>
<node name="conflict" value="Both FBReader and FBReader Premium appear to be installed. Which one would you like to run?" toBeTranslated="true"/>
</node>
</resources> </resources>

View file

@ -1178,5 +1178,8 @@
<node name="cannotOpenDictionary" value="Cannot open dictionary" toBeTranslated="true"/> <node name="cannotOpenDictionary" value="Cannot open dictionary" toBeTranslated="true"/>
<node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings" toBeTranslated="true"/> <node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings" toBeTranslated="true"/>
</node> </node>
<node name="premium" value="FBReader Premium Edition" toBeTranslated="true"/> <node name="premium" value="FBReader Premium Edition" toBeTranslated="true">
<node name="shortTitle" value="FBReader Premium" toBeTranslated="true"/>
<node name="conflict" value="Both FBReader and FBReader Premium appear to be installed. Which one would you like to run?" toBeTranslated="true"/>
</node>
</resources> </resources>

View file

@ -1194,5 +1194,8 @@
<node name="cannotOpenDictionary" value="չհաջողվեց բացել բառարանը"/> <node name="cannotOpenDictionary" value="չհաջողվեց բացել բառարանը"/>
<node name="noDictionarySelected" value="բառարան ընտրված չէ, ընտրեք այն Dictan կարգավորումներում"/> <node name="noDictionarySelected" value="բառարան ընտրված չէ, ընտրեք այն Dictan կարգավորումներում"/>
</node> </node>
<node name="premium" value="FBReader Premium Edition" toBeTranslated="true"/> <node name="premium" value="FBReader Premium Edition" toBeTranslated="true">
<node name="shortTitle" value="FBReader Premium" toBeTranslated="true"/>
<node name="conflict" value="Both FBReader and FBReader Premium appear to be installed. Which one would you like to run?" toBeTranslated="true"/>
</node>
</resources> </resources>

View file

@ -1179,5 +1179,8 @@
<node name="cannotOpenDictionary" value="Cannot open dictionary" toBeTranslated="true"/> <node name="cannotOpenDictionary" value="Cannot open dictionary" toBeTranslated="true"/>
<node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings" toBeTranslated="true"/> <node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings" toBeTranslated="true"/>
</node> </node>
<node name="premium" value="FBReader Premium Edition" toBeTranslated="true"/> <node name="premium" value="FBReader Premium Edition" toBeTranslated="true">
<node name="shortTitle" value="FBReader Premium" toBeTranslated="true"/>
<node name="conflict" value="Both FBReader and FBReader Premium appear to be installed. Which one would you like to run?" toBeTranslated="true"/>
</node>
</resources> </resources>

View file

@ -1188,5 +1188,8 @@
<node name="cannotOpenDictionary" value="辞書を開くことができません"/> <node name="cannotOpenDictionary" value="辞書を開くことができません"/>
<node name="noDictionarySelected" value="辞書が選択されていません; Dictan で設定を直してください"/> <node name="noDictionarySelected" value="辞書が選択されていません; Dictan で設定を直してください"/>
</node> </node>
<node name="premium" value="FBReader Premium Edition" toBeTranslated="true"/> <node name="premium" value="FBReader Premium Edition" toBeTranslated="true">
<node name="shortTitle" value="FBReader Premium" toBeTranslated="true"/>
<node name="conflict" value="Both FBReader and FBReader Premium appear to be installed. Which one would you like to run?" toBeTranslated="true"/>
</node>
</resources> </resources>

View file

@ -1193,5 +1193,8 @@
<node name="cannotOpenDictionary" value="Cannot open dictionary" toBeTranslated="true"/> <node name="cannotOpenDictionary" value="Cannot open dictionary" toBeTranslated="true"/>
<node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings" toBeTranslated="true"/> <node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings" toBeTranslated="true"/>
</node> </node>
<node name="premium" value="FBReader Premium Edition" toBeTranslated="true"/> <node name="premium" value="FBReader Premium Edition" toBeTranslated="true">
<node name="shortTitle" value="FBReader Premium" toBeTranslated="true"/>
<node name="conflict" value="Both FBReader and FBReader Premium appear to be installed. Which one would you like to run?" toBeTranslated="true"/>
</node>
</resources> </resources>

View file

@ -1188,5 +1188,8 @@
<node name="cannotOpenDictionary" value="Cannot open dictionary" toBeTranslated="true"/> <node name="cannotOpenDictionary" value="Cannot open dictionary" toBeTranslated="true"/>
<node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings" toBeTranslated="true"/> <node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings" toBeTranslated="true"/>
</node> </node>
<node name="premium" value="FBReader Premium Edition" toBeTranslated="true"/> <node name="premium" value="FBReader Premium Edition" toBeTranslated="true">
<node name="shortTitle" value="FBReader Premium" toBeTranslated="true"/>
<node name="conflict" value="Both FBReader and FBReader Premium appear to be installed. Which one would you like to run?" toBeTranslated="true"/>
</node>
</resources> </resources>

View file

@ -1188,5 +1188,8 @@
<node name="cannotOpenDictionary" value="Cannot open dictionary" toBeTranslated="true"/> <node name="cannotOpenDictionary" value="Cannot open dictionary" toBeTranslated="true"/>
<node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings" toBeTranslated="true"/> <node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings" toBeTranslated="true"/>
</node> </node>
<node name="premium" value="FBReader Premium Edition" toBeTranslated="true"/> <node name="premium" value="FBReader Premium Edition" toBeTranslated="true">
<node name="shortTitle" value="FBReader Premium" toBeTranslated="true"/>
<node name="conflict" value="Both FBReader and FBReader Premium appear to be installed. Which one would you like to run?" toBeTranslated="true"/>
</node>
</resources> </resources>

View file

@ -1188,5 +1188,8 @@
<node name="cannotOpenDictionary" value="Kan woordenlijst niet openen"/> <node name="cannotOpenDictionary" value="Kan woordenlijst niet openen"/>
<node name="noDictionarySelected" value="Geen woordenboek geselecteerd; lost dit op in de Dictan-instellingen"/> <node name="noDictionarySelected" value="Geen woordenboek geselecteerd; lost dit op in de Dictan-instellingen"/>
</node> </node>
<node name="premium" value="FBReader Premium Edition" toBeTranslated="true"/> <node name="premium" value="FBReader Premium Edition" toBeTranslated="true">
<node name="shortTitle" value="FBReader Premium" toBeTranslated="true"/>
<node name="conflict" value="Both FBReader and FBReader Premium appear to be installed. Which one would you like to run?" toBeTranslated="true"/>
</node>
</resources> </resources>

View file

@ -1178,5 +1178,8 @@
<node name="cannotOpenDictionary" value="Cannot open dictionary" toBeTranslated="true"/> <node name="cannotOpenDictionary" value="Cannot open dictionary" toBeTranslated="true"/>
<node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings" toBeTranslated="true"/> <node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings" toBeTranslated="true"/>
</node> </node>
<node name="premium" value="FBReader Premium Edition" toBeTranslated="true"/> <node name="premium" value="FBReader Premium Edition" toBeTranslated="true">
<node name="shortTitle" value="FBReader Premium" toBeTranslated="true"/>
<node name="conflict" value="Both FBReader and FBReader Premium appear to be installed. Which one would you like to run?" toBeTranslated="true"/>
</node>
</resources> </resources>

View file

@ -1192,5 +1192,8 @@
<node name="cannotOpenDictionary" value="Não foi possível abrir dicionário"/> <node name="cannotOpenDictionary" value="Não foi possível abrir dicionário"/>
<node name="noDictionarySelected" value="Dicionário não selecionado; por favor ajuste as definições Dictan"/> <node name="noDictionarySelected" value="Dicionário não selecionado; por favor ajuste as definições Dictan"/>
</node> </node>
<node name="premium" value="FBReader - Edição Premium"/> <node name="premium" value="FBReader - Edição Premium">
<node name="shortTitle" value="FBReader Premium"/>
<node name="conflict" value="Both FBReader and FBReader Premium appear to be installed. Which one would you like to run?" toBeTranslated="true"/>
</node>
</resources> </resources>

View file

@ -766,7 +766,7 @@
<node name="errorToastDuration" value="Cât timp pentru a afisa mesajul de eroare"/> <node name="errorToastDuration" value="Cât timp pentru a afisa mesajul de eroare"/>
<node name="sourceLanguage" value="Traducere din"> <node name="sourceLanguage" value="Traducere din">
<node name="detect" value="Autodetectare limba"/> <node name="detect" value="Autodetectare limba"/>
</node> </node>
<node name="targetLanguage" value="Tradu in"> <node name="targetLanguage" value="Tradu in">
<node name="any" value="toate limbile"/> <node name="any" value="toate limbile"/>
</node> </node>
@ -1181,5 +1181,8 @@
<node name="cannotOpenDictionary" value="Nu se poate deschide dictionarul"/> <node name="cannotOpenDictionary" value="Nu se poate deschide dictionarul"/>
<node name="noDictionarySelected" value="Dictionar ne selectat; vă rugăm să ajustați setările Dictionar"/> <node name="noDictionarySelected" value="Dictionar ne selectat; vă rugăm să ajustați setările Dictionar"/>
</node> </node>
<node name="premium" value="FBReader Premium Edition"/> <node name="premium" value="FBReader Premium Edition">
<node name="shortTitle" value="FBReader Premium" toBeTranslated="true"/>
<node name="conflict" value="Both FBReader and FBReader Premium appear to be installed. Which one would you like to run?" toBeTranslated="true"/>
</node>
</resources> </resources>

View file

@ -1197,7 +1197,10 @@
<node name="cannotOpenDictionary" value="не удалось открыть словать"/> <node name="cannotOpenDictionary" value="не удалось открыть словать"/>
<node name="noDictionarySelected" value="словарь не выбран; сделайте это в настроках Dictan"/> <node name="noDictionarySelected" value="словарь не выбран; сделайте это в настроках Dictan"/>
</node> </node>
<node name="premium" value="FBReader Premium"/> <node name="premium" value="FBReader Premium">
<node name="shortTitle" value="FBReader Premium"/>
<node name="conflict" value="Кажется, у вас установлены и FBReader, и FBReader Premium. Который из них вы хотите запустить?"/>
</node>
<node name="dictionary"> <node name="dictionary">
<node name="Yandex.Translate" value="Яндекс.Переводчик"/> <node name="Yandex.Translate" value="Яндекс.Переводчик"/>
</node> </node>

View file

@ -1188,5 +1188,8 @@
<node name="cannotOpenDictionary" value="Cannot open dictionary" toBeTranslated="true"/> <node name="cannotOpenDictionary" value="Cannot open dictionary" toBeTranslated="true"/>
<node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings" toBeTranslated="true"/> <node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings" toBeTranslated="true"/>
</node> </node>
<node name="premium" value="FBReader Premium Edition" toBeTranslated="true"/> <node name="premium" value="FBReader Premium Edition" toBeTranslated="true">
<node name="shortTitle" value="FBReader Premium" toBeTranslated="true"/>
<node name="conflict" value="Both FBReader and FBReader Premium appear to be installed. Which one would you like to run?" toBeTranslated="true"/>
</node>
</resources> </resources>

View file

@ -1178,5 +1178,8 @@
<node name="cannotOpenDictionary" value="Cannot open dictionary" toBeTranslated="true"/> <node name="cannotOpenDictionary" value="Cannot open dictionary" toBeTranslated="true"/>
<node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings" toBeTranslated="true"/> <node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings" toBeTranslated="true"/>
</node> </node>
<node name="premium" value="FBReader Premium Edition" toBeTranslated="true"/> <node name="premium" value="FBReader Premium Edition" toBeTranslated="true">
<node name="shortTitle" value="FBReader Premium" toBeTranslated="true"/>
<node name="conflict" value="Both FBReader and FBReader Premium appear to be installed. Which one would you like to run?" toBeTranslated="true"/>
</node>
</resources> </resources>

View file

@ -1188,7 +1188,10 @@
<node name="cannotOpenDictionary" value="Cannot open dictionary" toBeTranslated="true"/> <node name="cannotOpenDictionary" value="Cannot open dictionary" toBeTranslated="true"/>
<node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings" toBeTranslated="true"/> <node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings" toBeTranslated="true"/>
</node> </node>
<node name="premium" value="FBReader Premium Edition" toBeTranslated="true"/> <node name="premium" value="FBReader Premium Edition" toBeTranslated="true">
<node name="shortTitle" value="FBReader Premium" toBeTranslated="true"/>
<node name="conflict" value="Both FBReader and FBReader Premium appear to be installed. Which one would you like to run?" toBeTranslated="true"/>
</node>
<node name="dictionary"> <node name="dictionary">
<node name="Yandex.Translate" value="Yandex.Çeviri"/> <node name="Yandex.Translate" value="Yandex.Çeviri"/>
</node> </node>

View file

@ -1178,7 +1178,10 @@
<node name="cannotOpenDictionary" value="Cannot open dictionary" toBeTranslated="true"/> <node name="cannotOpenDictionary" value="Cannot open dictionary" toBeTranslated="true"/>
<node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings" toBeTranslated="true"/> <node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings" toBeTranslated="true"/>
</node> </node>
<node name="premium" value="FBReader Premium Edition" toBeTranslated="true"/> <node name="premium" value="FBReader Premium Edition" toBeTranslated="true">
<node name="shortTitle" value="FBReader Premium" toBeTranslated="true"/>
<node name="conflict" value="Both FBReader and FBReader Premium appear to be installed. Which one would you like to run?" toBeTranslated="true"/>
</node>
<node name="dictionary"> <node name="dictionary">
<node name="Yandex.Translate" value="Яндекс.Перекладач"/> <node name="Yandex.Translate" value="Яндекс.Перекладач"/>
</node> </node>

View file

@ -1179,5 +1179,8 @@
<node name="cannotOpenDictionary" value="Cannot open dictionary" toBeTranslated="true"/> <node name="cannotOpenDictionary" value="Cannot open dictionary" toBeTranslated="true"/>
<node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings" toBeTranslated="true"/> <node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings" toBeTranslated="true"/>
</node> </node>
<node name="premium" value="FBReader Premium Edition" toBeTranslated="true"/> <node name="premium" value="FBReader Premium Edition" toBeTranslated="true">
<node name="shortTitle" value="FBReader Premium" toBeTranslated="true"/>
<node name="conflict" value="Both FBReader and FBReader Premium appear to be installed. Which one would you like to run?" toBeTranslated="true"/>
</node>
</resources> </resources>

View file

@ -1178,5 +1178,8 @@
<node name="cannotOpenDictionary" value="Cannot open dictionary" toBeTranslated="true"/> <node name="cannotOpenDictionary" value="Cannot open dictionary" toBeTranslated="true"/>
<node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings" toBeTranslated="true"/> <node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings" toBeTranslated="true"/>
</node> </node>
<node name="premium" value="FBReader Premium Edition" toBeTranslated="true"/> <node name="premium" value="FBReader Premium Edition" toBeTranslated="true">
<node name="shortTitle" value="FBReader Premium" toBeTranslated="true"/>
<node name="conflict" value="Both FBReader and FBReader Premium appear to be installed. Which one would you like to run?" toBeTranslated="true"/>
</node>
</resources> </resources>

View file

@ -1178,5 +1178,8 @@
<node name="cannotOpenDictionary" value="Cannot open dictionary" toBeTranslated="true"/> <node name="cannotOpenDictionary" value="Cannot open dictionary" toBeTranslated="true"/>
<node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings" toBeTranslated="true"/> <node name="noDictionarySelected" value="Dictionary not selected; please adjust Dictan settings" toBeTranslated="true"/>
</node> </node>
<node name="premium" value="FBReader Premium Edition" toBeTranslated="true"/> <node name="premium" value="FBReader Premium Edition" toBeTranslated="true">
<node name="shortTitle" value="FBReader Premium" toBeTranslated="true"/>
<node name="conflict" value="Both FBReader and FBReader Premium appear to be installed. Which one would you like to run?" toBeTranslated="true"/>
</node>
</resources> </resources>

View file

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<string name="app_name">FBReader</string>
<string name="empty_string"></string> <string name="empty_string"></string>
</resources> </resources>