Blame view

sources/settings/l10n/ia.php 996 Bytes
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
03e52840d   Kload   Init
3
4
  "Language changed" => "Linguage cambiate",
  "Invalid request" => "Requesta invalide",
31b7f2792   Kload   Upgrade to ownclo...
5
6
  "Error" => "Error",
  "Update" => "Actualisar",
03e52840d   Kload   Init
7
8
9
  "Groups" => "Gruppos",
  "Delete" => "Deler",
  "__language_name__" => "Interlingua",
31b7f2792   Kload   Upgrade to ownclo...
10
11
  "Log" => "Registro",
  "More" => "Plus",
03e52840d   Kload   Init
12
13
  "Add your App" => "Adder tu application",
  "Select an App" => "Selectionar un app",
31b7f2792   Kload   Upgrade to ownclo...
14
  "Get the apps to sync your files" => "Obtene le apps (applicationes) pro synchronizar tu files",
03e52840d   Kload   Init
15
16
17
18
19
20
21
  "Password" => "Contrasigno",
  "Unable to change your password" => "Non pote cambiar tu contrasigno",
  "Current password" => "Contrasigno currente",
  "New password" => "Nove contrasigno",
  "Change password" => "Cambiar contrasigno",
  "Email" => "E-posta",
  "Your email address" => "Tu adresse de e-posta",
31b7f2792   Kload   Upgrade to ownclo...
22
  "Profile picture" => "Imagine de profilo",
03e52840d   Kload   Init
23
24
25
  "Language" => "Linguage",
  "Help translate" => "Adjuta a traducer",
  "Create" => "Crear",
31b7f2792   Kload   Upgrade to ownclo...
26
27
  "Other" => "Altere",
  "Username" => "Nomine de usator"
03e52840d   Kload   Init
28
  );
31b7f2792   Kload   Upgrade to ownclo...
29
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";