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

sl.js « l10n - github.com/nextcloud/ocsms.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ea5c37276d4d4c65afc6d1739e89b0fd30802b13 (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" : "Usklajevanje s telefonom",
    "An app to sync SMS with your cloud" : "Program za usklajevanje sporočil SMS z oblakom",
    "Cancel" : "Prekliči",
    "Confirm" : "Potrdi",
    "No contact found." : "Ni najdenih stikov.",
    "Settings" : "Nastavitve",
    "Max messages to load per conversation" : "Največje število naloženih sporočil na pogovor",
    "Invalid message limit" : "Neveljavna omejitev sporočila",
    "Default country code" : "Privzeta koda države",
    "Contact ordering" : "Razvrstitev stikov",
    "Last message" : "Zadnje sporočilo",
    "Label" : "Oznaka",
    "Reverse ?" : "Obrnjeno ?",
    "Notification settings" : "Nastavitve obveščanja",
    "Enable" : "Omogoči",
    "Disable" : "Onemogoči",
    "Are you sure you want to wipe all your messages ?" : "Ali ste prepričani, da želite trajno izbrisati vsa sporočila?",
    "Reset all messages" : "Ponastavi vsa sporočila",
    "%s messages shown of %s messages stored in database." : "%s sporočil od %s shranjenih v podatkovni zbirki.",
    "Please select a conversation from the list to load it." : "Izberite pogovor s seznama."
},
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");