nextcloud/apps/files_external/l10n/lv.php

30 lines
1.2 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2014-06-29 09:56:00 +04:00
"Please provide a valid Dropbox app key and secret." => "Lūdzu, norādiet derīgu Dropbox lietotnes atslēgu un noslēpumu.",
2014-06-07 09:56:13 +04:00
"External storage" => "Ārējā krātuve",
2014-04-30 09:57:53 +04:00
"Location" => "Vieta",
2014-05-17 09:57:38 +04:00
"Host" => "Resursdators",
2014-04-30 09:57:53 +04:00
"Username" => "Lietotājvārds",
"Password" => "Parole",
"Share" => "Dalīties",
2014-05-16 09:55:55 +04:00
"URL" => "URL",
2013-02-05 03:20:29 +04:00
"Access granted" => "Piešķirta pieeja",
"Error configuring Dropbox storage" => "Kļūda, konfigurējot Dropbox krātuvi",
"Grant access" => "Piešķirt pieeju",
"Error configuring Google Drive storage" => "Kļūda, konfigurējot Google Drive krātuvi",
2014-06-08 09:56:13 +04:00
"Personal" => "Personīgi",
"Name" => "Nosaukums",
2013-02-05 03:20:29 +04:00
"External Storage" => "Ārējā krātuve",
2013-03-01 03:07:02 +04:00
"Folder name" => "Mapes nosaukums",
2013-02-05 03:20:29 +04:00
"Configuration" => "Konfigurācija",
2013-03-01 03:07:02 +04:00
"Add storage" => "Pievienot krātuvi",
2013-02-05 03:20:29 +04:00
"All Users" => "Visi lietotāji",
2012-12-13 03:18:20 +04:00
"Groups" => "Grupas",
"Users" => "Lietotāji",
2013-02-05 03:20:29 +04:00
"Delete" => "Dzēst",
"Enable User External Storage" => "Aktivēt lietotāja ārējo krātuvi",
"SSL root certificates" => "SSL saknes sertifikāti",
"Import Root Certificate" => "Importēt saknes sertifikātus"
2012-12-13 03:18:20 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);";