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

sk.js « l10n - github.com/nextcloud/ocsms.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 267dd4986dc238a61348a2c65f7c8567d08eb4c2 (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
OC.L10N.register(
    "ocsms",
    {
    "Phone Sync" : "SMS",
    "An app to sync SMS with your cloud" : "Aplikácia na synchronizáciu správ SMS s cloudom",
    "Cancel" : "Zrušiť",
    "Confirm" : "Potvrdiť",
    "No contact found." : "Nenašli sa žiadne kontakty.",
    "Settings" : "Nastavenia",
    "Max messages to load per conversation" : "Maximálny počet správ na jednu konverzáciu",
    "Invalid message limit" : "Neplatný limit správy",
    "Default country code" : "Predvolený kód krajiny",
    "Contact ordering" : "Zoradenie kontaktov",
    "Last message" : "Posledná správa",
    "Label" : "Štítok",
    "Reverse ?" : "Obrátiť?",
    "Notification settings" : "Nastavenie notifikácií",
    "Enable" : "Povoliť",
    "Disable" : "Zakázať",
    "Are you sure you want to wipe all your messages ?" : "Naozaj chcete vymazať všetky svoje správy?",
    "Reset all messages" : "Resetovať všetky správy",
    "Please select a conversation from the list to load it." : "Pre načítanie konverzácie ju vyberte zo zoznamu."
},
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");