mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-07-24 18:35:43 +00:00
[tx-robot] updated from transifex
This commit is contained in:
parent
693148cd03
commit
27a7e8d0a9
@ -3,6 +3,7 @@ OC.L10N.register(
|
|||||||
{
|
{
|
||||||
"Phone Sync" : "Synchronizace s telefonem",
|
"Phone Sync" : "Synchronizace s telefonem",
|
||||||
"An app to sync SMS with your cloud" : "Aplikace pro synchronizaci SMS s vaším cloudem",
|
"An app to sync SMS with your cloud" : "Aplikace pro synchronizaci SMS s vaším cloudem",
|
||||||
|
"No contact found." : "Nebyl nalezen žádný kontakt.",
|
||||||
"Settings" : "Nastavení",
|
"Settings" : "Nastavení",
|
||||||
"Invalid message limit" : "Neplatný limit zprávy",
|
"Invalid message limit" : "Neplatný limit zprávy",
|
||||||
"Default country code" : "Kód výchozí země",
|
"Default country code" : "Kód výchozí země",
|
||||||
@ -13,6 +14,8 @@ OC.L10N.register(
|
|||||||
"Notification settings" : "Nastavení oznamování",
|
"Notification settings" : "Nastavení oznamování",
|
||||||
"Enable" : "Zapnout",
|
"Enable" : "Zapnout",
|
||||||
"Disable" : "Vypnout",
|
"Disable" : "Vypnout",
|
||||||
|
"Are you sure you want to wipe all your messages ?" : "Opravdu chcete vymazat všechny své zprávy?",
|
||||||
|
"Reset all messages" : "Resetovat všechny zprávy",
|
||||||
"%s message(s) shown of %s message(s) stored in database." : "Zobrazeno %s zpráv z %s uložených v databázi.",
|
"%s message(s) shown of %s message(s) stored in database." : "Zobrazeno %s zpráv z %s uložených v databázi.",
|
||||||
"Please select a conversation from the list to load it." : "Pro načtení konverzace ji vyberte ze seznamu."
|
"Please select a conversation from the list to load it." : "Pro načtení konverzace ji vyberte ze seznamu."
|
||||||
},
|
},
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
{ "translations": {
|
{ "translations": {
|
||||||
"Phone Sync" : "Synchronizace s telefonem",
|
"Phone Sync" : "Synchronizace s telefonem",
|
||||||
"An app to sync SMS with your cloud" : "Aplikace pro synchronizaci SMS s vaším cloudem",
|
"An app to sync SMS with your cloud" : "Aplikace pro synchronizaci SMS s vaším cloudem",
|
||||||
|
"No contact found." : "Nebyl nalezen žádný kontakt.",
|
||||||
"Settings" : "Nastavení",
|
"Settings" : "Nastavení",
|
||||||
"Invalid message limit" : "Neplatný limit zprávy",
|
"Invalid message limit" : "Neplatný limit zprávy",
|
||||||
"Default country code" : "Kód výchozí země",
|
"Default country code" : "Kód výchozí země",
|
||||||
@ -11,6 +12,8 @@
|
|||||||
"Notification settings" : "Nastavení oznamování",
|
"Notification settings" : "Nastavení oznamování",
|
||||||
"Enable" : "Zapnout",
|
"Enable" : "Zapnout",
|
||||||
"Disable" : "Vypnout",
|
"Disable" : "Vypnout",
|
||||||
|
"Are you sure you want to wipe all your messages ?" : "Opravdu chcete vymazat všechny své zprávy?",
|
||||||
|
"Reset all messages" : "Resetovat všechny zprávy",
|
||||||
"%s message(s) shown of %s message(s) stored in database." : "Zobrazeno %s zpráv z %s uložených v databázi.",
|
"%s message(s) shown of %s message(s) stored in database." : "Zobrazeno %s zpráv z %s uložených v databázi.",
|
||||||
"Please select a conversation from the list to load it." : "Pro načtení konverzace ji vyberte ze seznamu."
|
"Please select a conversation from the list to load it." : "Pro načtení konverzace ji vyberte ze seznamu."
|
||||||
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
|
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user