Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cs.js « l10n - github.com/nextcloud/ocsms.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0b3044d45007f54884dd587cfe4e312aac0666c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
OC.L10N.register(
    "ocsms",
    {
    "Phone Sync" : "Synchr. s telefonem",
    "An app to sync SMS with your cloud" : "Aplikace pro synchronizaci SMS s vaším cloudem",
    "Cancel" : "Storno",
    "Confirm" : "Potvrdit",
    "No contact found." : "Nenalezen žádný kontakt.",
    "Settings" : "Nastavení",
    "Max messages to load per conversation" : "Pro každou z konverzací načíst zpráv nejvýše",
    "Invalid message limit" : "Neplatný limit zprávy",
    "Default country code" : "Kód výchozí země",
    "Contact ordering" : "Řazení kontaktů",
    "Last message" : "Poslední zpráva",
    "Label" : "Štítek",
    "Reverse ?" : "Obrátit?",
    "Notification settings" : "Nastavení upozorňování",
    "Enable" : "Zapnout",
    "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 messages shown of %s messages stored in database." : "Zobrazeno %s zpráv ze %s zpráv uložených v databázi.",
    "Please select a conversation from the list to load it." : "Pro načtení konverzace ji vyberte ze seznamu."
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");