Blame view

sources/apps/files_external/l10n/lv.php 1.18 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
6d9380f96   Cédric Dupont   Update sources OC...
3
4
5
6
7
8
9
10
  "Please provide a valid Dropbox app key and secret." => "Lūdzu, norādiet derīgu Dropbox lietotnes atslēgu un noslēpumu.",
  "External storage" => "Ārējā krātuve",
  "Location" => "Vieta",
  "Host" => "Resursdators",
  "Username" => "Lietotājvārds",
  "Password" => "Parole",
  "Share" => "Dalīties",
  "URL" => "URL",
03e52840d   Kload   Init
11
12
13
  "Access granted" => "Piešķirta pieeja",
  "Error configuring Dropbox storage" => "Kļūda, konfigurējot Dropbox krātuvi",
  "Grant access" => "Piešķirt pieeju",
03e52840d   Kload   Init
14
  "Error configuring Google Drive storage" => "Kļūda, konfigurējot Google Drive krātuvi",
6d9380f96   Cédric Dupont   Update sources OC...
15
16
  "Personal" => "Personīgi",
  "Name" => "Nosaukums",
03e52840d   Kload   Init
17
18
  "External Storage" => "Ārējā krātuve",
  "Folder name" => "Mapes nosaukums",
03e52840d   Kload   Init
19
20
  "Configuration" => "Konfigurācija",
  "Options" => "Opcijas",
03e52840d   Kload   Init
21
  "Add storage" => "Pievienot krātuvi",
03e52840d   Kload   Init
22
23
24
25
26
  "All Users" => "Visi lietotāji",
  "Groups" => "Grupas",
  "Users" => "Lietotāji",
  "Delete" => "Dzēst",
  "Enable User External Storage" => "Aktivēt lietotāja ārējo krātuvi",
03e52840d   Kload   Init
27
28
29
  "SSL root certificates" => "SSL saknes sertifikāti",
  "Import Root Certificate" => "Importēt saknes sertifikātus"
  );
31b7f2792   Kload   Upgrade to ownclo...
30
  $PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);";