aboutsummaryrefslogtreecommitdiffstats
path: root/language
diff options
context:
space:
mode:
authorddtddt <ddtddt@piwigo.org>2011-09-19 07:04:34 +0000
committerddtddt <ddtddt@piwigo.org>2011-09-19 07:04:34 +0000
commit511b1e7ced2aa402e09ab5d23d90073d9efa84b9 (patch)
tree5efad94c08c9ba899895190b4a6ea1c9f33a1ce3 /language
parent536e13dd0d4c8684f1c6ff6d5e60a644b14a876b (diff)
[trunk] - language - update ca_ES (Catalan) thanks to josep.torne - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12182 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language')
-rw-r--r--language/ca_ES/admin.lang.php2
-rw-r--r--language/ca_ES/common.lang.php27
2 files changed, 26 insertions, 3 deletions
diff --git a/language/ca_ES/admin.lang.php b/language/ca_ES/admin.lang.php
index 6f743a7ff..c42f24ba6 100644
--- a/language/ca_ES/admin.lang.php
+++ b/language/ca_ES/admin.lang.php
@@ -800,4 +800,6 @@ $lang['THIS PLUGIN IS NOW PART OF PIWIGO CORE! DELETE IT NOW.'] = 'ARA AQUEST CO
$lang['ERROR: THIS PLUGIN IS MISSING BUT IT IS INSTALLED! UNINSTALL IT NOW.'] = 'ERROR: AQUEST CONNECTOR MANCA PERÒ ESTÀ INSTAL·LAT! DESISNTAL·LAR-LO ARA.';
$lang['display'] = 'visualitzar';
$lang['Learn more'] = 'Apreneu-ne més';
+$lang['Rate'] = 'Velocitat';
+$lang['Average rate'] = 'Velocitat mitjana';
?> \ No newline at end of file
diff --git a/language/ca_ES/common.lang.php b/language/ca_ES/common.lang.php
index af7ff7055..d93699b1c 100644
--- a/language/ca_ES/common.lang.php
+++ b/language/ca_ES/common.lang.php
@@ -35,7 +35,6 @@ $lang_info['direction'] = 'ltr';
$lang_info['code'] = 'ca';
$lang_info['zero_plural'] = true;
-$lang['%.2f (rated %d times)'] = '%.2f (valorada %d vegades)';
$lang['%d Kb'] = '%d Kb';
$lang['%d album updated'] = '%d categoria actualitzada';
$lang['%d albums updated'] = '%d categories actualitzades';
@@ -56,7 +55,6 @@ $lang['All tags'] = 'Totes les etiquetes';
$lang['Any tag'] = 'Qualsevol etiqueta';
$lang['At least one listed rule must be satisfied.'] = 'Almenys s\'ha de satisfer una regla de la llista .';
$lang['At least one tag must match'] = 'Almenys ha de coincidir una etiqueta';
-$lang['Average rate'] = 'Velocitat mitjana';
$lang['Albums'] = 'Categories';
$lang['Album'] = 'Categoria';
$lang['Close this window'] = 'Tanca aquesta finestra';
@@ -100,7 +98,6 @@ $lang['Posted on'] = 'Publicat el';
$lang['Profile'] = 'Perfil';
$lang['Quick connect'] = 'Connexió ràpida';
$lang['RSS feed'] = 'Canal RSS';
-$lang['Rate'] = 'Velocitat';
$lang['Register'] = 'Registrar-se';
$lang['Registration'] = 'Registre';
$lang['Related tags'] = 'Etiquetes afins';
@@ -354,4 +351,28 @@ $lang['This author modified following comment:'] = 'Aquest autor ha modificat el
$lang['This author removed the comment with id %d'] = 'Aquest autor ha eliminat el comentari amb id %d';
$lang['validate this comment'] = 'valida aquest comentari';
$lang['html tags are not allowed in login'] = "les etiquetes html no són permeses en les dades d'inici de sessió";
+$lang['%d rates'] = '%d valoracions';
+$lang['Rating score'] = 'Resultat de valoració';
+$lang['Enter a username or email address'] = 'Introdueix un nom d\'usuari o una adreça de correu';
+$lang['Invalid username or email'] = 'Nom d\'usuari o correu electrònic invàlid';
+$lang['Password reset is not allowed for this user'] = 'No està permès inicialitzar la contrasenya per aquest usuari';
+$lang['User "%s" has no email address, password reset is not possible'] = 'L\'usuari "%s" no té adreça de correu electrònic, la inicialització de la contrasenya no és possible';
+$lang['Someone requested that the password be reset for the following user account:'] = 'Algú ha demanat que la contrasenya s\'inicialitzi pels següents comptes d\'usuari';
+$lang['Username "%s" on gallery %s'] = 'El nom d\'usuari "%s" sobre la galeria %s';
+$lang['To reset your password, visit the following address:'] = 'Per inicialitzar la vostra contrasenya visiteu la següent adreça:';
+$lang['If this was a mistake, just ignore this email and nothing will happen.'] = 'Si es tracta d\'un error, ignoreu aquest correu electrònic com si res hagués passat.';
+$lang['Password Reset'] = 'La contrasenya s\'ha inicialitzat';
+$lang['Check your email for the confirmation link'] = 'Reviseu el vostre correu electrònic amb l\'enllaç de confirmació';
+$lang['Invalid key'] = 'Clau invàlida';
+$lang['The passwords do not match'] = 'La contrasenya no coincideix';
+$lang['Your password has been reset'] = 'La teva contrasenya ha estat inicialitzada';
+$lang['Return to home page'] = 'Tornar a la pàgina d\'inici';
+$lang['Please enter your username or email address.'] = 'Si us plau, introduïu el vostre nom d\'usuari o correu electrònic.';
+$lang['You will receive a link to create a new password via email.'] = 'Rebreu un enllaç via correu electrònic per a crear una nova contrasenya.';
+$lang['Username or email'] = 'Nom d\'usuari o correu electrònic';
+$lang['Change my password'] = 'Canviar la meva contrasenya';
+$lang['Enter your new password below.'] = 'Introduïu la vostra nova contrasenya a sota.';
+$lang['Reset Password'] = 'Inicialitzar contrasenya';
+$lang['EXIF Metadata'] = 'Metadada EXIF';
+$lang['IPTC Metadata'] = 'Metadada IPTC';
?> \ No newline at end of file