nextcloud/apps/files_external/l10n/lv.js

28 lines
837 B
JavaScript
Raw Normal View History

OC.L10N.register(
"files_external",
{
"External storage" : "Ārējā krātuve",
"Personal" : "Personīgi",
2015-08-25 19:39:10 +03:00
"Grant access" : "Piešķirt pieeju",
"Access granted" : "Piešķirta pieeja",
2015-10-29 08:55:45 +03:00
"Enable encryption" : "Ieslēgt šifrēšanu",
2015-01-02 09:54:28 +03:00
"Saved" : "Saglabāts",
2015-08-25 19:39:10 +03:00
"None" : "Nav",
2015-09-14 08:55:35 +03:00
"Username" : "Lietotājvārds",
2015-08-25 19:39:10 +03:00
"Password" : "Parole",
"Port" : "Ports",
"WebDAV" : "WebDAV",
"URL" : "URL",
2015-09-14 08:55:35 +03:00
"Host" : "Resursdators",
2015-08-25 19:39:10 +03:00
"Location" : "Vieta",
"ownCloud" : "ownCloud",
2015-09-14 08:55:35 +03:00
"Share" : "Dalīties",
"Name" : "Nosaukums",
"External Storage" : "Ārējā krātuve",
"Folder name" : "Mapes nosaukums",
"Configuration" : "Konfigurācija",
2015-11-25 09:55:37 +03:00
"Add storage" : "Pievienot krātuvi",
"Delete" : "Dzēst"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");