diff --git a/apps/gallery/templates/view_album.php b/apps/gallery/templates/view_album.php
index 4acc965269c..7e3a67df4e4 100644
--- a/apps/gallery/templates/view_album.php
+++ b/apps/gallery/templates/view_album.php
@@ -5,6 +5,7 @@ OC_Util::addScript('gallery', 'album_cover');
OC_Util::addScript('files_imageviewer', 'jquery.mousewheel-3.0.4.pack');
OC_Util::addScript('files_imageviewer', 'jquery.fancybox-1.3.4.pack');
OC_Util::addStyle( 'files_imageviewer', 'jquery.fancybox-1.3.4' );
+$l = new OC_L10N('gallery');
?>
diff --git a/apps/media/css/music.css b/apps/media/css/music.css
index 41ade44a66f..da0407fca58 100644
--- a/apps/media/css/music.css
+++ b/apps/media/css/music.css
@@ -20,8 +20,8 @@ div.jp-volume-bar-value { background:#ccc; width:0; height:0.4em; }
#collection { padding-top:1em; position:relative; width:100%; float:left; }
#collection li.album,#collection li.song { margin-left:3em; }
-#leftcontent img.remove { display:none; float:right; cursor:pointer; }
-#leftcontent li:hover img.remove { display:inline; }
+#leftcontent img.remove { display:none; float:right; cursor:pointer; opacity: 0; }
+#leftcontent li:hover img.remove { display:inline; opacity: .3; }
#leftcontent li div.label { float: left; width: 200px; overflow: hidden; text-overflow: ellipsis; }
#collection li button { float:right; }
#collection li,#playlist li { list-style-type:none; }
diff --git a/core/css/styles.css b/core/css/styles.css
index 76e1e5760b8..53af8b383e3 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -106,6 +106,7 @@ label.infield { cursor: text !important; }
#notification { z-index:101; cursor:pointer; background-color:#fc4; border:0; padding:0 .7em .3em; display:none; position:fixed; left:50%; top:0; -moz-border-radius-bottomleft:1em; -webkit-border-bottom-left-radius:1em; border-bottom-left-radius:1em; -moz-border-radius-bottomright:1em; -webkit-border-bottom-right-radius:1em; border-bottom-right-radius:1em; }
.action, .selectedActions a, #logout { opacity:.3; -webkit-transition:opacity 500ms; -moz-transition:opacity 500ms; -o-transition:opacity 500ms; transition:opacity 500ms; }
+.action { width: 16px; height: 16px; }
.action:hover, .selectedActions a:hover, #logout:hover { opacity:1; }
table:not(.nostyle) tr { -webkit-transition:background-color 500ms; -moz-transition:background-color 500ms; -o-transition:background-color 500ms; transition:background-color 500ms; }
diff --git a/core/img/filetypes/vcf.png b/core/img/filetypes/text-vcard.png
similarity index 100%
rename from core/img/filetypes/vcf.png
rename to core/img/filetypes/text-vcard.png
diff --git a/core/js/multiselect.js b/core/js/multiselect.js
index 610e9193bb7..96fc09a0759 100644
--- a/core/js/multiselect.js
+++ b/core/js/multiselect.js
@@ -61,22 +61,22 @@
input.change(function(){
var groupname=$(this).next().text();
if($(this).is(':checked')){
- settings.checked.push(groupname);
if(settings.oncheck){
if(settings.oncheck(groupname)===false){
$(this).attr('checked', false);
return;
}
}
+ settings.checked.push(groupname);
}else{
var index=settings.checked.indexOf(groupname);
- settings.checked.splice(index,1);
if(settings.onuncheck){
if(settings.onuncheck(groupname)===false){
$(this).attr('checked',true);
return;
}
}
+ settings.checked.splice(index,1);
}
var oldWidth=button.width();
if(settings.checked.length>0){
diff --git a/core/l10n/ca.php b/core/l10n/ca.php
index 2f9017822eb..bb121cd4f77 100644
--- a/core/l10n/ca.php
+++ b/core/l10n/ca.php
@@ -1,18 +1,21 @@
"Restableix la contrasenya d'Owncloud",
+"Use the following link to reset your password: {link}" => "Useu l'enllaç següent per restablir la contrasenya: {enllaç}",
"You will receive a link to reset your password via Email." => "Rebreu un enllaç al correu electrònic per reiniciar la contrasenya.",
"Requested" => "Sol·licitat",
-"Login failed!" => "No s'ha pogut entrar",
+"Login failed!" => "No s'ha pogut iniciar la sessió",
"Username" => "Nom d'usuari",
"Request reset" => "Sol·licita reinicialització",
"Your password was reset" => "La vostra contrasenya s'ha reinicialitzat",
+"To login page" => "A la pàgina d'inici de sessió",
"New password" => "Contrasenya nova",
-"Reset password" => "Reinicialitza contrasenya",
+"Reset password" => "Reinicialitza la contrasenya",
"Personal" => "Personal",
"Users" => "Usuaris",
"Apps" => "Aplicacions",
"Admin" => "Administrador",
"Help" => "Ajuda",
-"Cloud not found" => "No s'ha trobat el núvol",
+"Cloud not found" => "No s'ha trobat al núvol",
"Create an
admin account" => "Crea un
compte d'administrador",
"Password" => "Contrasenya",
"Advanced" => "Avançat",
@@ -24,10 +27,12 @@
"Database name" => "Nom de la base de dades",
"Database host" => "Ordinador central de la base de dades",
"Finish setup" => "Acaba la configuració",
+"web services under your control" => "serveis web controlats per vós",
"Log out" => "Sortir",
"Settings" => "Arranjament",
"Lost your password?" => "Heu perdut la contrasenya?",
"remember" => "recorda'm",
+"Log in" => "Inici de sessió",
"You are logged out." => "Heu tancat la sessió.",
"prev" => "anterior",
"next" => "següent"
diff --git a/core/l10n/cs_CZ.php b/core/l10n/cs_CZ.php
index ad2b34e7a70..b3e57981a6d 100644
--- a/core/l10n/cs_CZ.php
+++ b/core/l10n/cs_CZ.php
@@ -1,10 +1,13 @@
"Reset hesla Owncloud",
+"Use the following link to reset your password: {link}" => "Heslo vyresetujete použitím následujícího odkazu: {link}",
"You will receive a link to reset your password via Email." => "Bude Vám zaslán odkaz pro obnovu hesla",
"Requested" => "Požadováno",
"Login failed!" => "Přihlášení selhalo",
"Username" => "Uživatelské jméno",
"Request reset" => "Vyžádat obnovu",
"Your password was reset" => "Vaše heslo bylo obnoveno",
+"To login page" => "Na stránku přihlášení",
"New password" => "Nové heslo",
"Reset password" => "Obnovit heslo",
"Personal" => "Osobní",
@@ -24,10 +27,12 @@
"Database name" => "Název databáze",
"Database host" => "Hostitel databáze",
"Finish setup" => "Dokončit instalaci",
+"web services under your control" => "webové služby pod Vaší kontrolou",
"Log out" => "Odhlásit se",
"Settings" => "Nastavení",
"Lost your password?" => "Zapomenuté heslo?",
"remember" => "zapamatovat si",
+"Log in" => "Login",
"You are logged out." => "Jste odhlášeni.",
"prev" => "zpět",
"next" => "vpřed"
diff --git a/core/l10n/da.php b/core/l10n/da.php
index 298ee69ec22..97ebb27baca 100644
--- a/core/l10n/da.php
+++ b/core/l10n/da.php
@@ -1,10 +1,13 @@
"Nulstil adgangskode til Owncloud",
+"Use the following link to reset your password: {link}" => "Anvend følgende link til at nulstille din adgangskode: {link}",
"You will receive a link to reset your password via Email." => "Du vil modtage et link til at nulstille dit kodeord via email.",
"Requested" => "Forespugt",
"Login failed!" => "Login fejlede!",
"Username" => "Brugernavn",
"Request reset" => "Anmod om nulstilling",
"Your password was reset" => "Dit kodeord blev nulstillet",
+"To login page" => "Til login-side",
"New password" => "Nyt kodeord",
"Reset password" => "Nulstil kodeord",
"Personal" => "Personlig",
@@ -24,10 +27,12 @@
"Database name" => "Navn på database",
"Database host" => "Databasehost",
"Finish setup" => "Afslut opsætning",
+"web services under your control" => "Webtjenester under din kontrol",
"Log out" => "Log ud",
"Settings" => "Indstillinger",
"Lost your password?" => "Mistet dit kodeord?",
"remember" => "husk",
+"Log in" => "Log ind",
"You are logged out." => "Du er nu logget ud.",
"prev" => "forrige",
"next" => "næste"
diff --git a/core/l10n/el.php b/core/l10n/el.php
index c831f5a64e3..b1330684e5e 100644
--- a/core/l10n/el.php
+++ b/core/l10n/el.php
@@ -1,10 +1,13 @@
"Επανέκδοση κωδικού για το Qwncloud",
+"Use the following link to reset your password: {link}" => "Χρησιμοποιήστε τον ακόλουθο σύνδεσμο για να επανεκδόσετε τον κωδικό: {link}",
"You will receive a link to reset your password via Email." => "Θα λάβετε ένα σύνδεσμο για να επαναφέρετε τον κωδικό πρόσβασής σας μέσω ηλεκτρονικού ταχυδρομείου.",
"Requested" => "Ζητήθησαν",
"Login failed!" => "Η σύνδεση απέτυχε!",
"Username" => "Όνομα Χρήστη",
"Request reset" => "Επαναφορά αίτησης",
"Your password was reset" => "Ο κωδικός πρόσβασής σας επαναφέρθηκε",
+"To login page" => "Σελίδα εισόδου",
"New password" => "Νέος κωδικός",
"Reset password" => "Επαναφορά κωδικού πρόσβασης",
"Personal" => "Προσωπικά",
@@ -24,10 +27,12 @@
"Database name" => "Όνομα βάσης δεδομένων",
"Database host" => "Διακομιστής βάσης δεδομένων",
"Finish setup" => "Ολοκλήρωση εγκατάστασης",
+"web services under your control" => "Υπηρεσίες web υπό τον έλεγχό σας",
"Log out" => "Αποσύνδεση",
"Settings" => "Ρυθμίσεις",
"Lost your password?" => "Ξεχάσατε τον κωδικό σας;",
"remember" => "να με θυμάσαι",
+"Log in" => "Είσοδος",
"You are logged out." => "Έχετε αποσυνδεθεί.",
"prev" => "προηγούμενο",
"next" => "επόμενο"
diff --git a/core/l10n/es.php b/core/l10n/es.php
index 20a92b51e8b..4ce42a645e2 100644
--- a/core/l10n/es.php
+++ b/core/l10n/es.php
@@ -1,10 +1,13 @@
"Restablecer contraseña de ownCloud",
+"Use the following link to reset your password: {link}" => "Utiliza el siguiente enlace para restablecer tu contraseña: {link}",
"You will receive a link to reset your password via Email." => "Recibirás un enlace por correo electrónico para restablecer tu contraseña",
"Requested" => "Pedido",
"Login failed!" => "¡Fallo al iniciar sesión!",
"Username" => "Nombre de usuario",
"Request reset" => "Solicitar restablecimiento",
"Your password was reset" => "Tu contraseña se ha restablecido",
+"To login page" => "A la página de inicio de sesión",
"New password" => "Nueva contraseña",
"Reset password" => "Restablecer contraseña",
"Personal" => "Personal",
@@ -24,10 +27,12 @@
"Database name" => "Nombre de la base de datos",
"Database host" => "Host de la base de datos",
"Finish setup" => "Completar la instalación",
+"web services under your control" => "servicios web bajo tu control",
"Log out" => "Salir",
"Settings" => "Ajustes",
"Lost your password?" => "¿Has perdido tu contraseña?",
"remember" => "recuérdame",
+"Log in" => "Entrar",
"You are logged out." => "Has cerrado sesión.",
"prev" => "anterior",
"next" => "siguiente"
diff --git a/core/l10n/fr.php b/core/l10n/fr.php
index a736cf89745..64215442d89 100644
--- a/core/l10n/fr.php
+++ b/core/l10n/fr.php
@@ -1,10 +1,13 @@
"Réinitialisation de votre mot de passe Owncloud",
+"Use the following link to reset your password: {link}" => "Utilisez le lien suivant pour réinitialiser votre mot de passe : {link}",
"You will receive a link to reset your password via Email." => "Vous allez recevoir un e-mail contenant un lien pour réinitialiser votre mot de passe",
"Requested" => "Demande envoyée",
"Login failed!" => "Nom d'utilisateur ou e-mail invalide",
"Username" => "Nom d'utilisateur",
"Request reset" => "Demander la réinitialisation",
"Your password was reset" => "Votre mot de passe a été réinitialisé",
+"To login page" => "Retour à la page d'authentification",
"New password" => "Nouveau mot de passe",
"Reset password" => "Réinitialiser le mot de passe",
"Personal" => "Personnels",
@@ -24,10 +27,12 @@
"Database name" => "Nom de la base de données",
"Database host" => "Serveur de la base de données",
"Finish setup" => "Terminer l'installation",
+"web services under your control" => "services web sous votre contrôle",
"Log out" => "Se déconnecter",
"Settings" => "Paramètres",
"Lost your password?" => "Mot de passe perdu ?",
"remember" => "se souvenir de moi",
+"Log in" => "Connexion",
"You are logged out." => "Vous êtes désormais déconnecté.",
"prev" => "précédent",
"next" => "suivant"
diff --git a/core/l10n/it.php b/core/l10n/it.php
index 893e41e407e..1a63e7ea36e 100644
--- a/core/l10n/it.php
+++ b/core/l10n/it.php
@@ -1,10 +1,13 @@
"Azzera la password di Owncloud",
+"Use the following link to reset your password: {link}" => "Usa il link seguente per azzerare la password: {link}",
"You will receive a link to reset your password via Email." => "Riceverai un link per resettare la tua password via Email",
"Requested" => "Richiesto",
"Login failed!" => "Login fallito!",
"Username" => "Nome utente",
"Request reset" => "Richiesta di ripristino",
"Your password was reset" => "La password è stata reimpostata",
+"To login page" => "Alla pagina di ingresso",
"New password" => "Nuova password",
"Reset password" => "Reimposta password",
"Personal" => "Personale",
@@ -24,10 +27,12 @@
"Database name" => "Nome database",
"Database host" => "Host del database",
"Finish setup" => "Termina",
+"web services under your control" => "Servizi web nelle tue mani",
"Log out" => "Log out",
"Settings" => "Impostazioni",
"Lost your password?" => "Password persa?",
"remember" => "ricorda",
+"Log in" => "Entra",
"You are logged out." => "Sei uscito.",
"prev" => "precedente",
"next" => "successivo"
diff --git a/core/l10n/nl.php b/core/l10n/nl.php
index 22b751aaa15..3d444c92604 100644
--- a/core/l10n/nl.php
+++ b/core/l10n/nl.php
@@ -1,10 +1,13 @@
"reset je Owncloud wachtwoord",
+"Use the following link to reset your password: {link}" => "Gebruik de volgende link om je wachtwoord te resetten: {link}",
"You will receive a link to reset your password via Email." => "U ontvangt een link om je wachtwoord opnieuw in te stellen via e-mail.",
"Requested" => "Gevraagd",
"Login failed!" => "Login mislukt!",
"Username" => "Gebruikersnaam",
"Request reset" => "Resetaanvraag",
"Your password was reset" => "Je wachtwoord is geweizigd",
+"To login page" => "Naar de login-pagina",
"New password" => "Nieuw wachtwoord",
"Reset password" => "Reset wachtwoord",
"Personal" => "Persoonlijk",
@@ -24,10 +27,12 @@
"Database name" => "Naam databank",
"Database host" => "Database server",
"Finish setup" => "Installatie afronden",
+"web services under your control" => "webdiensten die je beheerst",
"Log out" => "Afmelden",
"Settings" => "Instellingen",
"Lost your password?" => "Uw wachtwoord vergeten?",
"remember" => "onthoud gegevens",
+"Log in" => "Meld je aan",
"You are logged out." => "U bent afgemeld.",
"prev" => "vorige",
"next" => "volgende"
diff --git a/core/l10n/pl.php b/core/l10n/pl.php
index d972bed54e1..d06bbf22154 100644
--- a/core/l10n/pl.php
+++ b/core/l10n/pl.php
@@ -1,10 +1,13 @@
"Resetowani hasła",
+"Use the following link to reset your password: {link}" => "Użyj tego linku do zresetowania hasła: {link}",
"You will receive a link to reset your password via Email." => "Otrzymasz link do resetowania hasła poprzez e-mail.",
"Requested" => "Żądane",
"Login failed!" => "Logowanie nie powiodło się!",
"Username" => "Użytkownik",
"Request reset" => "Żądanie resetowania",
"Your password was reset" => "Twoje hasło zostało zresetowane",
+"To login page" => "Do strony logowania",
"New password" => "Nowe hasło",
"Reset password" => "Zresetuj hasło",
"Personal" => "Ustawienia osobiste",
@@ -24,10 +27,12 @@
"Database name" => "Nazwa bazy danych",
"Database host" => "Host bazy danych",
"Finish setup" => "Zakończ instalację",
+"web services under your control" => "usługi internetowe twoją pod kontrolą",
"Log out" => "Wyloguj się",
"Settings" => "Ustawienia",
"Lost your password?" => "Nie pamiętasz hasła?",
"remember" => "zapamiętaj",
+"Log in" => "Zaloguj się",
"You are logged out." => "Zostałeś wylogowany.",
"prev" => "wstecz",
"next" => "dalej"
diff --git a/core/l10n/ro.php b/core/l10n/ro.php
index 86c03478096..7a8b289de5a 100644
--- a/core/l10n/ro.php
+++ b/core/l10n/ro.php
@@ -1,10 +1,13 @@
"Resetare parolă Owncloud",
+"Use the following link to reset your password: {link}" => "Folosiți următorul link pentru a reseta parola: {link}",
"You will receive a link to reset your password via Email." => "Veți primi la adresa de email un link prin care veți putea reseta parola",
"Requested" => "Cerută",
"Login failed!" => "Autentificare eșuată",
"Username" => "Utilizator",
"Request reset" => "Cerere trimisă",
"Your password was reset" => "Parola a fost resetată",
+"To login page" => "Spre pagina de login",
"New password" => "Noua parolă",
"Reset password" => "Resetează parola",
"Personal" => "Personal",
@@ -24,10 +27,12 @@
"Database name" => "Numele bazei de date",
"Database host" => "Baza de date",
"Finish setup" => "Finalizează instalarea",
+"web services under your control" => "Servicii web sub controlul tău",
"Log out" => "Ieșire",
"Settings" => "Setări",
"Lost your password?" => "Ai uitat parola?",
"remember" => "ține minte",
+"Log in" => "Autentificare",
"You are logged out." => "Ai ieșit",
"prev" => "precedentul",
"next" => "următorul"
diff --git a/files/css/files.css b/files/css/files.css
index b384fef0b78..6c4d603b4a6 100644
--- a/files/css/files.css
+++ b/files/css/files.css
@@ -70,6 +70,7 @@ table thead.fixed { height:2em; }
#select_all { float:left; margin:.3em 0.6em 0 .5em; }
#uploadsize-message,#delete-confirm { display:none; }
.selectedActions a,#fileList a.action { float:right; display:inline; margin:0 .5em; padding:.3em .3em 0 .3em !important; }
+a.action>img{ max-height:16px; max-width:16px; }
.selectedActions { display:none; }
/* add breadcrumb divider to the File item in navigation panel */
diff --git a/files/js/fileactions.js b/files/js/fileactions.js
index 6f0729e43b6..b5dd3982803 100644
--- a/files/js/fileactions.js
+++ b/files/js/fileactions.js
@@ -66,7 +66,7 @@ FileActions={
if(img.call){
img=img(file);
}
- var html='
';
+ var html='
';
var element=$(html);
if(img){
element.append($('

'));
@@ -80,6 +80,7 @@ FileActions={
FileActions.hide();
action(currentFile);
});
+ element.hide();
parent.children('a.name').append(element);
}
}
@@ -88,7 +89,7 @@ FileActions={
if(img.call){
img=img(file);
}
- var html='
';
+ var html='
';
var element=$(html);
if(img){
element.append($('

'));
@@ -102,10 +103,13 @@ FileActions={
FileActions.hide();
action(currentFile);
});
+ element.hide();
parent.parent().children().last().append(element);
}
- $('#fileList .action').hide();
- $('#fileList .action').fadeIn(200);
+ $('#fileList .action').css('-o-transition-property','none');//temporarly disable
+ $('#fileList .action').fadeIn(200,function(){
+ $('#fileList .action').css('-o-transition-property','opacity');
+ });
return false;
},
hide:function(){
diff --git a/files/l10n/ca.php b/files/l10n/ca.php
index cb685e543fd..b85b36f5c02 100644
--- a/files/l10n/ca.php
+++ b/files/l10n/ca.php
@@ -7,13 +7,17 @@
"Missing a temporary folder" => "S'ha perdut un fitxer temporal",
"Files" => "Fitxers",
"Maximum upload size" => "Mida màxima de pujada",
+"New" => "Nou",
+"Text file" => "Fitxer de text",
+"Folder" => "Carpeta",
+"From the web" => "Des de la web",
"Upload" => "Puja",
"Nothing in here. Upload something!" => "Res per aquí. Pugeu alguna cosa!",
"Name" => "Nom",
-"Download" => "Descarrega",
+"Download" => "Baixa",
"Size" => "Mida",
"Modified" => "Modificat",
"Delete" => "Esborra",
"Upload too large" => "La pujada és massa gran",
-"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Els fitxers que esteu intentant pujar excedeixen la mida màxima de pujada d'aquest servidor"
+"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Els fitxers que esteu intentant pujar excedeixen la mida màxima de pujada del servidor"
);
diff --git a/files/l10n/cs_CZ.php b/files/l10n/cs_CZ.php
index d0ebace2d89..5d26b26604a 100644
--- a/files/l10n/cs_CZ.php
+++ b/files/l10n/cs_CZ.php
@@ -7,6 +7,10 @@
"Missing a temporary folder" => "Chybí adresář pro sočasné soubory",
"Files" => "Soubory",
"Maximum upload size" => "Maximální velikost ukládaných souborů",
+"New" => "Nový",
+"Text file" => "Textový soubor",
+"Folder" => "Adresář",
+"From the web" => "Z webu",
"Upload" => "Uložit",
"Nothing in here. Upload something!" => "Žádný obsah. Uložte si něco!",
"Name" => "Název",
diff --git a/files/l10n/da.php b/files/l10n/da.php
index 0bffc6a63e1..f86a98d44c1 100644
--- a/files/l10n/da.php
+++ b/files/l10n/da.php
@@ -7,6 +7,10 @@
"Missing a temporary folder" => "Mangler en midlertidig mappe",
"Files" => "Filer",
"Maximum upload size" => "Maksimal upload-størrelse",
+"New" => "Ny",
+"Text file" => "Tekstfil",
+"Folder" => "Mappe",
+"From the web" => "Fra nettet",
"Upload" => "Upload",
"Nothing in here. Upload something!" => "Her er tomt. Upload noget!",
"Name" => "Navn",
diff --git a/files/l10n/de.php b/files/l10n/de.php
index ea229b5dd73..ed76de649ab 100644
--- a/files/l10n/de.php
+++ b/files/l10n/de.php
@@ -7,6 +7,8 @@
"Missing a temporary folder" => "Temporärer Ordner fehlt.",
"Files" => "Dateien",
"Maximum upload size" => "Maximale Größe",
+"Text file" => "Text Datei",
+"Folder" => "Ordner",
"Upload" => "Hochladen",
"Nothing in here. Upload something!" => "Alles leer. Lad’ was hoch!",
"Name" => "Name",
diff --git a/files/l10n/el.php b/files/l10n/el.php
index 151527c7890..27a80fcc98c 100644
--- a/files/l10n/el.php
+++ b/files/l10n/el.php
@@ -7,6 +7,10 @@
"Missing a temporary folder" => "Λείπει ένας προσωρινός φάκελος",
"Files" => "Αρχεία",
"Maximum upload size" => "Μέγιστο μέγεθος μεταφόρτωσης",
+"New" => "Νέο",
+"Text file" => "Αρχείο κειμένου",
+"Folder" => "Φάκελος",
+"From the web" => "Από τον ιστό",
"Upload" => "Μεταφόρτωση",
"Nothing in here. Upload something!" => "Δεν υπάρχει τίποτα εδώ. Ανέβασε κάτι!",
"Name" => "Όνομα",
diff --git a/files/l10n/es.php b/files/l10n/es.php
index 14086d3f6ce..11665ac3c32 100644
--- a/files/l10n/es.php
+++ b/files/l10n/es.php
@@ -7,6 +7,10 @@
"Missing a temporary folder" => "Falta un directorio temporal",
"Files" => "Archivos",
"Maximum upload size" => "Tamaño máximo de subida",
+"New" => "Nuevo",
+"Text file" => "Archivo de texto",
+"Folder" => "Carpeta",
+"From the web" => "Desde la web",
"Upload" => "Subir",
"Nothing in here. Upload something!" => "Aquí no hay nada. ¡Sube algo!",
"Name" => "Nombre",
diff --git a/files/l10n/fr.php b/files/l10n/fr.php
index 6cc15896e21..cf90223a06a 100644
--- a/files/l10n/fr.php
+++ b/files/l10n/fr.php
@@ -7,6 +7,10 @@
"Missing a temporary folder" => "Il manque un répertoire temporaire",
"Files" => "Fichiers",
"Maximum upload size" => "Taille max. d'envoi",
+"New" => "Nouveau",
+"Text file" => "Fichier texte",
+"Folder" => "Dossier",
+"From the web" => "Depuis le web",
"Upload" => "Envoyer",
"Nothing in here. Upload something!" => "Il n'y a rien ici ! Envoyez donc quelque chose :)",
"Name" => "Nom",
diff --git a/files/l10n/it.php b/files/l10n/it.php
index 15ade733b97..919ff0b5aae 100644
--- a/files/l10n/it.php
+++ b/files/l10n/it.php
@@ -7,6 +7,10 @@
"Missing a temporary folder" => "Cartella temporanea mancante",
"Files" => "File",
"Maximum upload size" => "Dimensione massima upload",
+"New" => "Nuovo",
+"Text file" => "File di testo",
+"Folder" => "Cartella",
+"From the web" => "Dal web",
"Upload" => "Carica",
"Nothing in here. Upload something!" => "Non c'è niente qui. Carica qualcosa!",
"Name" => "Nome",
diff --git a/files/l10n/nl.php b/files/l10n/nl.php
index 9d470bdf2ff..36b4695a476 100644
--- a/files/l10n/nl.php
+++ b/files/l10n/nl.php
@@ -7,6 +7,10 @@
"Missing a temporary folder" => "Een tijdelijke map mist",
"Files" => "Bestanden",
"Maximum upload size" => "Maximale bestandsgrootte voor uploads",
+"New" => "Nieuw",
+"Text file" => "Tekstbestand",
+"Folder" => "Map",
+"From the web" => "Van het internet",
"Upload" => "Upload",
"Nothing in here. Upload something!" => "Er bevindt zich hier niets. Upload een bestand!",
"Name" => "Naam",
diff --git a/files/l10n/pl.php b/files/l10n/pl.php
index 075a3da07fe..d110f52ab1d 100644
--- a/files/l10n/pl.php
+++ b/files/l10n/pl.php
@@ -7,6 +7,10 @@
"Missing a temporary folder" => "Brakuje folderu tymczasowego",
"Files" => "Pliki",
"Maximum upload size" => "Maksymalna wielkość przesyłanego pliku",
+"New" => "Nowy",
+"Text file" => "Plik tekstowy",
+"Folder" => "Katalog",
+"From the web" => "Z Internetu",
"Upload" => "Prześlij",
"Nothing in here. Upload something!" => "Nic tu nie ma. Prześlij jakieś pliki!",
"Name" => "Nazwa",
diff --git a/files/l10n/ro.php b/files/l10n/ro.php
index 65ce6953ad0..9d8d6e2d5df 100644
--- a/files/l10n/ro.php
+++ b/files/l10n/ro.php
@@ -7,6 +7,10 @@
"Missing a temporary folder" => "Lipsă folder temporar",
"Files" => "Fișiere",
"Maximum upload size" => "Dimensiunea maximă",
+"New" => "Nou",
+"Text file" => "Fișier text",
+"Folder" => "Dosar",
+"From the web" => "De pe internet",
"Upload" => "Încarcă",
"Nothing in here. Upload something!" => "Nici un fișier, încarcă ceva!",
"Name" => "Nume",
diff --git a/l10n/.tx/config b/l10n/.tx/config
index b75b28bf1cd..3a0c6c28dc6 100644
--- a/l10n/.tx/config
+++ b/l10n/.tx/config
@@ -31,3 +31,8 @@ file_filter =
/settings.po
source_file = templates/settings.pot
source_lang = en
+[owncloud.gallery]
+file_filter = /gallery.po
+source_file = templates/gallery.pot
+source_lang = en
+
diff --git a/l10n/ar/calendar.po b/l10n/ar/calendar.po
index c24233afb29..ae7fed1101f 100644
--- a/l10n/ar/calendar.po
+++ b/l10n/ar/calendar.po
@@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-07 18:29+0100\n"
-"PO-Revision-Date: 2012-01-08 08:41+0000\n"
-"Last-Translator: george \n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:45+0000\n"
+"Last-Translator: icewind \n"
"Language-Team: Arabic (http://www.transifex.net/projects/p/owncloud/team/ar/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -315,27 +315,27 @@ msgstr "هذا الحدث ينتهي قبل أن يبدأ"
msgid "There was a database fail"
msgstr "خطأ في قاعدة البيانات"
-#: templates/calendar.php:38
+#: templates/calendar.php:52
msgid "Week"
msgstr "إسبوع"
-#: templates/calendar.php:39
+#: templates/calendar.php:53
msgid "Month"
msgstr "شهر"
-#: templates/calendar.php:40
+#: templates/calendar.php:54
msgid "List"
msgstr "قائمة"
-#: templates/calendar.php:45
+#: templates/calendar.php:59
msgid "Today"
msgstr "اليوم"
-#: templates/calendar.php:46
+#: templates/calendar.php:60
msgid "Calendars"
msgstr "الجداول الزمنية"
-#: templates/calendar.php:64
+#: templates/calendar.php:78
msgid "There was a fail, while parsing the file."
msgstr "لم يتم قراءة الملف بنجاح."
@@ -449,7 +449,7 @@ msgstr "جدول زمني جديد"
msgid "Edit calendar"
msgstr "عادل الجدول الزمني"
-#: templates/part.editcalendar.php:12 templates/part.import.php:29
+#: templates/part.editcalendar.php:12
msgid "Displayname"
msgstr "الاسم المرئي"
@@ -575,36 +575,36 @@ msgid "Description of the Event"
msgstr "وصف الحدث"
#: templates/part.import.php:1
-msgid "Import Ical File"
-msgstr "إدخال ملف Ical"
-
-#: templates/part.import.php:4
-msgid "How to import the new calendar?"
-msgstr "كيفية إدخال ملف جدول زمني ؟"
+msgid "Import a calendar file"
+msgstr ""
#: templates/part.import.php:6
-msgid "Import into an existing calendar"
-msgstr "إدخال معلومات إلى جدول زمني حالي"
-
-#: templates/part.import.php:7
-msgid "Import into a new calendar"
-msgstr "إدخال معلومات إلى جدول زمني جديد"
-
-#: templates/part.import.php:10
msgid "Please choose the calendar"
msgstr "الرجاء إختر الجدول الزمني"
-#: templates/part.import.php:20 templates/part.import.php:37
+#: templates/part.import.php:10
+msgid "create a new calendar"
+msgstr ""
+
+#: templates/part.import.php:15
+msgid "Name of new calendar"
+msgstr ""
+
+#: templates/part.import.php:17
msgid "Import"
msgstr "إدخال"
-#: templates/part.import.php:22 templates/part.import.php:39
-msgid "Back"
-msgstr "الرجوع"
+#: templates/part.import.php:20
+msgid "Importing calendar"
+msgstr ""
-#: templates/part.import.php:25
-msgid "Please fill out the form"
-msgstr "الرجاء إملء الخانات"
+#: templates/part.import.php:23
+msgid "Calendar imported successfully"
+msgstr ""
+
+#: templates/part.import.php:24
+msgid "Close Dialog"
+msgstr ""
#: templates/part.newevent.php:1
msgid "Create a new event"
diff --git a/l10n/ar/contacts.po b/l10n/ar/contacts.po
index 5f67130cd91..1a01a858a48 100644
--- a/l10n/ar/contacts.po
+++ b/l10n/ar/contacts.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-11 00:18+0100\n"
-"PO-Revision-Date: 2012-01-10 23:43+0000\n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:45+0000\n"
"Last-Translator: icewind \n"
"Language-Team: Arabic (http://www.transifex.net/projects/p/owncloud/team/ar/)\n"
"MIME-Version: 1.0\n"
@@ -18,6 +18,50 @@ msgstr ""
"Language: ar\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5\n"
+#: ajax/activation.php:17 ajax/updateaddressbook.php:26
+msgid "Error (de)activating addressbook."
+msgstr ""
+
+#: ajax/addcard.php:79
+msgid "There was an error adding the contact."
+msgstr ""
+
+#: ajax/addproperty.php:39
+msgid "Cannot add empty property."
+msgstr ""
+
+#: ajax/addproperty.php:51
+msgid "At least one of the address fields has to be filled out."
+msgstr ""
+
+#: ajax/addproperty.php:77
+msgid "Error adding contact property."
+msgstr ""
+
+#: ajax/createaddressbook.php:20
+msgid "Error adding addressbook."
+msgstr ""
+
+#: ajax/createaddressbook.php:26
+msgid "Error activating addressbook."
+msgstr ""
+
+#: ajax/deleteproperty.php:40
+msgid "Error deleting contact property."
+msgstr ""
+
+#: ajax/setproperty.php:79
+msgid "Error updating contact property."
+msgstr ""
+
+#: ajax/updateaddressbook.php:20
+msgid "Error updating addressbook."
+msgstr ""
+
+#: appinfo/app.php:21 templates/settings.php:3
+msgid "Contacts"
+msgstr ""
+
#: lib/app.php:42
msgid "This is not your addressbook."
msgstr "هذا ليس دفتر عناوينك."
@@ -26,29 +70,25 @@ msgstr "هذا ليس دفتر عناوينك."
msgid "Contact could not be found."
msgstr "لم يتم العثور على الشخص."
-#: lib/app.php:65
-msgid "vCard could not be read."
-msgstr "لم يتم قراءة ال vCard بنجاح."
-
#: lib/app.php:79
msgid "Information about vCard is incorrect. Please reload the page."
msgstr "المعلومات الموجودة في ال vCard غير صحيحة. الرجاء إعادة تحديث الصفحة."
-#: lib/app.php:91 templates/part.addcardform.php:56
+#: lib/app.php:91 templates/part.addcardform.php:54
#: templates/part.property.php:45 templates/part.setpropertyform.php:7
msgid "Address"
msgstr "عنوان"
-#: lib/app.php:92 templates/part.addcardform.php:37
+#: lib/app.php:92 templates/part.addcardform.php:43
msgid "Telephone"
msgstr "الهاتف"
-#: lib/app.php:93 templates/part.addcardform.php:31
+#: lib/app.php:93 templates/part.addcardform.php:37
#: templates/part.property.php:16 templates/part.setpropertyform.php:51
msgid "Email"
msgstr "البريد الالكتروني"
-#: lib/app.php:94 templates/part.addcardform.php:23
+#: lib/app.php:94 templates/part.addcardform.php:27
#: templates/part.property.php:9 templates/part.setpropertyform.php:54
msgid "Organization"
msgstr "المؤسسة"
@@ -85,6 +125,10 @@ msgstr "الفيديو"
msgid "Pager"
msgstr "الرنان"
+#: lib/search.php:22
+msgid "Contact"
+msgstr ""
+
#: photo.php:40
msgid "This is not your contact."
msgstr ".هذا ليس من معارفي"
@@ -97,68 +141,64 @@ msgstr "هذا الكرت ليس متلائم مع نظام ال RFC."
msgid "This card does not contain a photo."
msgstr "لا يحتوي هذا الكرت على صورة."
-#: templates/index.php:13
+#: templates/index.php:6
msgid "Add Contact"
msgstr "أضف شخص "
-#: templates/index.php:14
-msgid "Address Books"
+#: templates/index.php:7
+msgid "Addressbooks"
msgstr ""
#: templates/part.addcardform.php:8
-msgid "Group"
-msgstr "مجموعة"
+msgid "Addressbook"
+msgstr ""
-#: templates/part.addcardform.php:19
+#: templates/part.addcardform.php:21
msgid "Name"
msgstr "الاسم"
-#: templates/part.addcardform.php:41
-msgid "Number"
-msgstr ""
-
-#: templates/part.addcardform.php:45 templates/part.addcardform.php:59
-#: templates/part.details.php:42 templates/part.details.php:78
-#: templates/part.setpropertyform.php:10 templates/part.setpropertyform.php:47
+#: templates/part.addcardform.php:57 templates/part.details.php:43
+#: templates/part.details.php:79 templates/part.setpropertyform.php:10
+#: templates/part.setpropertyform.php:47
msgid "Type"
msgstr ""
-#: templates/part.addcardform.php:65 templates/part.details.php:48
+#: templates/part.addcardform.php:65 templates/part.details.php:49
#: templates/part.setpropertyform.php:16
msgid "PO Box"
msgstr "العنوان البريدي"
-#: templates/part.addcardform.php:69 templates/part.details.php:52
+#: templates/part.addcardform.php:72 templates/part.details.php:53
#: templates/part.setpropertyform.php:20
msgid "Extended"
msgstr "إضافة"
-#: templates/part.addcardform.php:73 templates/part.details.php:56
+#: templates/part.addcardform.php:78 templates/part.details.php:57
#: templates/part.setpropertyform.php:24
msgid "Street"
msgstr "شارع"
-#: templates/part.addcardform.php:77 templates/part.details.php:60
+#: templates/part.addcardform.php:84 templates/part.details.php:61
#: templates/part.setpropertyform.php:28
msgid "City"
msgstr "المدينة"
-#: templates/part.addcardform.php:81 templates/part.details.php:64
+#: templates/part.addcardform.php:90 templates/part.details.php:65
#: templates/part.setpropertyform.php:32
msgid "Region"
msgstr "المنطقة"
-#: templates/part.addcardform.php:85 templates/part.details.php:68
+#: templates/part.addcardform.php:96 templates/part.details.php:69
#: templates/part.setpropertyform.php:36
msgid "Zipcode"
msgstr "رقم المنطقة"
-#: templates/part.addcardform.php:89 templates/part.details.php:72
+#: templates/part.addcardform.php:102 templates/part.details.php:73
#: templates/part.setpropertyform.php:40
msgid "Country"
msgstr "البلد"
-#: templates/part.addcardform.php:97
+#: templates/part.addcardform.php:109
msgid "Create Contact"
msgstr "أضف شخص "
@@ -167,7 +207,6 @@ msgid "Choose active Address Books"
msgstr ""
#: templates/part.chooseaddressbook.php:16
-#: templates/part.editaddressbook.php:9
msgid "New Address Book"
msgstr ""
@@ -189,15 +228,23 @@ msgid "Delete"
msgstr "حذف"
#: templates/part.details.php:3
+msgid "Download contact"
+msgstr ""
+
+#: templates/part.details.php:4
msgid "Delete contact"
msgstr ""
-#: templates/part.details.php:33
+#: templates/part.details.php:34
msgid "Add"
msgstr ""
#: templates/part.editaddressbook.php:9
-msgid "Edit Address Book"
+msgid "New Addressbook"
+msgstr ""
+
+#: templates/part.editaddressbook.php:9
+msgid "Edit Addressbook"
msgstr ""
#: templates/part.editaddressbook.php:12
@@ -236,4 +283,8 @@ msgstr "الهاتف"
msgid "Update"
msgstr ""
+#: templates/settings.php:4
+msgid "CardDAV syncing address:"
+msgstr ""
+
diff --git a/l10n/ar/gallery.po b/l10n/ar/gallery.po
new file mode 100644
index 00000000000..71c534aaeb8
--- /dev/null
+++ b/l10n/ar/gallery.po
@@ -0,0 +1,32 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: ownCloud\n"
+"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:48+0000\n"
+"Last-Translator: icewind \n"
+"Language-Team: Arabic (http://www.transifex.net/projects/p/owncloud/team/ar/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
+"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5\n"
+
+#: appinfo/app.php:41
+msgid "Gallery"
+msgstr ""
+
+#: templates/index.php:10
+msgid "Rescan"
+msgstr ""
+
+#: templates/view_album.php:19
+msgid "Back"
+msgstr ""
+
+
diff --git a/l10n/bg_BG/calendar.po b/l10n/bg_BG/calendar.po
index 7369aa68358..9da48896a4c 100644
--- a/l10n/bg_BG/calendar.po
+++ b/l10n/bg_BG/calendar.po
@@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2011-09-24 23:05+0200\n"
-"PO-Revision-Date: 2011-09-24 21:05+0000\n"
-"Last-Translator: JanCBorchardt \n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:45+0000\n"
+"Last-Translator: icewind \n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.net/projects/p/owncloud/team/bg_BG/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -18,321 +18,403 @@ msgstr ""
"Language: bg_BG\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
-#: ajax/createcalendar.php:18 ajax/settimezone.php:19
-#: ajax/updatecalendar.php:18
-msgid "Authentication error"
-msgstr "Проблем с идентификацията"
-
-#: ajax/editeventform.php:25
-msgid "Wrong calendar"
+#: ajax/guesstimezone.php:42
+msgid "New Timezone:"
msgstr ""
-#: ajax/settimezone.php:27
+#: ajax/settimezone.php:22
msgid "Timezone changed"
msgstr "Часовата зона е сменена"
-#: ajax/settimezone.php:29
+#: ajax/settimezone.php:24
msgid "Invalid request"
msgstr "Невалидна заявка"
-#: appinfo/app.php:19 templates/part.eventform.php:27
-#: templates/part.eventinfo.php:18
+#: appinfo/app.php:20 templates/calendar.php:13
+#: templates/part.eventform.php:20
msgid "Calendar"
msgstr "Календар"
-#: lib/object.php:292
+#: lib/app.php:19
+msgid "Wrong calendar"
+msgstr ""
+
+#: lib/app.php:60 lib/object.php:332
msgid "Birthday"
msgstr ""
-#: lib/object.php:293
+#: lib/app.php:61 lib/object.php:333
msgid "Business"
msgstr ""
-#: lib/object.php:294
+#: lib/app.php:62 lib/object.php:334
msgid "Call"
msgstr ""
-#: lib/object.php:295
+#: lib/app.php:63 lib/object.php:335
msgid "Clients"
msgstr ""
-#: lib/object.php:296
+#: lib/app.php:64 lib/object.php:336
msgid "Deliverer"
msgstr ""
-#: lib/object.php:297
+#: lib/app.php:65 lib/object.php:337
msgid "Holidays"
msgstr ""
-#: lib/object.php:298
+#: lib/app.php:66 lib/object.php:338
msgid "Ideas"
msgstr ""
-#: lib/object.php:299
+#: lib/app.php:67 lib/object.php:339
msgid "Journey"
msgstr ""
-#: lib/object.php:300
+#: lib/app.php:68 lib/object.php:340
msgid "Jubilee"
msgstr ""
-#: lib/object.php:301
+#: lib/app.php:69 lib/object.php:341
msgid "Meeting"
msgstr ""
-#: lib/object.php:302
+#: lib/app.php:70 lib/object.php:342
msgid "Other"
msgstr ""
-#: lib/object.php:303
+#: lib/app.php:71 lib/object.php:343
msgid "Personal"
msgstr ""
-#: lib/object.php:304
+#: lib/app.php:72 lib/object.php:344
msgid "Projects"
msgstr ""
-#: lib/object.php:305
+#: lib/app.php:73 lib/object.php:345
msgid "Questions"
msgstr ""
-#: lib/object.php:306
+#: lib/app.php:74 lib/object.php:346
msgid "Work"
msgstr ""
-#: lib/object.php:313
+#: lib/object.php:353
msgid "Does not repeat"
msgstr "Не се повтаря"
-#: lib/object.php:314
+#: lib/object.php:354
msgid "Daily"
msgstr "Дневно"
-#: lib/object.php:315
+#: lib/object.php:355
msgid "Weekly"
msgstr "Седмично"
-#: lib/object.php:316
+#: lib/object.php:356
msgid "Every Weekday"
msgstr "Всеки делничен ден"
-#: lib/object.php:317
+#: lib/object.php:357
msgid "Bi-Weekly"
msgstr "Двуседмично"
-#: lib/object.php:318
+#: lib/object.php:358
msgid "Monthly"
msgstr "Месечно"
-#: lib/object.php:319
+#: lib/object.php:359
msgid "Yearly"
msgstr "Годишно"
-#: lib/object.php:337
+#: lib/object.php:366
+msgid "never"
+msgstr ""
+
+#: lib/object.php:367
+msgid "by occurrences"
+msgstr ""
+
+#: lib/object.php:368
+msgid "by date"
+msgstr ""
+
+#: lib/object.php:375
+msgid "by monthday"
+msgstr ""
+
+#: lib/object.php:376
+msgid "by weekday"
+msgstr ""
+
+#: lib/object.php:383 templates/lAfix.php:3
+msgid "Monday"
+msgstr ""
+
+#: lib/object.php:384 templates/lAfix.php:4
+msgid "Tuesday"
+msgstr ""
+
+#: lib/object.php:385 templates/lAfix.php:5
+msgid "Wednesday"
+msgstr ""
+
+#: lib/object.php:386 templates/lAfix.php:6
+msgid "Thursday"
+msgstr ""
+
+#: lib/object.php:387 templates/lAfix.php:7
+msgid "Friday"
+msgstr ""
+
+#: lib/object.php:388 templates/lAfix.php:8
+msgid "Saturday"
+msgstr ""
+
+#: lib/object.php:389 templates/lAfix.php:2
+msgid "Sunday"
+msgstr ""
+
+#: lib/object.php:396
+msgid "events week of month"
+msgstr ""
+
+#: lib/object.php:397
+msgid "first"
+msgstr ""
+
+#: lib/object.php:398
+msgid "second"
+msgstr ""
+
+#: lib/object.php:399
+msgid "third"
+msgstr ""
+
+#: lib/object.php:400
+msgid "fourth"
+msgstr ""
+
+#: lib/object.php:401
+msgid "fifth"
+msgstr ""
+
+#: lib/object.php:402
+msgid "last"
+msgstr ""
+
+#: lib/object.php:424 templates/lAfix.php:16
+msgid "January"
+msgstr ""
+
+#: lib/object.php:425 templates/lAfix.php:17
+msgid "February"
+msgstr ""
+
+#: lib/object.php:426 templates/lAfix.php:18
+msgid "March"
+msgstr ""
+
+#: lib/object.php:427 templates/lAfix.php:19
+msgid "April"
+msgstr ""
+
+#: lib/object.php:428 templates/lAfix.php:20
+msgid "May"
+msgstr ""
+
+#: lib/object.php:429 templates/lAfix.php:21
+msgid "June"
+msgstr ""
+
+#: lib/object.php:430 templates/lAfix.php:22
+msgid "July"
+msgstr ""
+
+#: lib/object.php:431 templates/lAfix.php:23
+msgid "August"
+msgstr ""
+
+#: lib/object.php:432 templates/lAfix.php:24
+msgid "September"
+msgstr ""
+
+#: lib/object.php:433 templates/lAfix.php:25
+msgid "October"
+msgstr ""
+
+#: lib/object.php:434 templates/lAfix.php:26
+msgid "November"
+msgstr ""
+
+#: lib/object.php:435 templates/lAfix.php:27
+msgid "December"
+msgstr ""
+
+#: lib/object.php:441
+msgid "by events date"
+msgstr ""
+
+#: lib/object.php:442
+msgid "by yearday(s)"
+msgstr ""
+
+#: lib/object.php:443
+msgid "by weeknumber(s)"
+msgstr ""
+
+#: lib/object.php:444
+msgid "by day and month"
+msgstr ""
+
+#: lib/object.php:467
msgid "Not an array"
msgstr ""
-#: templates/calendar.php:3
+#: lib/search.php:32 lib/search.php:34 lib/search.php:37
+msgid "Date"
+msgstr ""
+
+#: lib/search.php:40
+msgid "Cal."
+msgstr ""
+
+#: templates/calendar.php:10
msgid "All day"
msgstr "Всички дни"
-#: templates/calendar.php:32
-msgid "Sunday"
-msgstr "Неделя"
-
-#: templates/calendar.php:32
-msgid "Monday"
-msgstr "Понеделник"
-
-#: templates/calendar.php:32
-msgid "Tuesday"
-msgstr "Вторник"
-
-#: templates/calendar.php:32
-msgid "Wednesday"
-msgstr "Сряда"
-
-#: templates/calendar.php:32
-msgid "Thursday"
-msgstr "Четвъртък"
-
-#: templates/calendar.php:32
-msgid "Friday"
-msgstr "Петък"
-
-#: templates/calendar.php:32
-msgid "Saturday"
-msgstr "Събота"
-
-#: templates/calendar.php:33
-msgid "Sun."
-msgstr "Нед."
-
-#: templates/calendar.php:33
-msgid "Mon."
-msgstr "Пон."
-
-#: templates/calendar.php:33
-msgid "Tue."
-msgstr "Втр."
-
-#: templates/calendar.php:33
-msgid "Wed."
-msgstr "Сря."
-
-#: templates/calendar.php:33
-msgid "Thu."
-msgstr "Чет."
-
-#: templates/calendar.php:33
-msgid "Fri."
-msgstr "Пет."
-
-#: templates/calendar.php:33
-msgid "Sat."
-msgstr "Съб."
-
-#: templates/calendar.php:34
-msgid "January"
-msgstr "Януари"
-
-#: templates/calendar.php:34
-msgid "February"
-msgstr "Февруари"
-
-#: templates/calendar.php:34
-msgid "March"
-msgstr "Март"
-
-#: templates/calendar.php:34
-msgid "April"
-msgstr "Април"
-
-#: templates/calendar.php:34
-msgid "May"
-msgstr "Май"
-
-#: templates/calendar.php:34
-msgid "June"
-msgstr "Юни"
-
-#: templates/calendar.php:34
-msgid "July"
-msgstr "Юли"
-
-#: templates/calendar.php:34
-msgid "August"
-msgstr "Август"
-
-#: templates/calendar.php:34
-msgid "September"
-msgstr "Септември"
-
-#: templates/calendar.php:34
-msgid "October"
-msgstr "Октомври"
-
-#: templates/calendar.php:34
-msgid "November"
-msgstr "Ноември"
-
-#: templates/calendar.php:34
-msgid "December"
-msgstr "Декември"
-
-#: templates/calendar.php:35
-msgid "Jan."
-msgstr "Ян."
-
-#: templates/calendar.php:35
-msgid "Feb."
-msgstr "Фв."
-
-#: templates/calendar.php:35
-msgid "Mar."
-msgstr "Март"
-
-#: templates/calendar.php:35
-msgid "Apr."
-msgstr "Апр."
-
-#: templates/calendar.php:35
-msgid "May."
+#: templates/calendar.php:11
+msgid "Missing fields"
msgstr ""
-#: templates/calendar.php:35
-msgid "Jun."
-msgstr "Юни"
+#: templates/calendar.php:12 templates/part.eventform.php:3
+msgid "Title"
+msgstr "Заглавие"
-#: templates/calendar.php:35
-msgid "Jul."
-msgstr "Юли"
+#: templates/calendar.php:14
+msgid "From Date"
+msgstr ""
-#: templates/calendar.php:35
-msgid "Aug."
-msgstr "Авг."
+#: templates/calendar.php:15
+msgid "From Time"
+msgstr ""
-#: templates/calendar.php:35
-msgid "Sep."
-msgstr "Сеп."
+#: templates/calendar.php:16
+msgid "To Date"
+msgstr ""
-#: templates/calendar.php:35
-msgid "Oct."
-msgstr "Окт."
+#: templates/calendar.php:17
+msgid "To Time"
+msgstr ""
-#: templates/calendar.php:35
-msgid "Nov."
-msgstr "Ное."
+#: templates/calendar.php:18
+msgid "The event ends before it starts"
+msgstr ""
-#: templates/calendar.php:35
-msgid "Dec."
-msgstr "Дек."
+#: templates/calendar.php:19
+msgid "There was a database fail"
+msgstr ""
-#: templates/calendar.php:36 templates/calendar.php:50
-#: templates/calendar.php:116
+#: templates/calendar.php:52
msgid "Week"
msgstr "Седмица"
-#: templates/calendar.php:37 templates/calendar.php:51
-msgid "Weeks"
-msgstr "Седмици"
-
-#: templates/calendar.php:38
-msgid "More before {startdate}"
-msgstr ""
-
-#: templates/calendar.php:39
-msgid "More after {enddate}"
-msgstr ""
-
-#: templates/calendar.php:49
-msgid "Day"
-msgstr "Ден"
-
-#: templates/calendar.php:52
+#: templates/calendar.php:53
msgid "Month"
msgstr "Месец"
-#: templates/calendar.php:53
+#: templates/calendar.php:54
msgid "List"
msgstr ""
-#: templates/calendar.php:58
+#: templates/calendar.php:59
msgid "Today"
msgstr "Днес"
-#: templates/calendar.php:59
+#: templates/calendar.php:60
msgid "Calendars"
msgstr "Календари"
-#: templates/calendar.php:76 templates/calendar.php:94
-msgid "Time"
-msgstr "Час"
-
-#: templates/calendar.php:169
+#: templates/calendar.php:78
msgid "There was a fail, while parsing the file."
msgstr "Възникна проблем с разлистването на файла."
+#: templates/lAfix.php:9
+msgid "Sun."
+msgstr ""
+
+#: templates/lAfix.php:10
+msgid "Mon."
+msgstr ""
+
+#: templates/lAfix.php:11
+msgid "Tue."
+msgstr ""
+
+#: templates/lAfix.php:12
+msgid "Wed."
+msgstr ""
+
+#: templates/lAfix.php:13
+msgid "Thu."
+msgstr ""
+
+#: templates/lAfix.php:14
+msgid "Fri."
+msgstr ""
+
+#: templates/lAfix.php:15
+msgid "Sat."
+msgstr ""
+
+#: templates/lAfix.php:28
+msgid "Jan."
+msgstr ""
+
+#: templates/lAfix.php:29
+msgid "Feb."
+msgstr ""
+
+#: templates/lAfix.php:30
+msgid "Mar."
+msgstr ""
+
+#: templates/lAfix.php:31
+msgid "Apr."
+msgstr ""
+
+#: templates/lAfix.php:32
+msgid "May."
+msgstr ""
+
+#: templates/lAfix.php:33
+msgid "Jun."
+msgstr ""
+
+#: templates/lAfix.php:34
+msgid "Jul."
+msgstr ""
+
+#: templates/lAfix.php:35
+msgid "Aug."
+msgstr ""
+
+#: templates/lAfix.php:36
+msgid "Sep."
+msgstr ""
+
+#: templates/lAfix.php:37
+msgid "Oct."
+msgstr ""
+
+#: templates/lAfix.php:38
+msgid "Nov."
+msgstr ""
+
+#: templates/lAfix.php:39
+msgid "Dec."
+msgstr ""
+
#: templates/part.choosecalendar.php:1
msgid "Choose active calendars"
msgstr "Изберете активен календар"
@@ -351,12 +433,11 @@ msgid "Download"
msgstr "Изтегляне"
#: templates/part.choosecalendar.rowfields.php:4
-#: templates/part.eventinfo.php:64
msgid "Edit"
msgstr "Промяна"
#: templates/part.choosecalendar.rowfields.php:4
-#: templates/part.editevent.php:8
+#: templates/part.editevent.php:9
msgid "Delete"
msgstr ""
@@ -376,90 +457,181 @@ msgstr "Екранно име"
msgid "Active"
msgstr "Активен"
-#: templates/part.editcalendar.php:29 templates/part.eventform.php:88
-#: templates/part.eventinfo.php:58
-msgid "Description"
-msgstr "Описание"
-
-#: templates/part.editcalendar.php:35
+#: templates/part.editcalendar.php:29
msgid "Calendar color"
msgstr "Цвят на календара"
-#: templates/part.editcalendar.php:41
+#: templates/part.editcalendar.php:42
msgid "Save"
msgstr ""
-#: templates/part.editcalendar.php:41 templates/part.editevent.php:7
+#: templates/part.editcalendar.php:42 templates/part.editevent.php:8
#: templates/part.newevent.php:6
msgid "Submit"
msgstr "Продължи"
-#: templates/part.editcalendar.php:42
+#: templates/part.editcalendar.php:43
msgid "Cancel"
msgstr ""
-#: templates/part.editevent.php:1 templates/part.eventinfo.php:1
+#: templates/part.editevent.php:1
msgid "Edit an event"
msgstr "Промяна на събитие"
-#: templates/part.eventform.php:3 templates/part.eventinfo.php:4
-msgid "Title"
-msgstr "Заглавие"
+#: templates/part.editevent.php:10
+msgid "Export"
+msgstr ""
#: templates/part.eventform.php:5
msgid "Title of the Event"
msgstr "Наименование"
-#: templates/part.eventform.php:9 templates/part.eventinfo.php:9
-msgid "Location"
-msgstr "Локация"
-
#: templates/part.eventform.php:11
-msgid "Location of the Event"
-msgstr "Локация"
-
-#: templates/part.eventform.php:17 templates/part.eventinfo.php:16
msgid "Category"
msgstr "Категория"
-#: templates/part.eventform.php:19
+#: templates/part.eventform.php:13
msgid "Select category"
msgstr ""
-#: templates/part.eventform.php:45 templates/part.eventinfo.php:28
+#: templates/part.eventform.php:37
msgid "All Day Event"
msgstr "Целодневно събитие"
-#: templates/part.eventform.php:49 templates/part.eventinfo.php:31
+#: templates/part.eventform.php:41
msgid "From"
msgstr "От"
-#: templates/part.eventform.php:57 templates/part.eventinfo.php:38
+#: templates/part.eventform.php:49
msgid "To"
msgstr "До"
-#: templates/part.eventform.php:65 templates/part.eventinfo.php:44
+#: templates/part.eventform.php:57
+msgid "Advanced options"
+msgstr ""
+
+#: templates/part.eventform.php:61
msgid "Repeat"
msgstr "Повтори"
-#: templates/part.eventform.php:81 templates/part.eventinfo.php:51
-msgid "Attendees"
-msgstr "Присъстващи"
+#: templates/part.eventform.php:68
+msgid "Advanced"
+msgstr ""
-#: templates/part.eventform.php:89
+#: templates/part.eventform.php:112
+msgid "Select weekdays"
+msgstr ""
+
+#: templates/part.eventform.php:125 templates/part.eventform.php:138
+msgid "Select days"
+msgstr ""
+
+#: templates/part.eventform.php:130
+msgid "and the events day of year."
+msgstr ""
+
+#: templates/part.eventform.php:143
+msgid "and the events day of month."
+msgstr ""
+
+#: templates/part.eventform.php:151
+msgid "Select months"
+msgstr ""
+
+#: templates/part.eventform.php:164
+msgid "Select weeks"
+msgstr ""
+
+#: templates/part.eventform.php:169
+msgid "and the events week of year."
+msgstr ""
+
+#: templates/part.eventform.php:175
+msgid "Interval"
+msgstr ""
+
+#: templates/part.eventform.php:181
+msgid "End"
+msgstr ""
+
+#: templates/part.eventform.php:193
+msgid "occurrences"
+msgstr ""
+
+#: templates/part.eventform.php:208
+msgid "Location"
+msgstr "Локация"
+
+#: templates/part.eventform.php:210
+msgid "Location of the Event"
+msgstr "Локация"
+
+#: templates/part.eventform.php:216
+msgid "Description"
+msgstr "Описание"
+
+#: templates/part.eventform.php:218
msgid "Description of the Event"
msgstr "Описание"
-#: templates/part.eventinfo.php:63
-msgid "Close"
-msgstr "Затвори"
+#: templates/part.import.php:1
+msgid "Import a calendar file"
+msgstr ""
+
+#: templates/part.import.php:6
+msgid "Please choose the calendar"
+msgstr ""
+
+#: templates/part.import.php:10
+msgid "create a new calendar"
+msgstr ""
+
+#: templates/part.import.php:15
+msgid "Name of new calendar"
+msgstr ""
+
+#: templates/part.import.php:17
+msgid "Import"
+msgstr ""
+
+#: templates/part.import.php:20
+msgid "Importing calendar"
+msgstr ""
+
+#: templates/part.import.php:23
+msgid "Calendar imported successfully"
+msgstr ""
+
+#: templates/part.import.php:24
+msgid "Close Dialog"
+msgstr ""
#: templates/part.newevent.php:1
msgid "Create a new event"
msgstr "Ново събитие"
-#: templates/settings.php:11
+#: templates/settings.php:13
msgid "Timezone"
msgstr "Часова зона"
+#: templates/settings.php:30
+msgid "Check always for changes of the timezone"
+msgstr ""
+
+#: templates/settings.php:32
+msgid "Timeformat"
+msgstr ""
+
+#: templates/settings.php:34
+msgid "24h"
+msgstr ""
+
+#: templates/settings.php:35
+msgid "12h"
+msgstr ""
+
+#: templates/settings.php:41
+msgid "Calendar CalDAV syncing address:"
+msgstr ""
+
diff --git a/l10n/bg_BG/contacts.po b/l10n/bg_BG/contacts.po
index ebddb139140..35a16c1e213 100644
--- a/l10n/bg_BG/contacts.po
+++ b/l10n/bg_BG/contacts.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-11 00:18+0100\n"
-"PO-Revision-Date: 2012-01-10 23:43+0000\n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:45+0000\n"
"Last-Translator: icewind \n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.net/projects/p/owncloud/team/bg_BG/)\n"
"MIME-Version: 1.0\n"
@@ -17,6 +17,50 @@ msgstr ""
"Language: bg_BG\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+#: ajax/activation.php:17 ajax/updateaddressbook.php:26
+msgid "Error (de)activating addressbook."
+msgstr ""
+
+#: ajax/addcard.php:79
+msgid "There was an error adding the contact."
+msgstr ""
+
+#: ajax/addproperty.php:39
+msgid "Cannot add empty property."
+msgstr ""
+
+#: ajax/addproperty.php:51
+msgid "At least one of the address fields has to be filled out."
+msgstr ""
+
+#: ajax/addproperty.php:77
+msgid "Error adding contact property."
+msgstr ""
+
+#: ajax/createaddressbook.php:20
+msgid "Error adding addressbook."
+msgstr ""
+
+#: ajax/createaddressbook.php:26
+msgid "Error activating addressbook."
+msgstr ""
+
+#: ajax/deleteproperty.php:40
+msgid "Error deleting contact property."
+msgstr ""
+
+#: ajax/setproperty.php:79
+msgid "Error updating contact property."
+msgstr ""
+
+#: ajax/updateaddressbook.php:20
+msgid "Error updating addressbook."
+msgstr ""
+
+#: appinfo/app.php:21 templates/settings.php:3
+msgid "Contacts"
+msgstr ""
+
#: lib/app.php:42
msgid "This is not your addressbook."
msgstr ""
@@ -25,29 +69,25 @@ msgstr ""
msgid "Contact could not be found."
msgstr ""
-#: lib/app.php:65
-msgid "vCard could not be read."
-msgstr ""
-
#: lib/app.php:79
msgid "Information about vCard is incorrect. Please reload the page."
msgstr ""
-#: lib/app.php:91 templates/part.addcardform.php:56
+#: lib/app.php:91 templates/part.addcardform.php:54
#: templates/part.property.php:45 templates/part.setpropertyform.php:7
msgid "Address"
msgstr ""
-#: lib/app.php:92 templates/part.addcardform.php:37
+#: lib/app.php:92 templates/part.addcardform.php:43
msgid "Telephone"
msgstr ""
-#: lib/app.php:93 templates/part.addcardform.php:31
+#: lib/app.php:93 templates/part.addcardform.php:37
#: templates/part.property.php:16 templates/part.setpropertyform.php:51
msgid "Email"
msgstr ""
-#: lib/app.php:94 templates/part.addcardform.php:23
+#: lib/app.php:94 templates/part.addcardform.php:27
#: templates/part.property.php:9 templates/part.setpropertyform.php:54
msgid "Organization"
msgstr ""
@@ -84,6 +124,10 @@ msgstr ""
msgid "Pager"
msgstr ""
+#: lib/search.php:22
+msgid "Contact"
+msgstr ""
+
#: photo.php:40
msgid "This is not your contact."
msgstr ""
@@ -96,68 +140,64 @@ msgstr ""
msgid "This card does not contain a photo."
msgstr ""
-#: templates/index.php:13
+#: templates/index.php:6
msgid "Add Contact"
msgstr ""
-#: templates/index.php:14
-msgid "Address Books"
+#: templates/index.php:7
+msgid "Addressbooks"
msgstr ""
#: templates/part.addcardform.php:8
-msgid "Group"
+msgid "Addressbook"
msgstr ""
-#: templates/part.addcardform.php:19
+#: templates/part.addcardform.php:21
msgid "Name"
msgstr ""
-#: templates/part.addcardform.php:41
-msgid "Number"
-msgstr ""
-
-#: templates/part.addcardform.php:45 templates/part.addcardform.php:59
-#: templates/part.details.php:42 templates/part.details.php:78
-#: templates/part.setpropertyform.php:10 templates/part.setpropertyform.php:47
+#: templates/part.addcardform.php:57 templates/part.details.php:43
+#: templates/part.details.php:79 templates/part.setpropertyform.php:10
+#: templates/part.setpropertyform.php:47
msgid "Type"
msgstr ""
-#: templates/part.addcardform.php:65 templates/part.details.php:48
+#: templates/part.addcardform.php:65 templates/part.details.php:49
#: templates/part.setpropertyform.php:16
msgid "PO Box"
msgstr ""
-#: templates/part.addcardform.php:69 templates/part.details.php:52
+#: templates/part.addcardform.php:72 templates/part.details.php:53
#: templates/part.setpropertyform.php:20
msgid "Extended"
msgstr ""
-#: templates/part.addcardform.php:73 templates/part.details.php:56
+#: templates/part.addcardform.php:78 templates/part.details.php:57
#: templates/part.setpropertyform.php:24
msgid "Street"
msgstr ""
-#: templates/part.addcardform.php:77 templates/part.details.php:60
+#: templates/part.addcardform.php:84 templates/part.details.php:61
#: templates/part.setpropertyform.php:28
msgid "City"
msgstr ""
-#: templates/part.addcardform.php:81 templates/part.details.php:64
+#: templates/part.addcardform.php:90 templates/part.details.php:65
#: templates/part.setpropertyform.php:32
msgid "Region"
msgstr ""
-#: templates/part.addcardform.php:85 templates/part.details.php:68
+#: templates/part.addcardform.php:96 templates/part.details.php:69
#: templates/part.setpropertyform.php:36
msgid "Zipcode"
msgstr ""
-#: templates/part.addcardform.php:89 templates/part.details.php:72
+#: templates/part.addcardform.php:102 templates/part.details.php:73
#: templates/part.setpropertyform.php:40
msgid "Country"
msgstr ""
-#: templates/part.addcardform.php:97
+#: templates/part.addcardform.php:109
msgid "Create Contact"
msgstr ""
@@ -166,7 +206,6 @@ msgid "Choose active Address Books"
msgstr ""
#: templates/part.chooseaddressbook.php:16
-#: templates/part.editaddressbook.php:9
msgid "New Address Book"
msgstr ""
@@ -188,15 +227,23 @@ msgid "Delete"
msgstr ""
#: templates/part.details.php:3
+msgid "Download contact"
+msgstr ""
+
+#: templates/part.details.php:4
msgid "Delete contact"
msgstr ""
-#: templates/part.details.php:33
+#: templates/part.details.php:34
msgid "Add"
msgstr ""
#: templates/part.editaddressbook.php:9
-msgid "Edit Address Book"
+msgid "New Addressbook"
+msgstr ""
+
+#: templates/part.editaddressbook.php:9
+msgid "Edit Addressbook"
msgstr ""
#: templates/part.editaddressbook.php:12
@@ -235,4 +282,8 @@ msgstr ""
msgid "Update"
msgstr ""
+#: templates/settings.php:4
+msgid "CardDAV syncing address:"
+msgstr ""
+
diff --git a/l10n/bg_BG/gallery.po b/l10n/bg_BG/gallery.po
new file mode 100644
index 00000000000..e52c69a7719
--- /dev/null
+++ b/l10n/bg_BG/gallery.po
@@ -0,0 +1,32 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: ownCloud\n"
+"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:48+0000\n"
+"Last-Translator: icewind \n"
+"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.net/projects/p/owncloud/team/bg_BG/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: bg_BG\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+
+#: appinfo/app.php:41
+msgid "Gallery"
+msgstr ""
+
+#: templates/index.php:10
+msgid "Rescan"
+msgstr ""
+
+#: templates/view_album.php:19
+msgid "Back"
+msgstr ""
+
+
diff --git a/l10n/ca/calendar.po b/l10n/ca/calendar.po
index f535d8d1170..a91a65cac49 100644
--- a/l10n/ca/calendar.po
+++ b/l10n/ca/calendar.po
@@ -3,14 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
-# , 2011.
+# , 2011, 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2011-09-24 23:05+0200\n"
-"PO-Revision-Date: 2011-09-24 21:05+0000\n"
-"Last-Translator: JanCBorchardt \n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:45+0000\n"
+"Last-Translator: icewind \n"
"Language-Team: Catalan (http://www.transifex.net/projects/p/owncloud/team/ca/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -18,351 +18,432 @@ msgstr ""
"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
-#: ajax/createcalendar.php:18 ajax/settimezone.php:19
-#: ajax/updatecalendar.php:18
-msgid "Authentication error"
-msgstr "Error d'autenticació"
+#: ajax/guesstimezone.php:42
+msgid "New Timezone:"
+msgstr "Nova zona horària:"
-#: ajax/editeventform.php:25
-msgid "Wrong calendar"
-msgstr ""
-
-#: ajax/settimezone.php:27
+#: ajax/settimezone.php:22
msgid "Timezone changed"
msgstr "La zona horària ha canviat"
-#: ajax/settimezone.php:29
+#: ajax/settimezone.php:24
msgid "Invalid request"
msgstr "Sol.licitud no vàlida"
-#: appinfo/app.php:19 templates/part.eventform.php:27
-#: templates/part.eventinfo.php:18
+#: appinfo/app.php:20 templates/calendar.php:13
+#: templates/part.eventform.php:20
msgid "Calendar"
msgstr "Calendari"
-#: lib/object.php:292
+#: lib/app.php:19
+msgid "Wrong calendar"
+msgstr "Calendari erroni"
+
+#: lib/app.php:60 lib/object.php:332
msgid "Birthday"
-msgstr ""
+msgstr "Aniversari"
-#: lib/object.php:293
+#: lib/app.php:61 lib/object.php:333
msgid "Business"
-msgstr ""
+msgstr "Feina"
-#: lib/object.php:294
+#: lib/app.php:62 lib/object.php:334
msgid "Call"
-msgstr ""
+msgstr "Trucada"
-#: lib/object.php:295
+#: lib/app.php:63 lib/object.php:335
msgid "Clients"
-msgstr ""
+msgstr "Clients"
-#: lib/object.php:296
+#: lib/app.php:64 lib/object.php:336
msgid "Deliverer"
-msgstr ""
+msgstr "Remitent"
-#: lib/object.php:297
+#: lib/app.php:65 lib/object.php:337
msgid "Holidays"
-msgstr ""
+msgstr "Vacances"
-#: lib/object.php:298
+#: lib/app.php:66 lib/object.php:338
msgid "Ideas"
-msgstr ""
+msgstr "Idees"
-#: lib/object.php:299
+#: lib/app.php:67 lib/object.php:339
msgid "Journey"
-msgstr ""
+msgstr "Viatge"
-#: lib/object.php:300
+#: lib/app.php:68 lib/object.php:340
msgid "Jubilee"
-msgstr ""
+msgstr "Sant"
-#: lib/object.php:301
+#: lib/app.php:69 lib/object.php:341
msgid "Meeting"
-msgstr ""
+msgstr "Reunió"
-#: lib/object.php:302
+#: lib/app.php:70 lib/object.php:342
msgid "Other"
-msgstr ""
+msgstr "Altres"
-#: lib/object.php:303
+#: lib/app.php:71 lib/object.php:343
msgid "Personal"
-msgstr ""
+msgstr "Personal"
-#: lib/object.php:304
+#: lib/app.php:72 lib/object.php:344
msgid "Projects"
-msgstr ""
+msgstr "Projectes"
-#: lib/object.php:305
+#: lib/app.php:73 lib/object.php:345
msgid "Questions"
-msgstr ""
+msgstr "Preguntes"
-#: lib/object.php:306
+#: lib/app.php:74 lib/object.php:346
msgid "Work"
-msgstr ""
+msgstr "Feina"
-#: lib/object.php:313
+#: lib/object.php:353
msgid "Does not repeat"
msgstr "No es repeteix"
-#: lib/object.php:314
+#: lib/object.php:354
msgid "Daily"
msgstr "Diari"
-#: lib/object.php:315
+#: lib/object.php:355
msgid "Weekly"
msgstr "Mensual"
-#: lib/object.php:316
+#: lib/object.php:356
msgid "Every Weekday"
msgstr "Cada setmana"
-#: lib/object.php:317
+#: lib/object.php:357
msgid "Bi-Weekly"
msgstr "Bisetmanalment"
-#: lib/object.php:318
+#: lib/object.php:358
msgid "Monthly"
msgstr "Mensualment"
-#: lib/object.php:319
+#: lib/object.php:359
msgid "Yearly"
msgstr "Cada any"
-#: lib/object.php:337
-msgid "Not an array"
-msgstr ""
+#: lib/object.php:366
+msgid "never"
+msgstr "mai"
-#: templates/calendar.php:3
-msgid "All day"
-msgstr "Tot el dia"
+#: lib/object.php:367
+msgid "by occurrences"
+msgstr "per aparicions"
-#: templates/calendar.php:32
-msgid "Sunday"
-msgstr "Diumenge"
+#: lib/object.php:368
+msgid "by date"
+msgstr "per data"
-#: templates/calendar.php:32
+#: lib/object.php:375
+msgid "by monthday"
+msgstr "per dia del mes"
+
+#: lib/object.php:376
+msgid "by weekday"
+msgstr "per dia de la setmana"
+
+#: lib/object.php:383 templates/lAfix.php:3
msgid "Monday"
msgstr "Dilluns"
-#: templates/calendar.php:32
+#: lib/object.php:384 templates/lAfix.php:4
msgid "Tuesday"
msgstr "Dimarts"
-#: templates/calendar.php:32
+#: lib/object.php:385 templates/lAfix.php:5
msgid "Wednesday"
msgstr "Dimecres"
-#: templates/calendar.php:32
+#: lib/object.php:386 templates/lAfix.php:6
msgid "Thursday"
msgstr "Dijous"
-#: templates/calendar.php:32
+#: lib/object.php:387 templates/lAfix.php:7
msgid "Friday"
msgstr "Divendres"
-#: templates/calendar.php:32
+#: lib/object.php:388 templates/lAfix.php:8
msgid "Saturday"
msgstr "Dissabte"
-#: templates/calendar.php:33
-msgid "Sun."
-msgstr "dg."
+#: lib/object.php:389 templates/lAfix.php:2
+msgid "Sunday"
+msgstr "Diumenge"
-#: templates/calendar.php:33
-msgid "Mon."
-msgstr "dl."
+#: lib/object.php:396
+msgid "events week of month"
+msgstr "esdeveniments la setmana del mes"
-#: templates/calendar.php:33
-msgid "Tue."
-msgstr "dm."
+#: lib/object.php:397
+msgid "first"
+msgstr "primer"
-#: templates/calendar.php:33
-msgid "Wed."
-msgstr "dc."
+#: lib/object.php:398
+msgid "second"
+msgstr "segon"
-#: templates/calendar.php:33
-msgid "Thu."
-msgstr "dj."
+#: lib/object.php:399
+msgid "third"
+msgstr "tercer"
-#: templates/calendar.php:33
-msgid "Fri."
-msgstr "dv."
+#: lib/object.php:400
+msgid "fourth"
+msgstr "quart"
-#: templates/calendar.php:33
-msgid "Sat."
-msgstr "ds."
+#: lib/object.php:401
+msgid "fifth"
+msgstr "cinquè"
-#: templates/calendar.php:34
+#: lib/object.php:402
+msgid "last"
+msgstr "últim"
+
+#: lib/object.php:424 templates/lAfix.php:16
msgid "January"
msgstr "Gener"
-#: templates/calendar.php:34
+#: lib/object.php:425 templates/lAfix.php:17
msgid "February"
msgstr "Febrer"
-#: templates/calendar.php:34
+#: lib/object.php:426 templates/lAfix.php:18
msgid "March"
msgstr "Març"
-#: templates/calendar.php:34
+#: lib/object.php:427 templates/lAfix.php:19
msgid "April"
msgstr "Abril"
-#: templates/calendar.php:34
+#: lib/object.php:428 templates/lAfix.php:20
msgid "May"
msgstr "Maig"
-#: templates/calendar.php:34
+#: lib/object.php:429 templates/lAfix.php:21
msgid "June"
msgstr "Juny"
-#: templates/calendar.php:34
+#: lib/object.php:430 templates/lAfix.php:22
msgid "July"
msgstr "Juliol"
-#: templates/calendar.php:34
+#: lib/object.php:431 templates/lAfix.php:23
msgid "August"
msgstr "Agost"
-#: templates/calendar.php:34
+#: lib/object.php:432 templates/lAfix.php:24
msgid "September"
msgstr "Setembre"
-#: templates/calendar.php:34
+#: lib/object.php:433 templates/lAfix.php:25
msgid "October"
msgstr "Octubre"
-#: templates/calendar.php:34
+#: lib/object.php:434 templates/lAfix.php:26
msgid "November"
msgstr "Novembre"
-#: templates/calendar.php:34
+#: lib/object.php:435 templates/lAfix.php:27
msgid "December"
msgstr "Desembre"
-#: templates/calendar.php:35
-msgid "Jan."
-msgstr "gen."
+#: lib/object.php:441
+msgid "by events date"
+msgstr "per data d'esdeveniments"
-#: templates/calendar.php:35
-msgid "Feb."
-msgstr "febr."
+#: lib/object.php:442
+msgid "by yearday(s)"
+msgstr "per ahir(s)"
-#: templates/calendar.php:35
-msgid "Mar."
-msgstr "març"
+#: lib/object.php:443
+msgid "by weeknumber(s)"
+msgstr "per número(s) de la setmana"
-#: templates/calendar.php:35
-msgid "Apr."
-msgstr "abr."
+#: lib/object.php:444
+msgid "by day and month"
+msgstr "per dia del mes"
-#: templates/calendar.php:35
-msgid "May."
-msgstr ""
+#: lib/object.php:467
+msgid "Not an array"
+msgstr "No és una sèrie"
-#: templates/calendar.php:35
-msgid "Jun."
-msgstr "juny"
+#: lib/search.php:32 lib/search.php:34 lib/search.php:37
+msgid "Date"
+msgstr "Data"
-#: templates/calendar.php:35
-msgid "Jul."
-msgstr "jul."
+#: lib/search.php:40
+msgid "Cal."
+msgstr "Cal."
-#: templates/calendar.php:35
-msgid "Aug."
-msgstr "ag."
+#: templates/calendar.php:10
+msgid "All day"
+msgstr "Tot el dia"
-#: templates/calendar.php:35
-msgid "Sep."
-msgstr "set."
+#: templates/calendar.php:11
+msgid "Missing fields"
+msgstr "Els camps que falten"
-#: templates/calendar.php:35
-msgid "Oct."
-msgstr "oct."
+#: templates/calendar.php:12 templates/part.eventform.php:3
+msgid "Title"
+msgstr "Títol"
-#: templates/calendar.php:35
-msgid "Nov."
-msgstr "nov."
+#: templates/calendar.php:14
+msgid "From Date"
+msgstr "Des de la data"
-#: templates/calendar.php:35
-msgid "Dec."
-msgstr "des."
+#: templates/calendar.php:15
+msgid "From Time"
+msgstr "Des de l'hora"
-#: templates/calendar.php:36 templates/calendar.php:50
-#: templates/calendar.php:116
+#: templates/calendar.php:16
+msgid "To Date"
+msgstr "Fins a la data"
+
+#: templates/calendar.php:17
+msgid "To Time"
+msgstr "Fins a l'hora"
+
+#: templates/calendar.php:18
+msgid "The event ends before it starts"
+msgstr "L'esdeveniment acaba abans que comenci"
+
+#: templates/calendar.php:19
+msgid "There was a database fail"
+msgstr "Hi ha un error de base de dades"
+
+#: templates/calendar.php:52
msgid "Week"
msgstr "Setmana"
-#: templates/calendar.php:37 templates/calendar.php:51
-msgid "Weeks"
-msgstr "Setmanes"
-
-#: templates/calendar.php:38
-msgid "More before {startdate}"
-msgstr ""
-
-#: templates/calendar.php:39
-msgid "More after {enddate}"
-msgstr ""
-
-#: templates/calendar.php:49
-msgid "Day"
-msgstr "Dia"
-
-#: templates/calendar.php:52
+#: templates/calendar.php:53
msgid "Month"
msgstr "Mes"
-#: templates/calendar.php:53
+#: templates/calendar.php:54
msgid "List"
-msgstr ""
+msgstr "Llista"
-#: templates/calendar.php:58
+#: templates/calendar.php:59
msgid "Today"
msgstr "Avui"
-#: templates/calendar.php:59
+#: templates/calendar.php:60
msgid "Calendars"
msgstr "Calendaris"
-#: templates/calendar.php:76 templates/calendar.php:94
-msgid "Time"
-msgstr "Hora"
-
-#: templates/calendar.php:169
+#: templates/calendar.php:78
msgid "There was a fail, while parsing the file."
msgstr "S'ha produït un error en analitzar el fitxer."
+#: templates/lAfix.php:9
+msgid "Sun."
+msgstr "dg."
+
+#: templates/lAfix.php:10
+msgid "Mon."
+msgstr "dl."
+
+#: templates/lAfix.php:11
+msgid "Tue."
+msgstr "dt."
+
+#: templates/lAfix.php:12
+msgid "Wed."
+msgstr "dc."
+
+#: templates/lAfix.php:13
+msgid "Thu."
+msgstr "dj."
+
+#: templates/lAfix.php:14
+msgid "Fri."
+msgstr "dv."
+
+#: templates/lAfix.php:15
+msgid "Sat."
+msgstr "ds."
+
+#: templates/lAfix.php:28
+msgid "Jan."
+msgstr "gen."
+
+#: templates/lAfix.php:29
+msgid "Feb."
+msgstr "febr."
+
+#: templates/lAfix.php:30
+msgid "Mar."
+msgstr "març"
+
+#: templates/lAfix.php:31
+msgid "Apr."
+msgstr "abr."
+
+#: templates/lAfix.php:32
+msgid "May."
+msgstr "maig"
+
+#: templates/lAfix.php:33
+msgid "Jun."
+msgstr "juny"
+
+#: templates/lAfix.php:34
+msgid "Jul."
+msgstr "jul."
+
+#: templates/lAfix.php:35
+msgid "Aug."
+msgstr "ag."
+
+#: templates/lAfix.php:36
+msgid "Sep."
+msgstr "set."
+
+#: templates/lAfix.php:37
+msgid "Oct."
+msgstr "oct."
+
+#: templates/lAfix.php:38
+msgid "Nov."
+msgstr "nov."
+
+#: templates/lAfix.php:39
+msgid "Dec."
+msgstr "des."
+
#: templates/part.choosecalendar.php:1
msgid "Choose active calendars"
msgstr "Seleccioneu calendaris actius"
#: templates/part.choosecalendar.php:15
msgid "New Calendar"
-msgstr ""
+msgstr "Calendari nou"
#: templates/part.choosecalendar.php:20
#: templates/part.choosecalendar.rowfields.php:4
msgid "CalDav Link"
-msgstr ""
+msgstr "Enllaç CalDav"
#: templates/part.choosecalendar.rowfields.php:4
msgid "Download"
msgstr "Baixa"
#: templates/part.choosecalendar.rowfields.php:4
-#: templates/part.eventinfo.php:64
msgid "Edit"
msgstr "Edita"
#: templates/part.choosecalendar.rowfields.php:4
-#: templates/part.editevent.php:8
+#: templates/part.editevent.php:9
msgid "Delete"
-msgstr ""
+msgstr "Esborra"
#: templates/part.editcalendar.php:9
msgid "New calendar"
-msgstr ""
+msgstr "Calendari nou"
#: templates/part.editcalendar.php:9
msgid "Edit calendar"
@@ -376,90 +457,181 @@ msgstr "Mostra el nom"
msgid "Active"
msgstr "Actiu"
-#: templates/part.editcalendar.php:29 templates/part.eventform.php:88
-#: templates/part.eventinfo.php:58
-msgid "Description"
-msgstr "Descripció"
-
-#: templates/part.editcalendar.php:35
+#: templates/part.editcalendar.php:29
msgid "Calendar color"
msgstr "Color del calendari"
-#: templates/part.editcalendar.php:41
+#: templates/part.editcalendar.php:42
msgid "Save"
-msgstr ""
+msgstr "Desa"
-#: templates/part.editcalendar.php:41 templates/part.editevent.php:7
+#: templates/part.editcalendar.php:42 templates/part.editevent.php:8
#: templates/part.newevent.php:6
msgid "Submit"
-msgstr "Tramet"
+msgstr "Envia"
-#: templates/part.editcalendar.php:42
+#: templates/part.editcalendar.php:43
msgid "Cancel"
-msgstr ""
+msgstr "Cancel·la"
-#: templates/part.editevent.php:1 templates/part.eventinfo.php:1
+#: templates/part.editevent.php:1
msgid "Edit an event"
msgstr "Edició d'un esdeveniment"
-#: templates/part.eventform.php:3 templates/part.eventinfo.php:4
-msgid "Title"
-msgstr "Títol"
+#: templates/part.editevent.php:10
+msgid "Export"
+msgstr "Exporta"
#: templates/part.eventform.php:5
msgid "Title of the Event"
msgstr "Títol de l'esdeveniment"
-#: templates/part.eventform.php:9 templates/part.eventinfo.php:9
-msgid "Location"
-msgstr "Ubicació"
-
#: templates/part.eventform.php:11
-msgid "Location of the Event"
-msgstr "Ubicació de l'esdeveniment"
-
-#: templates/part.eventform.php:17 templates/part.eventinfo.php:16
msgid "Category"
msgstr "Categoria"
-#: templates/part.eventform.php:19
+#: templates/part.eventform.php:13
msgid "Select category"
-msgstr ""
+msgstr "Seleccioneu categoria"
-#: templates/part.eventform.php:45 templates/part.eventinfo.php:28
+#: templates/part.eventform.php:37
msgid "All Day Event"
msgstr "Esdeveniment de tot el dia"
-#: templates/part.eventform.php:49 templates/part.eventinfo.php:31
+#: templates/part.eventform.php:41
msgid "From"
msgstr "Des de"
-#: templates/part.eventform.php:57 templates/part.eventinfo.php:38
+#: templates/part.eventform.php:49
msgid "To"
msgstr "Fins a"
-#: templates/part.eventform.php:65 templates/part.eventinfo.php:44
+#: templates/part.eventform.php:57
+msgid "Advanced options"
+msgstr "Opcions avançades"
+
+#: templates/part.eventform.php:61
msgid "Repeat"
-msgstr "Repeteix"
+msgstr "Repetició"
-#: templates/part.eventform.php:81 templates/part.eventinfo.php:51
-msgid "Attendees"
-msgstr "Assistents"
+#: templates/part.eventform.php:68
+msgid "Advanced"
+msgstr "Avançat"
-#: templates/part.eventform.php:89
+#: templates/part.eventform.php:112
+msgid "Select weekdays"
+msgstr "Dies de la setmana seleccionats"
+
+#: templates/part.eventform.php:125 templates/part.eventform.php:138
+msgid "Select days"
+msgstr "Seleccionar dies"
+
+#: templates/part.eventform.php:130
+msgid "and the events day of year."
+msgstr "i dies d'esdeveniment de l'any."
+
+#: templates/part.eventform.php:143
+msgid "and the events day of month."
+msgstr "i dies d'esdeveniment del mes."
+
+#: templates/part.eventform.php:151
+msgid "Select months"
+msgstr "Seleccionar mesos"
+
+#: templates/part.eventform.php:164
+msgid "Select weeks"
+msgstr "Seleccionar setmanes"
+
+#: templates/part.eventform.php:169
+msgid "and the events week of year."
+msgstr "i setmanes d'esdeveniment de l'any."
+
+#: templates/part.eventform.php:175
+msgid "Interval"
+msgstr "Interval"
+
+#: templates/part.eventform.php:181
+msgid "End"
+msgstr "Final"
+
+#: templates/part.eventform.php:193
+msgid "occurrences"
+msgstr "aparicions"
+
+#: templates/part.eventform.php:208
+msgid "Location"
+msgstr "Ubicació"
+
+#: templates/part.eventform.php:210
+msgid "Location of the Event"
+msgstr "Ubicació de l'esdeveniment"
+
+#: templates/part.eventform.php:216
+msgid "Description"
+msgstr "Descripció"
+
+#: templates/part.eventform.php:218
msgid "Description of the Event"
msgstr "Descripció de l'esdeveniment"
-#: templates/part.eventinfo.php:63
-msgid "Close"
-msgstr "Tanca"
+#: templates/part.import.php:1
+msgid "Import a calendar file"
+msgstr ""
+
+#: templates/part.import.php:6
+msgid "Please choose the calendar"
+msgstr "Escolliu el calendari"
+
+#: templates/part.import.php:10
+msgid "create a new calendar"
+msgstr ""
+
+#: templates/part.import.php:15
+msgid "Name of new calendar"
+msgstr ""
+
+#: templates/part.import.php:17
+msgid "Import"
+msgstr "Importa"
+
+#: templates/part.import.php:20
+msgid "Importing calendar"
+msgstr ""
+
+#: templates/part.import.php:23
+msgid "Calendar imported successfully"
+msgstr ""
+
+#: templates/part.import.php:24
+msgid "Close Dialog"
+msgstr ""
#: templates/part.newevent.php:1
msgid "Create a new event"
msgstr "Crea un nou esdeveniment"
-#: templates/settings.php:11
+#: templates/settings.php:13
msgid "Timezone"
msgstr "Zona horària"
+#: templates/settings.php:30
+msgid "Check always for changes of the timezone"
+msgstr "Comprova sempre en els canvis de zona horària"
+
+#: templates/settings.php:32
+msgid "Timeformat"
+msgstr "Format de temps"
+
+#: templates/settings.php:34
+msgid "24h"
+msgstr "24"
+
+#: templates/settings.php:35
+msgid "12h"
+msgstr "12h"
+
+#: templates/settings.php:41
+msgid "Calendar CalDAV syncing address:"
+msgstr "Adreça de sincronització del calendari CalDAV:"
+
diff --git a/l10n/ca/contacts.po b/l10n/ca/contacts.po
index f463226b436..28a7aa018f8 100644
--- a/l10n/ca/contacts.po
+++ b/l10n/ca/contacts.po
@@ -3,13 +3,13 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
-# , 2011.
+# , 2011, 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-11 00:18+0100\n"
-"PO-Revision-Date: 2012-01-10 23:43+0000\n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:45+0000\n"
"Last-Translator: icewind \n"
"Language-Team: Catalan (http://www.transifex.net/projects/p/owncloud/team/ca/)\n"
"MIME-Version: 1.0\n"
@@ -18,6 +18,50 @@ msgstr ""
"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+#: ajax/activation.php:17 ajax/updateaddressbook.php:26
+msgid "Error (de)activating addressbook."
+msgstr ""
+
+#: ajax/addcard.php:79
+msgid "There was an error adding the contact."
+msgstr ""
+
+#: ajax/addproperty.php:39
+msgid "Cannot add empty property."
+msgstr ""
+
+#: ajax/addproperty.php:51
+msgid "At least one of the address fields has to be filled out."
+msgstr ""
+
+#: ajax/addproperty.php:77
+msgid "Error adding contact property."
+msgstr ""
+
+#: ajax/createaddressbook.php:20
+msgid "Error adding addressbook."
+msgstr ""
+
+#: ajax/createaddressbook.php:26
+msgid "Error activating addressbook."
+msgstr ""
+
+#: ajax/deleteproperty.php:40
+msgid "Error deleting contact property."
+msgstr ""
+
+#: ajax/setproperty.php:79
+msgid "Error updating contact property."
+msgstr ""
+
+#: ajax/updateaddressbook.php:20
+msgid "Error updating addressbook."
+msgstr ""
+
+#: appinfo/app.php:21 templates/settings.php:3
+msgid "Contacts"
+msgstr ""
+
#: lib/app.php:42
msgid "This is not your addressbook."
msgstr "Aquesta no és la vostra llibreta d'adreces"
@@ -26,29 +70,25 @@ msgstr "Aquesta no és la vostra llibreta d'adreces"
msgid "Contact could not be found."
msgstr "No s'ha trobat el contacte."
-#: lib/app.php:65
-msgid "vCard could not be read."
-msgstr "No s'ha pogut llegir la vCard"
-
#: lib/app.php:79
msgid "Information about vCard is incorrect. Please reload the page."
msgstr "La informació de la vCard és incorrecta. Carregueu la pàgina de nou."
-#: lib/app.php:91 templates/part.addcardform.php:56
+#: lib/app.php:91 templates/part.addcardform.php:54
#: templates/part.property.php:45 templates/part.setpropertyform.php:7
msgid "Address"
msgstr "Adreça"
-#: lib/app.php:92 templates/part.addcardform.php:37
+#: lib/app.php:92 templates/part.addcardform.php:43
msgid "Telephone"
msgstr "Telèfon"
-#: lib/app.php:93 templates/part.addcardform.php:31
+#: lib/app.php:93 templates/part.addcardform.php:37
#: templates/part.property.php:16 templates/part.setpropertyform.php:51
msgid "Email"
msgstr "Correu electrònic"
-#: lib/app.php:94 templates/part.addcardform.php:23
+#: lib/app.php:94 templates/part.addcardform.php:27
#: templates/part.property.php:9 templates/part.setpropertyform.php:54
msgid "Organization"
msgstr "Organització"
@@ -85,6 +125,10 @@ msgstr "Vídeo"
msgid "Pager"
msgstr "Paginador"
+#: lib/search.php:22
+msgid "Contact"
+msgstr ""
+
#: photo.php:40
msgid "This is not your contact."
msgstr "Aquest contacte no és vostre."
@@ -97,88 +141,83 @@ msgstr "Aquesta targeta no és compatible amb RFC."
msgid "This card does not contain a photo."
msgstr "Aquesta targeta no conté foto."
-#: templates/index.php:13
+#: templates/index.php:6
msgid "Add Contact"
-msgstr "Afegeix un contacte"
+msgstr "Afegiu un contacte"
-#: templates/index.php:14
-msgid "Address Books"
+#: templates/index.php:7
+msgid "Addressbooks"
msgstr ""
#: templates/part.addcardform.php:8
-msgid "Group"
-msgstr "Grup"
+msgid "Addressbook"
+msgstr ""
-#: templates/part.addcardform.php:19
+#: templates/part.addcardform.php:21
msgid "Name"
msgstr "Nom"
-#: templates/part.addcardform.php:41
-msgid "Number"
-msgstr ""
-
-#: templates/part.addcardform.php:45 templates/part.addcardform.php:59
-#: templates/part.details.php:42 templates/part.details.php:78
-#: templates/part.setpropertyform.php:10 templates/part.setpropertyform.php:47
+#: templates/part.addcardform.php:57 templates/part.details.php:43
+#: templates/part.details.php:79 templates/part.setpropertyform.php:10
+#: templates/part.setpropertyform.php:47
msgid "Type"
-msgstr ""
+msgstr "Tipus"
-#: templates/part.addcardform.php:65 templates/part.details.php:48
+#: templates/part.addcardform.php:65 templates/part.details.php:49
#: templates/part.setpropertyform.php:16
msgid "PO Box"
msgstr "Adreça Postal"
-#: templates/part.addcardform.php:69 templates/part.details.php:52
+#: templates/part.addcardform.php:72 templates/part.details.php:53
#: templates/part.setpropertyform.php:20
msgid "Extended"
msgstr "Addicional"
-#: templates/part.addcardform.php:73 templates/part.details.php:56
+#: templates/part.addcardform.php:78 templates/part.details.php:57
#: templates/part.setpropertyform.php:24
msgid "Street"
msgstr "Carrer"
-#: templates/part.addcardform.php:77 templates/part.details.php:60
+#: templates/part.addcardform.php:84 templates/part.details.php:61
#: templates/part.setpropertyform.php:28
msgid "City"
msgstr "Ciutat"
-#: templates/part.addcardform.php:81 templates/part.details.php:64
+#: templates/part.addcardform.php:90 templates/part.details.php:65
#: templates/part.setpropertyform.php:32
msgid "Region"
msgstr "Comarca"
-#: templates/part.addcardform.php:85 templates/part.details.php:68
+#: templates/part.addcardform.php:96 templates/part.details.php:69
#: templates/part.setpropertyform.php:36
msgid "Zipcode"
msgstr "Codi postal"
-#: templates/part.addcardform.php:89 templates/part.details.php:72
+#: templates/part.addcardform.php:102 templates/part.details.php:73
#: templates/part.setpropertyform.php:40
msgid "Country"
msgstr "País"
-#: templates/part.addcardform.php:97
+#: templates/part.addcardform.php:109
msgid "Create Contact"
msgstr "Crea un contacte"
#: templates/part.chooseaddressbook.php:1
msgid "Choose active Address Books"
-msgstr ""
+msgstr "Escolliu una llibreda d'adreces activa"
#: templates/part.chooseaddressbook.php:16
-#: templates/part.editaddressbook.php:9
msgid "New Address Book"
-msgstr ""
+msgstr "Nova llibreta d'adreces"
#: templates/part.chooseaddressbook.php:21
#: templates/part.chooseaddressbook.rowfields.php:5
msgid "CardDav Link"
-msgstr ""
+msgstr "Enllaç CardDav"
#: templates/part.chooseaddressbook.rowfields.php:5
msgid "Download"
-msgstr ""
+msgstr "Baixa"
#: templates/part.chooseaddressbook.rowfields.php:5
msgid "Edit"
@@ -189,36 +228,44 @@ msgid "Delete"
msgstr "Elimina"
#: templates/part.details.php:3
-msgid "Delete contact"
+msgid "Download contact"
msgstr ""
-#: templates/part.details.php:33
+#: templates/part.details.php:4
+msgid "Delete contact"
+msgstr "Elimina el contacte"
+
+#: templates/part.details.php:34
msgid "Add"
+msgstr "Afegeix"
+
+#: templates/part.editaddressbook.php:9
+msgid "New Addressbook"
msgstr ""
#: templates/part.editaddressbook.php:9
-msgid "Edit Address Book"
+msgid "Edit Addressbook"
msgstr ""
#: templates/part.editaddressbook.php:12
msgid "Displayname"
-msgstr ""
+msgstr "Nom a mostrar"
#: templates/part.editaddressbook.php:23
msgid "Active"
-msgstr ""
+msgstr "Actiu"
#: templates/part.editaddressbook.php:29
msgid "Save"
-msgstr ""
+msgstr "Desa"
#: templates/part.editaddressbook.php:29
msgid "Submit"
-msgstr ""
+msgstr "Envia"
#: templates/part.editaddressbook.php:30
msgid "Cancel"
-msgstr ""
+msgstr "Cancel·la"
#: templates/part.property.php:3
msgid "Birthday"
@@ -226,7 +273,7 @@ msgstr "Aniversari"
#: templates/part.property.php:23
msgid "Preferred"
-msgstr ""
+msgstr "Preferit"
#: templates/part.property.php:23 templates/part.setpropertyform.php:45
msgid "Phone"
@@ -234,6 +281,10 @@ msgstr "Telèfon"
#: templates/part.setpropertyform.php:57
msgid "Update"
+msgstr "Actualitza"
+
+#: templates/settings.php:4
+msgid "CardDAV syncing address:"
msgstr ""
diff --git a/l10n/ca/core.po b/l10n/ca/core.po
index cf30bb6af45..adce94682bf 100644
--- a/l10n/ca/core.po
+++ b/l10n/ca/core.po
@@ -3,14 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
-# , 2011.
+# , 2011, 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-11 00:19+0100\n"
-"PO-Revision-Date: 2012-01-10 23:43+0000\n"
-"Last-Translator: icewind \n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-11 08:41+0000\n"
+"Last-Translator: rogerc \n"
"Language-Team: Catalan (http://www.transifex.net/projects/p/owncloud/team/ca/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -20,11 +20,11 @@ msgstr ""
#: lostpassword/index.php:24
msgid "Owncloud password reset"
-msgstr ""
+msgstr "Restableix la contrasenya d'Owncloud"
#: lostpassword/templates/email.php:1
msgid "Use the following link to reset your password: {link}"
-msgstr ""
+msgstr "Useu l'enllaç següent per restablir la contrasenya: {enllaç}"
#: lostpassword/templates/lostpassword.php:3
msgid "You will receive a link to reset your password via Email."
@@ -36,7 +36,7 @@ msgstr "Sol·licitat"
#: lostpassword/templates/lostpassword.php:8
msgid "Login failed!"
-msgstr "No s'ha pogut entrar"
+msgstr "No s'ha pogut iniciar la sessió"
#: lostpassword/templates/lostpassword.php:11 templates/installation.php:22
#: templates/login.php:8
@@ -53,7 +53,7 @@ msgstr "La vostra contrasenya s'ha reinicialitzat"
#: lostpassword/templates/resetpassword.php:5
msgid "To login page"
-msgstr ""
+msgstr "A la pàgina d'inici de sessió"
#: lostpassword/templates/resetpassword.php:8
msgid "New password"
@@ -61,7 +61,7 @@ msgstr "Contrasenya nova"
#: lostpassword/templates/resetpassword.php:11
msgid "Reset password"
-msgstr "Reinicialitza contrasenya"
+msgstr "Reinicialitza la contrasenya"
#: strings.php:5
msgid "Personal"
@@ -85,7 +85,7 @@ msgstr "Ajuda"
#: templates/404.php:12
msgid "Cloud not found"
-msgstr "No s'ha trobat el núvol"
+msgstr "No s'ha trobat al núvol"
#: templates/installation.php:20
msgid "Create an admin account"
@@ -134,7 +134,7 @@ msgstr "Acaba la configuració"
#: templates/layout.guest.php:35
msgid "web services under your control"
-msgstr ""
+msgstr "serveis web controlats per vós"
#: templates/layout.user.php:34
msgid "Log out"
@@ -154,7 +154,7 @@ msgstr "recorda'm"
#: templates/login.php:16
msgid "Log in"
-msgstr ""
+msgstr "Inici de sessió"
#: templates/logout.php:1
msgid "You are logged out."
diff --git a/l10n/ca/files.po b/l10n/ca/files.po
index 8427ff069a7..5fe59dd672a 100644
--- a/l10n/ca/files.po
+++ b/l10n/ca/files.po
@@ -3,14 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
-# , 2011.
+# , 2011, 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-11 00:19+0100\n"
-"PO-Revision-Date: 2012-01-10 23:43+0000\n"
-"Last-Translator: icewind \n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-11 08:48+0000\n"
+"Last-Translator: rogerc \n"
"Language-Team: Catalan (http://www.transifex.net/projects/p/owncloud/team/ca/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -58,19 +58,19 @@ msgstr "Mida màxima de pujada"
#: templates/index.php:7
msgid "New"
-msgstr ""
+msgstr "Nou"
#: templates/index.php:10
msgid "Text file"
-msgstr ""
+msgstr "Fitxer de text"
#: templates/index.php:11
msgid "Folder"
-msgstr ""
+msgstr "Carpeta"
#: templates/index.php:12
msgid "From the web"
-msgstr ""
+msgstr "Des de la web"
#: templates/index.php:22
msgid "Upload"
@@ -86,7 +86,7 @@ msgstr "Nom"
#: templates/index.php:45
msgid "Download"
-msgstr "Descarrega"
+msgstr "Baixa"
#: templates/index.php:49
msgid "Size"
@@ -110,6 +110,6 @@ msgid ""
"on this server."
msgstr ""
"Els fitxers que esteu intentant pujar excedeixen la mida màxima de pujada "
-"d'aquest servidor"
+"del servidor"
diff --git a/l10n/ca/gallery.po b/l10n/ca/gallery.po
new file mode 100644
index 00000000000..b2c6ad5819a
--- /dev/null
+++ b/l10n/ca/gallery.po
@@ -0,0 +1,32 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: ownCloud\n"
+"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:48+0000\n"
+"Last-Translator: icewind \n"
+"Language-Team: Catalan (http://www.transifex.net/projects/p/owncloud/team/ca/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ca\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+
+#: appinfo/app.php:41
+msgid "Gallery"
+msgstr ""
+
+#: templates/index.php:10
+msgid "Rescan"
+msgstr ""
+
+#: templates/view_album.php:19
+msgid "Back"
+msgstr ""
+
+
diff --git a/l10n/ca/settings.po b/l10n/ca/settings.po
index 16747902ae7..9467158bd2f 100644
--- a/l10n/ca/settings.po
+++ b/l10n/ca/settings.po
@@ -3,14 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
-# , 2011.
+# , 2011, 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-11 00:19+0100\n"
-"PO-Revision-Date: 2012-01-10 23:43+0000\n"
-"Last-Translator: icewind \n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-11 09:47+0000\n"
+"Last-Translator: rogerc \n"
"Language-Team: Catalan (http://www.transifex.net/projects/p/owncloud/team/ca/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -20,7 +20,7 @@ msgstr ""
#: ajax/lostpassword.php:14
msgid "email Changed"
-msgstr ""
+msgstr "el correu electrònic ha canviat"
#: ajax/lostpassword.php:16 ajax/openid.php:17 ajax/setlanguage.php:16
msgid "Invalid request"
@@ -36,7 +36,7 @@ msgstr "S'ha canviat l'idioma"
#: templates/admin.php:13
msgid "Log level"
-msgstr ""
+msgstr "Nivell de registres"
#: templates/apps.php:8
msgid "Add your application"
@@ -52,7 +52,7 @@ msgstr "- amb llicència"
#: templates/apps.php:23
msgid "by"
-msgstr "per"
+msgstr "de"
#: templates/help.php:8
msgid "Ask a question"
@@ -60,7 +60,7 @@ msgstr "Feu una pregunta"
#: templates/help.php:20
msgid "Problems connecting to help database."
-msgstr "Problemes per connectar-se a la base de dades d'ajuda."
+msgstr "Problemes per connectar amb la base de dades d'ajuda."
#: templates/help.php:21
msgid "Go there manually."
@@ -88,7 +88,7 @@ msgstr "No s'ha pogut canviar la contrasenya"
#: templates/personal.php:15
msgid "Current password"
-msgstr "contrasenya actual"
+msgstr "Contrasenya actual"
#: templates/personal.php:16
msgid "New password"
@@ -100,19 +100,19 @@ msgstr "mostra"
#: templates/personal.php:18
msgid "Change password"
-msgstr "canvia la contrasenya"
+msgstr "Canvia la contrasenya"
#: templates/personal.php:24
msgid "Email"
-msgstr ""
+msgstr "Correu electrònic"
#: templates/personal.php:25
msgid "Your email address"
-msgstr ""
+msgstr "Correu electrònic"
#: templates/personal.php:26
msgid "Fill in an email address to enable password recovery"
-msgstr ""
+msgstr "Ompliu el correu electrònic per activar la recuperació de contrasenya"
#: templates/personal.php:32 templates/personal.php:33
msgid "Language"
@@ -120,7 +120,7 @@ msgstr "Idioma"
#: templates/personal.php:38
msgid "Help translate"
-msgstr ""
+msgstr "Ajudeu-nos amb la traducció"
#: templates/personal.php:45
msgid "use this address to connect to your ownCloud in your file manager"
@@ -145,7 +145,7 @@ msgstr "Crea"
#: templates/users.php:33
msgid "Quota"
-msgstr ""
+msgstr "Quota"
#: templates/users.php:58
msgid "Delete"
diff --git a/l10n/cs_CZ/calendar.po b/l10n/cs_CZ/calendar.po
index 071b0bde711..fc658fb75fa 100644
--- a/l10n/cs_CZ/calendar.po
+++ b/l10n/cs_CZ/calendar.po
@@ -3,13 +3,15 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
+# Jan Krejci , 2011, 2012.
+# Martin , 2011, 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2011-09-24 23:05+0200\n"
-"PO-Revision-Date: 2011-09-24 21:05+0000\n"
-"Last-Translator: JanCBorchardt \n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:45+0000\n"
+"Last-Translator: icewind \n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.net/projects/p/owncloud/team/cs_CZ/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -17,448 +19,620 @@ msgstr ""
"Language: cs_CZ\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2\n"
-#: ajax/createcalendar.php:18 ajax/settimezone.php:19
-#: ajax/updatecalendar.php:18
-msgid "Authentication error"
-msgstr ""
+#: ajax/guesstimezone.php:42
+msgid "New Timezone:"
+msgstr "Nová časová zóna:"
-#: ajax/editeventform.php:25
-msgid "Wrong calendar"
-msgstr ""
-
-#: ajax/settimezone.php:27
+#: ajax/settimezone.php:22
msgid "Timezone changed"
-msgstr ""
+msgstr "Časová zóna byla změněna"
-#: ajax/settimezone.php:29
+#: ajax/settimezone.php:24
msgid "Invalid request"
-msgstr ""
+msgstr "Chybný požadavek"
-#: appinfo/app.php:19 templates/part.eventform.php:27
-#: templates/part.eventinfo.php:18
+#: appinfo/app.php:20 templates/calendar.php:13
+#: templates/part.eventform.php:20
msgid "Calendar"
-msgstr ""
+msgstr "Kalendář"
-#: lib/object.php:292
+#: lib/app.php:19
+msgid "Wrong calendar"
+msgstr "Nesprávný kalendář"
+
+#: lib/app.php:60 lib/object.php:332
msgid "Birthday"
-msgstr ""
+msgstr "Narozeniny"
-#: lib/object.php:293
+#: lib/app.php:61 lib/object.php:333
msgid "Business"
-msgstr ""
+msgstr "Pracovní"
-#: lib/object.php:294
+#: lib/app.php:62 lib/object.php:334
msgid "Call"
-msgstr ""
+msgstr "Volat"
-#: lib/object.php:295
+#: lib/app.php:63 lib/object.php:335
msgid "Clients"
-msgstr ""
+msgstr "Klienti"
-#: lib/object.php:296
+#: lib/app.php:64 lib/object.php:336
msgid "Deliverer"
-msgstr ""
+msgstr "Doručovatel"
-#: lib/object.php:297
+#: lib/app.php:65 lib/object.php:337
msgid "Holidays"
-msgstr ""
+msgstr "Prázdniny"
-#: lib/object.php:298
+#: lib/app.php:66 lib/object.php:338
msgid "Ideas"
-msgstr ""
+msgstr "Nápady"
-#: lib/object.php:299
+#: lib/app.php:67 lib/object.php:339
msgid "Journey"
-msgstr ""
+msgstr "Cesta"
-#: lib/object.php:300
+#: lib/app.php:68 lib/object.php:340
msgid "Jubilee"
-msgstr ""
+msgstr "Jubileum"
-#: lib/object.php:301
+#: lib/app.php:69 lib/object.php:341
msgid "Meeting"
-msgstr ""
+msgstr "Schůzka"
-#: lib/object.php:302
+#: lib/app.php:70 lib/object.php:342
msgid "Other"
-msgstr ""
+msgstr "Další"
-#: lib/object.php:303
+#: lib/app.php:71 lib/object.php:343
msgid "Personal"
-msgstr ""
+msgstr "Osobní"
-#: lib/object.php:304
+#: lib/app.php:72 lib/object.php:344
msgid "Projects"
-msgstr ""
+msgstr "Projekty"
-#: lib/object.php:305
+#: lib/app.php:73 lib/object.php:345
msgid "Questions"
-msgstr ""
+msgstr "Dotazy"
-#: lib/object.php:306
+#: lib/app.php:74 lib/object.php:346
msgid "Work"
-msgstr ""
+msgstr "Práce"
-#: lib/object.php:313
+#: lib/object.php:353
msgid "Does not repeat"
-msgstr ""
+msgstr "Neopakuje se"
-#: lib/object.php:314
+#: lib/object.php:354
msgid "Daily"
-msgstr ""
+msgstr "Denně"
-#: lib/object.php:315
+#: lib/object.php:355
msgid "Weekly"
-msgstr ""
+msgstr "Týdně"
-#: lib/object.php:316
+#: lib/object.php:356
msgid "Every Weekday"
-msgstr ""
+msgstr "Každý všední den"
-#: lib/object.php:317
+#: lib/object.php:357
msgid "Bi-Weekly"
-msgstr ""
+msgstr "Jednou za dva týdny"
-#: lib/object.php:318
+#: lib/object.php:358
msgid "Monthly"
-msgstr ""
+msgstr "Měsíčně"
-#: lib/object.php:319
+#: lib/object.php:359
msgid "Yearly"
-msgstr ""
+msgstr "Ročně"
-#: lib/object.php:337
-msgid "Not an array"
-msgstr ""
+#: lib/object.php:366
+msgid "never"
+msgstr "nikdy"
-#: templates/calendar.php:3
-msgid "All day"
-msgstr ""
+#: lib/object.php:367
+msgid "by occurrences"
+msgstr "podle výskytu"
-#: templates/calendar.php:32
-msgid "Sunday"
-msgstr ""
+#: lib/object.php:368
+msgid "by date"
+msgstr "podle data"
-#: templates/calendar.php:32
+#: lib/object.php:375
+msgid "by monthday"
+msgstr "podle dne v měsíci"
+
+#: lib/object.php:376
+msgid "by weekday"
+msgstr "podle dne v týdnu"
+
+#: lib/object.php:383 templates/lAfix.php:3
msgid "Monday"
-msgstr ""
+msgstr "Pondělí"
-#: templates/calendar.php:32
+#: lib/object.php:384 templates/lAfix.php:4
msgid "Tuesday"
-msgstr ""
+msgstr "Úterý"
-#: templates/calendar.php:32
+#: lib/object.php:385 templates/lAfix.php:5
msgid "Wednesday"
-msgstr ""
+msgstr "Středa"
-#: templates/calendar.php:32
+#: lib/object.php:386 templates/lAfix.php:6
msgid "Thursday"
-msgstr ""
+msgstr "Čtvrtek"
-#: templates/calendar.php:32
+#: lib/object.php:387 templates/lAfix.php:7
msgid "Friday"
-msgstr ""
+msgstr "Pátek"
-#: templates/calendar.php:32
+#: lib/object.php:388 templates/lAfix.php:8
msgid "Saturday"
-msgstr ""
+msgstr "Sobota"
-#: templates/calendar.php:33
-msgid "Sun."
-msgstr ""
+#: lib/object.php:389 templates/lAfix.php:2
+msgid "Sunday"
+msgstr "Neděle"
-#: templates/calendar.php:33
-msgid "Mon."
-msgstr ""
+#: lib/object.php:396
+msgid "events week of month"
+msgstr "týdenní události v měsíci"
-#: templates/calendar.php:33
-msgid "Tue."
-msgstr ""
+#: lib/object.php:397
+msgid "first"
+msgstr "první"
-#: templates/calendar.php:33
-msgid "Wed."
-msgstr ""
+#: lib/object.php:398
+msgid "second"
+msgstr "druhý"
-#: templates/calendar.php:33
-msgid "Thu."
-msgstr ""
+#: lib/object.php:399
+msgid "third"
+msgstr "třetí"
-#: templates/calendar.php:33
-msgid "Fri."
-msgstr ""
+#: lib/object.php:400
+msgid "fourth"
+msgstr "čtvrtý"
-#: templates/calendar.php:33
-msgid "Sat."
-msgstr ""
+#: lib/object.php:401
+msgid "fifth"
+msgstr "pátý"
-#: templates/calendar.php:34
+#: lib/object.php:402
+msgid "last"
+msgstr "poslední"
+
+#: lib/object.php:424 templates/lAfix.php:16
msgid "January"
-msgstr ""
+msgstr "Leden"
-#: templates/calendar.php:34
+#: lib/object.php:425 templates/lAfix.php:17
msgid "February"
-msgstr ""
+msgstr "Únor"
-#: templates/calendar.php:34
+#: lib/object.php:426 templates/lAfix.php:18
msgid "March"
-msgstr ""
+msgstr "Břeyen"
-#: templates/calendar.php:34
+#: lib/object.php:427 templates/lAfix.php:19
msgid "April"
-msgstr ""
+msgstr "Duben"
-#: templates/calendar.php:34
+#: lib/object.php:428 templates/lAfix.php:20
msgid "May"
-msgstr ""
+msgstr "Květen"
-#: templates/calendar.php:34
+#: lib/object.php:429 templates/lAfix.php:21
msgid "June"
-msgstr ""
+msgstr "Červen"
-#: templates/calendar.php:34
+#: lib/object.php:430 templates/lAfix.php:22
msgid "July"
-msgstr ""
+msgstr "Červenec"
-#: templates/calendar.php:34
+#: lib/object.php:431 templates/lAfix.php:23
msgid "August"
-msgstr ""
+msgstr "Srpen"
-#: templates/calendar.php:34
+#: lib/object.php:432 templates/lAfix.php:24
msgid "September"
-msgstr ""
+msgstr "Září"
-#: templates/calendar.php:34
+#: lib/object.php:433 templates/lAfix.php:25
msgid "October"
-msgstr ""
+msgstr "Říjen"
-#: templates/calendar.php:34
+#: lib/object.php:434 templates/lAfix.php:26
msgid "November"
-msgstr ""
+msgstr "Listopad"
-#: templates/calendar.php:34
+#: lib/object.php:435 templates/lAfix.php:27
msgid "December"
-msgstr ""
+msgstr "Prosinec"
-#: templates/calendar.php:35
-msgid "Jan."
-msgstr ""
+#: lib/object.php:441
+msgid "by events date"
+msgstr "podle data události"
-#: templates/calendar.php:35
-msgid "Feb."
-msgstr ""
+#: lib/object.php:442
+msgid "by yearday(s)"
+msgstr "po dni (dnech)"
-#: templates/calendar.php:35
-msgid "Mar."
-msgstr ""
+#: lib/object.php:443
+msgid "by weeknumber(s)"
+msgstr "podle čísel týdnů"
-#: templates/calendar.php:35
-msgid "Apr."
-msgstr ""
+#: lib/object.php:444
+msgid "by day and month"
+msgstr "podle dne a měsíce"
-#: templates/calendar.php:35
-msgid "May."
-msgstr ""
+#: lib/object.php:467
+msgid "Not an array"
+msgstr "Není zařazeno"
-#: templates/calendar.php:35
-msgid "Jun."
-msgstr ""
+#: lib/search.php:32 lib/search.php:34 lib/search.php:37
+msgid "Date"
+msgstr "Datum"
-#: templates/calendar.php:35
-msgid "Jul."
-msgstr ""
+#: lib/search.php:40
+msgid "Cal."
+msgstr "Kal."
-#: templates/calendar.php:35
-msgid "Aug."
-msgstr ""
+#: templates/calendar.php:10
+msgid "All day"
+msgstr "Celý den"
-#: templates/calendar.php:35
-msgid "Sep."
-msgstr ""
+#: templates/calendar.php:11
+msgid "Missing fields"
+msgstr "Chybějící pole"
-#: templates/calendar.php:35
-msgid "Oct."
-msgstr ""
+#: templates/calendar.php:12 templates/part.eventform.php:3
+msgid "Title"
+msgstr "Název"
-#: templates/calendar.php:35
-msgid "Nov."
-msgstr ""
+#: templates/calendar.php:14
+msgid "From Date"
+msgstr "Od data"
-#: templates/calendar.php:35
-msgid "Dec."
-msgstr ""
+#: templates/calendar.php:15
+msgid "From Time"
+msgstr "Od"
-#: templates/calendar.php:36 templates/calendar.php:50
-#: templates/calendar.php:116
-msgid "Week"
-msgstr ""
+#: templates/calendar.php:16
+msgid "To Date"
+msgstr "Do data"
-#: templates/calendar.php:37 templates/calendar.php:51
-msgid "Weeks"
-msgstr ""
+#: templates/calendar.php:17
+msgid "To Time"
+msgstr "Do"
-#: templates/calendar.php:38
-msgid "More before {startdate}"
-msgstr ""
+#: templates/calendar.php:18
+msgid "The event ends before it starts"
+msgstr "Akce končí před zahájením"
-#: templates/calendar.php:39
-msgid "More after {enddate}"
-msgstr ""
-
-#: templates/calendar.php:49
-msgid "Day"
-msgstr ""
+#: templates/calendar.php:19
+msgid "There was a database fail"
+msgstr "Chyba v databázi"
#: templates/calendar.php:52
-msgid "Month"
-msgstr ""
+msgid "Week"
+msgstr "týden"
#: templates/calendar.php:53
-msgid "List"
-msgstr ""
+msgid "Month"
+msgstr "měsíc"
-#: templates/calendar.php:58
-msgid "Today"
-msgstr ""
+#: templates/calendar.php:54
+msgid "List"
+msgstr "Seznam"
#: templates/calendar.php:59
+msgid "Today"
+msgstr "dnes"
+
+#: templates/calendar.php:60
msgid "Calendars"
-msgstr ""
+msgstr "Kalendáře"
-#: templates/calendar.php:76 templates/calendar.php:94
-msgid "Time"
-msgstr ""
-
-#: templates/calendar.php:169
+#: templates/calendar.php:78
msgid "There was a fail, while parsing the file."
-msgstr ""
+msgstr "Chyba při převodu souboru"
+
+#: templates/lAfix.php:9
+msgid "Sun."
+msgstr "Ne"
+
+#: templates/lAfix.php:10
+msgid "Mon."
+msgstr "Po"
+
+#: templates/lAfix.php:11
+msgid "Tue."
+msgstr "Út"
+
+#: templates/lAfix.php:12
+msgid "Wed."
+msgstr "St"
+
+#: templates/lAfix.php:13
+msgid "Thu."
+msgstr "Čt"
+
+#: templates/lAfix.php:14
+msgid "Fri."
+msgstr "Pá"
+
+#: templates/lAfix.php:15
+msgid "Sat."
+msgstr "So"
+
+#: templates/lAfix.php:28
+msgid "Jan."
+msgstr "Led."
+
+#: templates/lAfix.php:29
+msgid "Feb."
+msgstr "Úno."
+
+#: templates/lAfix.php:30
+msgid "Mar."
+msgstr "Bře."
+
+#: templates/lAfix.php:31
+msgid "Apr."
+msgstr "Dub."
+
+#: templates/lAfix.php:32
+msgid "May."
+msgstr "Kvě."
+
+#: templates/lAfix.php:33
+msgid "Jun."
+msgstr "Čer."
+
+#: templates/lAfix.php:34
+msgid "Jul."
+msgstr "Čec."
+
+#: templates/lAfix.php:35
+msgid "Aug."
+msgstr "Srp."
+
+#: templates/lAfix.php:36
+msgid "Sep."
+msgstr "Zář."
+
+#: templates/lAfix.php:37
+msgid "Oct."
+msgstr "Říj."
+
+#: templates/lAfix.php:38
+msgid "Nov."
+msgstr "Lis."
+
+#: templates/lAfix.php:39
+msgid "Dec."
+msgstr "Pro."
#: templates/part.choosecalendar.php:1
msgid "Choose active calendars"
-msgstr ""
+msgstr "Vybrat aktivní kalendář"
#: templates/part.choosecalendar.php:15
msgid "New Calendar"
-msgstr ""
+msgstr "Nový kalendář"
#: templates/part.choosecalendar.php:20
#: templates/part.choosecalendar.rowfields.php:4
msgid "CalDav Link"
-msgstr ""
+msgstr "Odkaz CalDav"
#: templates/part.choosecalendar.rowfields.php:4
msgid "Download"
-msgstr ""
+msgstr "Stáhnout"
#: templates/part.choosecalendar.rowfields.php:4
-#: templates/part.eventinfo.php:64
msgid "Edit"
-msgstr ""
+msgstr "Editovat"
#: templates/part.choosecalendar.rowfields.php:4
-#: templates/part.editevent.php:8
+#: templates/part.editevent.php:9
msgid "Delete"
-msgstr ""
+msgstr "Odstranit"
#: templates/part.editcalendar.php:9
msgid "New calendar"
-msgstr ""
+msgstr "Nový kalendář"
#: templates/part.editcalendar.php:9
msgid "Edit calendar"
-msgstr ""
+msgstr "Editovat kalendář"
#: templates/part.editcalendar.php:12
msgid "Displayname"
-msgstr ""
+msgstr "Zobrazené jméno"
#: templates/part.editcalendar.php:23
msgid "Active"
-msgstr ""
+msgstr "Aktivní"
-#: templates/part.editcalendar.php:29 templates/part.eventform.php:88
-#: templates/part.eventinfo.php:58
-msgid "Description"
-msgstr ""
-
-#: templates/part.editcalendar.php:35
+#: templates/part.editcalendar.php:29
msgid "Calendar color"
-msgstr ""
-
-#: templates/part.editcalendar.php:41
-msgid "Save"
-msgstr ""
-
-#: templates/part.editcalendar.php:41 templates/part.editevent.php:7
-#: templates/part.newevent.php:6
-msgid "Submit"
-msgstr ""
+msgstr "Barva kalendáře"
#: templates/part.editcalendar.php:42
+msgid "Save"
+msgstr "Uložit"
+
+#: templates/part.editcalendar.php:42 templates/part.editevent.php:8
+#: templates/part.newevent.php:6
+msgid "Submit"
+msgstr "Potvrdit"
+
+#: templates/part.editcalendar.php:43
msgid "Cancel"
-msgstr ""
+msgstr "Storno"
-#: templates/part.editevent.php:1 templates/part.eventinfo.php:1
+#: templates/part.editevent.php:1
msgid "Edit an event"
-msgstr ""
+msgstr "Editovat událost"
-#: templates/part.eventform.php:3 templates/part.eventinfo.php:4
-msgid "Title"
-msgstr ""
+#: templates/part.editevent.php:10
+msgid "Export"
+msgstr "Export"
#: templates/part.eventform.php:5
msgid "Title of the Event"
-msgstr ""
-
-#: templates/part.eventform.php:9 templates/part.eventinfo.php:9
-msgid "Location"
-msgstr ""
+msgstr "Název události"
#: templates/part.eventform.php:11
-msgid "Location of the Event"
-msgstr ""
-
-#: templates/part.eventform.php:17 templates/part.eventinfo.php:16
msgid "Category"
-msgstr ""
+msgstr "Kategorie"
-#: templates/part.eventform.php:19
+#: templates/part.eventform.php:13
msgid "Select category"
-msgstr ""
+msgstr "Vyberte kategorii"
-#: templates/part.eventform.php:45 templates/part.eventinfo.php:28
+#: templates/part.eventform.php:37
msgid "All Day Event"
-msgstr ""
+msgstr "Celodenní událost"
-#: templates/part.eventform.php:49 templates/part.eventinfo.php:31
+#: templates/part.eventform.php:41
msgid "From"
-msgstr ""
+msgstr "od"
-#: templates/part.eventform.php:57 templates/part.eventinfo.php:38
+#: templates/part.eventform.php:49
msgid "To"
-msgstr ""
+msgstr "do"
-#: templates/part.eventform.php:65 templates/part.eventinfo.php:44
+#: templates/part.eventform.php:57
+msgid "Advanced options"
+msgstr "Pokročilé volby"
+
+#: templates/part.eventform.php:61
msgid "Repeat"
-msgstr ""
+msgstr "Opakovat"
-#: templates/part.eventform.php:81 templates/part.eventinfo.php:51
-msgid "Attendees"
-msgstr ""
+#: templates/part.eventform.php:68
+msgid "Advanced"
+msgstr "Pokročilé"
-#: templates/part.eventform.php:89
+#: templates/part.eventform.php:112
+msgid "Select weekdays"
+msgstr "Vybrat dny v týdnu"
+
+#: templates/part.eventform.php:125 templates/part.eventform.php:138
+msgid "Select days"
+msgstr "Vybrat dny"
+
+#: templates/part.eventform.php:130
+msgid "and the events day of year."
+msgstr "a denní události v roce"
+
+#: templates/part.eventform.php:143
+msgid "and the events day of month."
+msgstr "a denní události v měsíci"
+
+#: templates/part.eventform.php:151
+msgid "Select months"
+msgstr "Vybrat měsíce"
+
+#: templates/part.eventform.php:164
+msgid "Select weeks"
+msgstr "Vybrat týdny"
+
+#: templates/part.eventform.php:169
+msgid "and the events week of year."
+msgstr "a týden s událostmi v roce"
+
+#: templates/part.eventform.php:175
+msgid "Interval"
+msgstr "Interval"
+
+#: templates/part.eventform.php:181
+msgid "End"
+msgstr "Konec"
+
+#: templates/part.eventform.php:193
+msgid "occurrences"
+msgstr "výskyty"
+
+#: templates/part.eventform.php:208
+msgid "Location"
+msgstr "Umístění"
+
+#: templates/part.eventform.php:210
+msgid "Location of the Event"
+msgstr "Místo konání události"
+
+#: templates/part.eventform.php:216
+msgid "Description"
+msgstr "Popis"
+
+#: templates/part.eventform.php:218
msgid "Description of the Event"
+msgstr "Popis události"
+
+#: templates/part.import.php:1
+msgid "Import a calendar file"
msgstr ""
-#: templates/part.eventinfo.php:63
-msgid "Close"
+#: templates/part.import.php:6
+msgid "Please choose the calendar"
+msgstr "Zvolte prosím kalendář"
+
+#: templates/part.import.php:10
+msgid "create a new calendar"
+msgstr ""
+
+#: templates/part.import.php:15
+msgid "Name of new calendar"
+msgstr ""
+
+#: templates/part.import.php:17
+msgid "Import"
+msgstr "Import"
+
+#: templates/part.import.php:20
+msgid "Importing calendar"
+msgstr ""
+
+#: templates/part.import.php:23
+msgid "Calendar imported successfully"
+msgstr ""
+
+#: templates/part.import.php:24
+msgid "Close Dialog"
msgstr ""
#: templates/part.newevent.php:1
msgid "Create a new event"
-msgstr ""
+msgstr "Vytvořit novou událost"
-#: templates/settings.php:11
+#: templates/settings.php:13
msgid "Timezone"
-msgstr ""
+msgstr "Časové pásmo"
+
+#: templates/settings.php:30
+msgid "Check always for changes of the timezone"
+msgstr "Zkontrolujte vždy změny časového pásma"
+
+#: templates/settings.php:32
+msgid "Timeformat"
+msgstr "Formát času"
+
+#: templates/settings.php:34
+msgid "24h"
+msgstr "24h"
+
+#: templates/settings.php:35
+msgid "12h"
+msgstr "12h"
+
+#: templates/settings.php:41
+msgid "Calendar CalDAV syncing address:"
+msgstr "Adresa pro synchronizaci kalendáře CalDAV:"
diff --git a/l10n/cs_CZ/contacts.po b/l10n/cs_CZ/contacts.po
index 3bf09f0a1af..8470cde9daa 100644
--- a/l10n/cs_CZ/contacts.po
+++ b/l10n/cs_CZ/contacts.po
@@ -4,13 +4,13 @@
#
# Translators:
# Jan Krejci , 2011.
-# Martin , 2011.
+# Martin , 2011, 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-11 00:18+0100\n"
-"PO-Revision-Date: 2012-01-10 23:43+0000\n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:45+0000\n"
"Last-Translator: icewind \n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.net/projects/p/owncloud/team/cs_CZ/)\n"
"MIME-Version: 1.0\n"
@@ -19,6 +19,50 @@ msgstr ""
"Language: cs_CZ\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2\n"
+#: ajax/activation.php:17 ajax/updateaddressbook.php:26
+msgid "Error (de)activating addressbook."
+msgstr ""
+
+#: ajax/addcard.php:79
+msgid "There was an error adding the contact."
+msgstr ""
+
+#: ajax/addproperty.php:39
+msgid "Cannot add empty property."
+msgstr ""
+
+#: ajax/addproperty.php:51
+msgid "At least one of the address fields has to be filled out."
+msgstr ""
+
+#: ajax/addproperty.php:77
+msgid "Error adding contact property."
+msgstr ""
+
+#: ajax/createaddressbook.php:20
+msgid "Error adding addressbook."
+msgstr ""
+
+#: ajax/createaddressbook.php:26
+msgid "Error activating addressbook."
+msgstr ""
+
+#: ajax/deleteproperty.php:40
+msgid "Error deleting contact property."
+msgstr ""
+
+#: ajax/setproperty.php:79
+msgid "Error updating contact property."
+msgstr ""
+
+#: ajax/updateaddressbook.php:20
+msgid "Error updating addressbook."
+msgstr ""
+
+#: appinfo/app.php:21 templates/settings.php:3
+msgid "Contacts"
+msgstr ""
+
#: lib/app.php:42
msgid "This is not your addressbook."
msgstr "Toto není Váš adresář."
@@ -27,29 +71,25 @@ msgstr "Toto není Váš adresář."
msgid "Contact could not be found."
msgstr "Kontakt nebyl nalezen."
-#: lib/app.php:65
-msgid "vCard could not be read."
-msgstr "vCard nelze přečíst."
-
#: lib/app.php:79
msgid "Information about vCard is incorrect. Please reload the page."
msgstr "Informace o vCard je nesprávná. Obnovte stránku, prosím."
-#: lib/app.php:91 templates/part.addcardform.php:56
+#: lib/app.php:91 templates/part.addcardform.php:54
#: templates/part.property.php:45 templates/part.setpropertyform.php:7
msgid "Address"
msgstr "Adresa"
-#: lib/app.php:92 templates/part.addcardform.php:37
+#: lib/app.php:92 templates/part.addcardform.php:43
msgid "Telephone"
msgstr "Telefon"
-#: lib/app.php:93 templates/part.addcardform.php:31
+#: lib/app.php:93 templates/part.addcardform.php:37
#: templates/part.property.php:16 templates/part.setpropertyform.php:51
msgid "Email"
msgstr "Email"
-#: lib/app.php:94 templates/part.addcardform.php:23
+#: lib/app.php:94 templates/part.addcardform.php:27
#: templates/part.property.php:9 templates/part.setpropertyform.php:54
msgid "Organization"
msgstr "Organizace"
@@ -86,6 +126,10 @@ msgstr "Video"
msgid "Pager"
msgstr "Pager"
+#: lib/search.php:22
+msgid "Contact"
+msgstr ""
+
#: photo.php:40
msgid "This is not your contact."
msgstr "Toto není Váš kontakt."
@@ -98,88 +142,83 @@ msgstr "Tato karta není kompatibilní s RFC."
msgid "This card does not contain a photo."
msgstr "Tato karta neobsahuje foto"
-#: templates/index.php:13
+#: templates/index.php:6
msgid "Add Contact"
msgstr "Přidat kontakt"
-#: templates/index.php:14
-msgid "Address Books"
+#: templates/index.php:7
+msgid "Addressbooks"
msgstr ""
#: templates/part.addcardform.php:8
-msgid "Group"
-msgstr "Skupina"
+msgid "Addressbook"
+msgstr ""
-#: templates/part.addcardform.php:19
+#: templates/part.addcardform.php:21
msgid "Name"
msgstr "Jméno"
-#: templates/part.addcardform.php:41
-msgid "Number"
-msgstr ""
-
-#: templates/part.addcardform.php:45 templates/part.addcardform.php:59
-#: templates/part.details.php:42 templates/part.details.php:78
-#: templates/part.setpropertyform.php:10 templates/part.setpropertyform.php:47
+#: templates/part.addcardform.php:57 templates/part.details.php:43
+#: templates/part.details.php:79 templates/part.setpropertyform.php:10
+#: templates/part.setpropertyform.php:47
msgid "Type"
-msgstr ""
+msgstr "Typ"
-#: templates/part.addcardform.php:65 templates/part.details.php:48
+#: templates/part.addcardform.php:65 templates/part.details.php:49
#: templates/part.setpropertyform.php:16
msgid "PO Box"
msgstr "PO box"
-#: templates/part.addcardform.php:69 templates/part.details.php:52
+#: templates/part.addcardform.php:72 templates/part.details.php:53
#: templates/part.setpropertyform.php:20
msgid "Extended"
msgstr "Rozšířené"
-#: templates/part.addcardform.php:73 templates/part.details.php:56
+#: templates/part.addcardform.php:78 templates/part.details.php:57
#: templates/part.setpropertyform.php:24
msgid "Street"
msgstr "Ulice"
-#: templates/part.addcardform.php:77 templates/part.details.php:60
+#: templates/part.addcardform.php:84 templates/part.details.php:61
#: templates/part.setpropertyform.php:28
msgid "City"
msgstr "Město"
-#: templates/part.addcardform.php:81 templates/part.details.php:64
+#: templates/part.addcardform.php:90 templates/part.details.php:65
#: templates/part.setpropertyform.php:32
msgid "Region"
msgstr "Kraj"
-#: templates/part.addcardform.php:85 templates/part.details.php:68
+#: templates/part.addcardform.php:96 templates/part.details.php:69
#: templates/part.setpropertyform.php:36
msgid "Zipcode"
msgstr "PSČ"
-#: templates/part.addcardform.php:89 templates/part.details.php:72
+#: templates/part.addcardform.php:102 templates/part.details.php:73
#: templates/part.setpropertyform.php:40
msgid "Country"
msgstr "Země"
-#: templates/part.addcardform.php:97
+#: templates/part.addcardform.php:109
msgid "Create Contact"
msgstr "Vytvořit kontakt"
#: templates/part.chooseaddressbook.php:1
msgid "Choose active Address Books"
-msgstr ""
+msgstr "Zvolte aktivní adresář"
#: templates/part.chooseaddressbook.php:16
-#: templates/part.editaddressbook.php:9
msgid "New Address Book"
-msgstr ""
+msgstr "Nový adresář"
#: templates/part.chooseaddressbook.php:21
#: templates/part.chooseaddressbook.rowfields.php:5
msgid "CardDav Link"
-msgstr ""
+msgstr "Odkaz CardDav"
#: templates/part.chooseaddressbook.rowfields.php:5
msgid "Download"
-msgstr ""
+msgstr "Stažení"
#: templates/part.chooseaddressbook.rowfields.php:5
msgid "Edit"
@@ -190,36 +229,44 @@ msgid "Delete"
msgstr "Odstranit"
#: templates/part.details.php:3
-msgid "Delete contact"
+msgid "Download contact"
msgstr ""
-#: templates/part.details.php:33
+#: templates/part.details.php:4
+msgid "Delete contact"
+msgstr "Odstranit kontakt"
+
+#: templates/part.details.php:34
msgid "Add"
+msgstr "Přidat"
+
+#: templates/part.editaddressbook.php:9
+msgid "New Addressbook"
msgstr ""
#: templates/part.editaddressbook.php:9
-msgid "Edit Address Book"
+msgid "Edit Addressbook"
msgstr ""
#: templates/part.editaddressbook.php:12
msgid "Displayname"
-msgstr ""
+msgstr "Zobrazené jméno"
#: templates/part.editaddressbook.php:23
msgid "Active"
-msgstr ""
+msgstr "Aktivní"
#: templates/part.editaddressbook.php:29
msgid "Save"
-msgstr ""
+msgstr "Uložit"
#: templates/part.editaddressbook.php:29
msgid "Submit"
-msgstr ""
+msgstr "Potvrdit"
#: templates/part.editaddressbook.php:30
msgid "Cancel"
-msgstr ""
+msgstr "Storno"
#: templates/part.property.php:3
msgid "Birthday"
@@ -227,7 +274,7 @@ msgstr "Narozeniny"
#: templates/part.property.php:23
msgid "Preferred"
-msgstr ""
+msgstr "Preferovaný"
#: templates/part.property.php:23 templates/part.setpropertyform.php:45
msgid "Phone"
@@ -235,6 +282,10 @@ msgstr "Telefon"
#: templates/part.setpropertyform.php:57
msgid "Update"
+msgstr "Aktualizovat"
+
+#: templates/settings.php:4
+msgid "CardDAV syncing address:"
msgstr ""
diff --git a/l10n/cs_CZ/core.po b/l10n/cs_CZ/core.po
index 1aa44c40cd7..d395875fb84 100644
--- a/l10n/cs_CZ/core.po
+++ b/l10n/cs_CZ/core.po
@@ -4,14 +4,14 @@
#
# Translators:
# Jan Krejci , 2011.
-# Martin , 2011.
+# Martin , 2011, 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-11 00:19+0100\n"
-"PO-Revision-Date: 2012-01-10 23:43+0000\n"
-"Last-Translator: icewind \n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-11 11:30+0000\n"
+"Last-Translator: Martin \n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.net/projects/p/owncloud/team/cs_CZ/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -21,11 +21,11 @@ msgstr ""
#: lostpassword/index.php:24
msgid "Owncloud password reset"
-msgstr ""
+msgstr "Reset hesla Owncloud"
#: lostpassword/templates/email.php:1
msgid "Use the following link to reset your password: {link}"
-msgstr ""
+msgstr "Heslo vyresetujete použitím následujícího odkazu: {link}"
#: lostpassword/templates/lostpassword.php:3
msgid "You will receive a link to reset your password via Email."
@@ -54,7 +54,7 @@ msgstr "Vaše heslo bylo obnoveno"
#: lostpassword/templates/resetpassword.php:5
msgid "To login page"
-msgstr ""
+msgstr "Na stránku přihlášení"
#: lostpassword/templates/resetpassword.php:8
msgid "New password"
@@ -135,7 +135,7 @@ msgstr "Dokončit instalaci"
#: templates/layout.guest.php:35
msgid "web services under your control"
-msgstr ""
+msgstr "webové služby pod Vaší kontrolou"
#: templates/layout.user.php:34
msgid "Log out"
@@ -155,7 +155,7 @@ msgstr "zapamatovat si"
#: templates/login.php:16
msgid "Log in"
-msgstr ""
+msgstr "Login"
#: templates/logout.php:1
msgid "You are logged out."
diff --git a/l10n/cs_CZ/files.po b/l10n/cs_CZ/files.po
index 883d1a427f9..6c775ed9703 100644
--- a/l10n/cs_CZ/files.po
+++ b/l10n/cs_CZ/files.po
@@ -3,14 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
-# Martin , 2011.
+# Martin , 2011, 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-11 00:19+0100\n"
-"PO-Revision-Date: 2012-01-10 23:43+0000\n"
-"Last-Translator: icewind \n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-11 11:31+0000\n"
+"Last-Translator: Martin \n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.net/projects/p/owncloud/team/cs_CZ/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -57,19 +57,19 @@ msgstr "Maximální velikost ukládaných souborů"
#: templates/index.php:7
msgid "New"
-msgstr ""
+msgstr "Nový"
#: templates/index.php:10
msgid "Text file"
-msgstr ""
+msgstr "Textový soubor"
#: templates/index.php:11
msgid "Folder"
-msgstr ""
+msgstr "Adresář"
#: templates/index.php:12
msgid "From the web"
-msgstr ""
+msgstr "Z webu"
#: templates/index.php:22
msgid "Upload"
diff --git a/l10n/cs_CZ/gallery.po b/l10n/cs_CZ/gallery.po
new file mode 100644
index 00000000000..0f3acea06ec
--- /dev/null
+++ b/l10n/cs_CZ/gallery.po
@@ -0,0 +1,32 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: ownCloud\n"
+"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:48+0000\n"
+"Last-Translator: icewind \n"
+"Language-Team: Czech (Czech Republic) (http://www.transifex.net/projects/p/owncloud/team/cs_CZ/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs_CZ\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2\n"
+
+#: appinfo/app.php:41
+msgid "Gallery"
+msgstr ""
+
+#: templates/index.php:10
+msgid "Rescan"
+msgstr ""
+
+#: templates/view_album.php:19
+msgid "Back"
+msgstr ""
+
+
diff --git a/l10n/cs_CZ/settings.po b/l10n/cs_CZ/settings.po
index dbcea3a216b..0787bfd9ebd 100644
--- a/l10n/cs_CZ/settings.po
+++ b/l10n/cs_CZ/settings.po
@@ -4,14 +4,14 @@
#
# Translators:
# Jan Krejci , 2011.
-# Martin , 2011.
+# Martin , 2011, 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-11 00:19+0100\n"
-"PO-Revision-Date: 2012-01-10 23:43+0000\n"
-"Last-Translator: icewind \n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-11 11:33+0000\n"
+"Last-Translator: Martin \n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.net/projects/p/owncloud/team/cs_CZ/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -21,7 +21,7 @@ msgstr ""
#: ajax/lostpassword.php:14
msgid "email Changed"
-msgstr ""
+msgstr "email změněn"
#: ajax/lostpassword.php:16 ajax/openid.php:17 ajax/setlanguage.php:16
msgid "Invalid request"
@@ -37,7 +37,7 @@ msgstr "Jazyk byl změněn"
#: templates/admin.php:13
msgid "Log level"
-msgstr ""
+msgstr "Úroveň logu"
#: templates/apps.php:8
msgid "Add your application"
@@ -105,15 +105,15 @@ msgstr "Změnit heslo"
#: templates/personal.php:24
msgid "Email"
-msgstr ""
+msgstr "Email"
#: templates/personal.php:25
msgid "Your email address"
-msgstr ""
+msgstr "Vaše email adresa"
#: templates/personal.php:26
msgid "Fill in an email address to enable password recovery"
-msgstr ""
+msgstr "Pro povolení změny hesla vyplňte email adresu"
#: templates/personal.php:32 templates/personal.php:33
msgid "Language"
@@ -121,7 +121,7 @@ msgstr "Jazyk"
#: templates/personal.php:38
msgid "Help translate"
-msgstr ""
+msgstr "Pomoc s překladem"
#: templates/personal.php:45
msgid "use this address to connect to your ownCloud in your file manager"
@@ -146,7 +146,7 @@ msgstr "Vytvořit"
#: templates/users.php:33
msgid "Quota"
-msgstr ""
+msgstr "Kvóta"
#: templates/users.php:58
msgid "Delete"
diff --git a/l10n/da/calendar.po b/l10n/da/calendar.po
index f78c8d1a810..607272c5aea 100644
--- a/l10n/da/calendar.po
+++ b/l10n/da/calendar.po
@@ -4,14 +4,15 @@
#
# Translators:
# , 2011.
+# Morten Juhl-Johansen Zölde-Fejér , 2011, 2012.
# Pascal d'Hermilly , 2011.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2011-09-24 23:05+0200\n"
-"PO-Revision-Date: 2011-09-24 21:05+0000\n"
-"Last-Translator: JanCBorchardt \n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:45+0000\n"
+"Last-Translator: icewind \n"
"Language-Team: Danish (http://www.transifex.net/projects/p/owncloud/team/da/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -19,324 +20,406 @@ msgstr ""
"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
-#: ajax/createcalendar.php:18 ajax/settimezone.php:19
-#: ajax/updatecalendar.php:18
-msgid "Authentication error"
-msgstr "Godkendelsesfejl"
+#: ajax/guesstimezone.php:42
+msgid "New Timezone:"
+msgstr "Ny tidszone:"
-#: ajax/editeventform.php:25
-msgid "Wrong calendar"
-msgstr "Forkert kalender"
-
-#: ajax/settimezone.php:27
+#: ajax/settimezone.php:22
msgid "Timezone changed"
msgstr "Tidszone ændret"
-#: ajax/settimezone.php:29
+#: ajax/settimezone.php:24
msgid "Invalid request"
msgstr "Ugyldig forespørgsel"
-#: appinfo/app.php:19 templates/part.eventform.php:27
-#: templates/part.eventinfo.php:18
+#: appinfo/app.php:20 templates/calendar.php:13
+#: templates/part.eventform.php:20
msgid "Calendar"
msgstr "Kalender"
-#: lib/object.php:292
+#: lib/app.php:19
+msgid "Wrong calendar"
+msgstr "Forkert kalender"
+
+#: lib/app.php:60 lib/object.php:332
msgid "Birthday"
msgstr "Fødselsdag"
-#: lib/object.php:293
+#: lib/app.php:61 lib/object.php:333
msgid "Business"
msgstr "Forretning"
-#: lib/object.php:294
+#: lib/app.php:62 lib/object.php:334
msgid "Call"
msgstr "Ring"
-#: lib/object.php:295
+#: lib/app.php:63 lib/object.php:335
msgid "Clients"
msgstr "Kunder"
-#: lib/object.php:296
+#: lib/app.php:64 lib/object.php:336
msgid "Deliverer"
-msgstr ""
+msgstr "Leverance"
-#: lib/object.php:297
+#: lib/app.php:65 lib/object.php:337
msgid "Holidays"
msgstr "Helligdage"
-#: lib/object.php:298
+#: lib/app.php:66 lib/object.php:338
msgid "Ideas"
msgstr "Ideér"
-#: lib/object.php:299
+#: lib/app.php:67 lib/object.php:339
msgid "Journey"
msgstr "Rejse"
-#: lib/object.php:300
+#: lib/app.php:68 lib/object.php:340
msgid "Jubilee"
msgstr "Jubilæum"
-#: lib/object.php:301
+#: lib/app.php:69 lib/object.php:341
msgid "Meeting"
msgstr "Møde"
-#: lib/object.php:302
+#: lib/app.php:70 lib/object.php:342
msgid "Other"
msgstr "Andet"
-#: lib/object.php:303
+#: lib/app.php:71 lib/object.php:343
msgid "Personal"
msgstr "Privat"
-#: lib/object.php:304
+#: lib/app.php:72 lib/object.php:344
msgid "Projects"
msgstr "Projekter"
-#: lib/object.php:305
+#: lib/app.php:73 lib/object.php:345
msgid "Questions"
msgstr "Spørgsmål"
-#: lib/object.php:306
+#: lib/app.php:74 lib/object.php:346
msgid "Work"
msgstr "Arbejde"
-#: lib/object.php:313
+#: lib/object.php:353
msgid "Does not repeat"
msgstr "Gentages ikke"
-#: lib/object.php:314
+#: lib/object.php:354
msgid "Daily"
msgstr "Daglig"
-#: lib/object.php:315
+#: lib/object.php:355
msgid "Weekly"
msgstr "Ugentlig"
-#: lib/object.php:316
+#: lib/object.php:356
msgid "Every Weekday"
msgstr "Alle hverdage"
-#: lib/object.php:317
+#: lib/object.php:357
msgid "Bi-Weekly"
-msgstr "Bi-Ugentligt"
+msgstr "Hver anden uge"
-#: lib/object.php:318
+#: lib/object.php:358
msgid "Monthly"
-msgstr "Månedlige"
+msgstr "Månedlig"
-#: lib/object.php:319
+#: lib/object.php:359
msgid "Yearly"
msgstr "Årlig"
-#: lib/object.php:337
-msgid "Not an array"
-msgstr ""
+#: lib/object.php:366
+msgid "never"
+msgstr "aldrig"
-#: templates/calendar.php:3
-msgid "All day"
-msgstr "Hele dagen"
+#: lib/object.php:367
+msgid "by occurrences"
+msgstr "efter forekomster"
-#: templates/calendar.php:32
-msgid "Sunday"
-msgstr "Søndag"
+#: lib/object.php:368
+msgid "by date"
+msgstr "efter dato"
-#: templates/calendar.php:32
+#: lib/object.php:375
+msgid "by monthday"
+msgstr "efter dag i måneden"
+
+#: lib/object.php:376
+msgid "by weekday"
+msgstr "efter ugedag"
+
+#: lib/object.php:383 templates/lAfix.php:3
msgid "Monday"
msgstr "Mandag"
-#: templates/calendar.php:32
+#: lib/object.php:384 templates/lAfix.php:4
msgid "Tuesday"
msgstr "Tirsdag"
-#: templates/calendar.php:32
+#: lib/object.php:385 templates/lAfix.php:5
msgid "Wednesday"
msgstr "Onsdag"
-#: templates/calendar.php:32
+#: lib/object.php:386 templates/lAfix.php:6
msgid "Thursday"
msgstr "Torsdag"
-#: templates/calendar.php:32
+#: lib/object.php:387 templates/lAfix.php:7
msgid "Friday"
msgstr "Fredag"
-#: templates/calendar.php:32
+#: lib/object.php:388 templates/lAfix.php:8
msgid "Saturday"
msgstr "Lørdag"
-#: templates/calendar.php:33
-msgid "Sun."
-msgstr "Søn."
+#: lib/object.php:389 templates/lAfix.php:2
+msgid "Sunday"
+msgstr "øndag"
-#: templates/calendar.php:33
-msgid "Mon."
-msgstr "Man."
+#: lib/object.php:396
+msgid "events week of month"
+msgstr ""
-#: templates/calendar.php:33
-msgid "Tue."
-msgstr "Tir."
+#: lib/object.php:397
+msgid "first"
+msgstr "første"
-#: templates/calendar.php:33
-msgid "Wed."
-msgstr "Ons."
+#: lib/object.php:398
+msgid "second"
+msgstr "anden"
-#: templates/calendar.php:33
-msgid "Thu."
-msgstr "Tor."
+#: lib/object.php:399
+msgid "third"
+msgstr "tredje"
-#: templates/calendar.php:33
-msgid "Fri."
-msgstr "Fre."
+#: lib/object.php:400
+msgid "fourth"
+msgstr "fjerde"
-#: templates/calendar.php:33
-msgid "Sat."
-msgstr "Lør."
+#: lib/object.php:401
+msgid "fifth"
+msgstr "femte"
-#: templates/calendar.php:34
+#: lib/object.php:402
+msgid "last"
+msgstr "sidste"
+
+#: lib/object.php:424 templates/lAfix.php:16
msgid "January"
msgstr "Januar"
-#: templates/calendar.php:34
+#: lib/object.php:425 templates/lAfix.php:17
msgid "February"
msgstr "Februar"
-#: templates/calendar.php:34
+#: lib/object.php:426 templates/lAfix.php:18
msgid "March"
msgstr "Marts"
-#: templates/calendar.php:34
+#: lib/object.php:427 templates/lAfix.php:19
msgid "April"
msgstr "April"
-#: templates/calendar.php:34
+#: lib/object.php:428 templates/lAfix.php:20
msgid "May"
msgstr "Maj"
-#: templates/calendar.php:34
+#: lib/object.php:429 templates/lAfix.php:21
msgid "June"
msgstr "Juni"
-#: templates/calendar.php:34
+#: lib/object.php:430 templates/lAfix.php:22
msgid "July"
msgstr "Juli"
-#: templates/calendar.php:34
+#: lib/object.php:431 templates/lAfix.php:23
msgid "August"
msgstr "August"
-#: templates/calendar.php:34
+#: lib/object.php:432 templates/lAfix.php:24
msgid "September"
msgstr "September"
-#: templates/calendar.php:34
+#: lib/object.php:433 templates/lAfix.php:25
msgid "October"
msgstr "Oktober"
-#: templates/calendar.php:34
+#: lib/object.php:434 templates/lAfix.php:26
msgid "November"
msgstr "November"
-#: templates/calendar.php:34
+#: lib/object.php:435 templates/lAfix.php:27
msgid "December"
msgstr "December"
-#: templates/calendar.php:35
-msgid "Jan."
-msgstr "Jan."
+#: lib/object.php:441
+msgid "by events date"
+msgstr "efter begivenheders dato"
-#: templates/calendar.php:35
-msgid "Feb."
-msgstr "Feb."
+#: lib/object.php:442
+msgid "by yearday(s)"
+msgstr ""
-#: templates/calendar.php:35
-msgid "Mar."
-msgstr "Mar."
+#: lib/object.php:443
+msgid "by weeknumber(s)"
+msgstr "efter ugenummer/-numre"
-#: templates/calendar.php:35
-msgid "Apr."
-msgstr "Apr."
+#: lib/object.php:444
+msgid "by day and month"
+msgstr "efter dag og måned"
-#: templates/calendar.php:35
-msgid "May."
-msgstr "Maj."
+#: lib/object.php:467
+msgid "Not an array"
+msgstr "Ikke en array"
-#: templates/calendar.php:35
-msgid "Jun."
-msgstr "Jun."
+#: lib/search.php:32 lib/search.php:34 lib/search.php:37
+msgid "Date"
+msgstr "Dato"
-#: templates/calendar.php:35
-msgid "Jul."
-msgstr "Jul."
+#: lib/search.php:40
+msgid "Cal."
+msgstr "Kal."
-#: templates/calendar.php:35
-msgid "Aug."
-msgstr "Aug."
+#: templates/calendar.php:10
+msgid "All day"
+msgstr "Hele dagen"
-#: templates/calendar.php:35
-msgid "Sep."
-msgstr "Sep."
+#: templates/calendar.php:11
+msgid "Missing fields"
+msgstr "Manglende felter"
-#: templates/calendar.php:35
-msgid "Oct."
-msgstr "Oct."
+#: templates/calendar.php:12 templates/part.eventform.php:3
+msgid "Title"
+msgstr "Titel"
-#: templates/calendar.php:35
-msgid "Nov."
-msgstr "Nov."
+#: templates/calendar.php:14
+msgid "From Date"
+msgstr "Fra dato"
-#: templates/calendar.php:35
-msgid "Dec."
-msgstr "Dec."
+#: templates/calendar.php:15
+msgid "From Time"
+msgstr "Fra tidspunkt"
-#: templates/calendar.php:36 templates/calendar.php:50
-#: templates/calendar.php:116
+#: templates/calendar.php:16
+msgid "To Date"
+msgstr "Til dato"
+
+#: templates/calendar.php:17
+msgid "To Time"
+msgstr "Til tidspunkt"
+
+#: templates/calendar.php:18
+msgid "The event ends before it starts"
+msgstr "Begivenheden slutter, inden den begynder"
+
+#: templates/calendar.php:19
+msgid "There was a database fail"
+msgstr "Der var en fejl i databasen"
+
+#: templates/calendar.php:52
msgid "Week"
msgstr "Uge"
-#: templates/calendar.php:37 templates/calendar.php:51
-msgid "Weeks"
-msgstr "Uger"
-
-#: templates/calendar.php:38
-msgid "More before {startdate}"
-msgstr "Mere før {startdate}"
-
-#: templates/calendar.php:39
-msgid "More after {enddate}"
-msgstr "Mere efter {enddate}"
-
-#: templates/calendar.php:49
-msgid "Day"
-msgstr "Dag"
-
-#: templates/calendar.php:52
+#: templates/calendar.php:53
msgid "Month"
msgstr "Måned"
-#: templates/calendar.php:53
+#: templates/calendar.php:54
msgid "List"
msgstr "Liste"
-#: templates/calendar.php:58
+#: templates/calendar.php:59
msgid "Today"
msgstr "I dag"
-#: templates/calendar.php:59
+#: templates/calendar.php:60
msgid "Calendars"
msgstr "Kalendere"
-#: templates/calendar.php:76 templates/calendar.php:94
-msgid "Time"
-msgstr "Tid"
-
-#: templates/calendar.php:169
+#: templates/calendar.php:78
msgid "There was a fail, while parsing the file."
msgstr "Der opstod en fejl under gennemlæsning af filen."
+#: templates/lAfix.php:9
+msgid "Sun."
+msgstr "Søn."
+
+#: templates/lAfix.php:10
+msgid "Mon."
+msgstr "Man."
+
+#: templates/lAfix.php:11
+msgid "Tue."
+msgstr "Tir."
+
+#: templates/lAfix.php:12
+msgid "Wed."
+msgstr "Ons."
+
+#: templates/lAfix.php:13
+msgid "Thu."
+msgstr "Tor."
+
+#: templates/lAfix.php:14
+msgid "Fri."
+msgstr "Fre."
+
+#: templates/lAfix.php:15
+msgid "Sat."
+msgstr "Lør."
+
+#: templates/lAfix.php:28
+msgid "Jan."
+msgstr "Jan."
+
+#: templates/lAfix.php:29
+msgid "Feb."
+msgstr "Feb."
+
+#: templates/lAfix.php:30
+msgid "Mar."
+msgstr "Mar."
+
+#: templates/lAfix.php:31
+msgid "Apr."
+msgstr "Apr."
+
+#: templates/lAfix.php:32
+msgid "May."
+msgstr "Maj."
+
+#: templates/lAfix.php:33
+msgid "Jun."
+msgstr "Jun."
+
+#: templates/lAfix.php:34
+msgid "Jul."
+msgstr "Jul."
+
+#: templates/lAfix.php:35
+msgid "Aug."
+msgstr "Aug."
+
+#: templates/lAfix.php:36
+msgid "Sep."
+msgstr "Sept."
+
+#: templates/lAfix.php:37
+msgid "Oct."
+msgstr "Okt."
+
+#: templates/lAfix.php:38
+msgid "Nov."
+msgstr "Nov."
+
+#: templates/lAfix.php:39
+msgid "Dec."
+msgstr "Dec."
+
#: templates/part.choosecalendar.php:1
msgid "Choose active calendars"
-msgstr "Vælg aktiv kalendere"
+msgstr "Vælg aktive kalendere"
#: templates/part.choosecalendar.php:15
msgid "New Calendar"
@@ -345,21 +428,20 @@ msgstr "Ny Kalender"
#: templates/part.choosecalendar.php:20
#: templates/part.choosecalendar.rowfields.php:4
msgid "CalDav Link"
-msgstr "CalDav Link"
+msgstr "CalDav-link"
#: templates/part.choosecalendar.rowfields.php:4
msgid "Download"
msgstr "Hent"
#: templates/part.choosecalendar.rowfields.php:4
-#: templates/part.eventinfo.php:64
msgid "Edit"
msgstr "Rediger"
#: templates/part.choosecalendar.rowfields.php:4
-#: templates/part.editevent.php:8
+#: templates/part.editevent.php:9
msgid "Delete"
-msgstr ""
+msgstr "Slet"
#: templates/part.editcalendar.php:9
msgid "New calendar"
@@ -371,96 +453,187 @@ msgstr "Rediger kalender"
#: templates/part.editcalendar.php:12
msgid "Displayname"
-msgstr "Visningsnavn"
+msgstr "Vist navn"
#: templates/part.editcalendar.php:23
msgid "Active"
msgstr "Aktiv"
-#: templates/part.editcalendar.php:29 templates/part.eventform.php:88
-#: templates/part.eventinfo.php:58
-msgid "Description"
-msgstr "Beskrivelse"
-
-#: templates/part.editcalendar.php:35
+#: templates/part.editcalendar.php:29
msgid "Calendar color"
-msgstr "Kalender farve"
+msgstr "Kalenderfarve"
-#: templates/part.editcalendar.php:41
+#: templates/part.editcalendar.php:42
msgid "Save"
msgstr "Gem"
-#: templates/part.editcalendar.php:41 templates/part.editevent.php:7
+#: templates/part.editcalendar.php:42 templates/part.editevent.php:8
#: templates/part.newevent.php:6
msgid "Submit"
msgstr "Send"
-#: templates/part.editcalendar.php:42
+#: templates/part.editcalendar.php:43
msgid "Cancel"
-msgstr "Annullér"
+msgstr "Annuller"
-#: templates/part.editevent.php:1 templates/part.eventinfo.php:1
+#: templates/part.editevent.php:1
msgid "Edit an event"
msgstr "Redigér en begivenhed"
-#: templates/part.eventform.php:3 templates/part.eventinfo.php:4
-msgid "Title"
-msgstr "Titel"
+#: templates/part.editevent.php:10
+msgid "Export"
+msgstr "Eksporter"
#: templates/part.eventform.php:5
msgid "Title of the Event"
msgstr "Titel på begivenheden"
-#: templates/part.eventform.php:9 templates/part.eventinfo.php:9
-msgid "Location"
-msgstr "Sted"
-
#: templates/part.eventform.php:11
-msgid "Location of the Event"
-msgstr "Placering af begivenheden"
-
-#: templates/part.eventform.php:17 templates/part.eventinfo.php:16
msgid "Category"
msgstr "Kategori"
-#: templates/part.eventform.php:19
+#: templates/part.eventform.php:13
msgid "Select category"
msgstr "Vælg kategori"
-#: templates/part.eventform.php:45 templates/part.eventinfo.php:28
+#: templates/part.eventform.php:37
msgid "All Day Event"
msgstr "Heldagsarrangement"
-#: templates/part.eventform.php:49 templates/part.eventinfo.php:31
+#: templates/part.eventform.php:41
msgid "From"
msgstr "Fra"
-#: templates/part.eventform.php:57 templates/part.eventinfo.php:38
+#: templates/part.eventform.php:49
msgid "To"
msgstr "Til"
-#: templates/part.eventform.php:65 templates/part.eventinfo.php:44
+#: templates/part.eventform.php:57
+msgid "Advanced options"
+msgstr "Avancerede indstillinger"
+
+#: templates/part.eventform.php:61
msgid "Repeat"
msgstr "Gentag"
-#: templates/part.eventform.php:81 templates/part.eventinfo.php:51
-msgid "Attendees"
-msgstr "Deltagere"
+#: templates/part.eventform.php:68
+msgid "Advanced"
+msgstr "Avanceret"
-#: templates/part.eventform.php:89
+#: templates/part.eventform.php:112
+msgid "Select weekdays"
+msgstr "Vælg ugedage"
+
+#: templates/part.eventform.php:125 templates/part.eventform.php:138
+msgid "Select days"
+msgstr "Vælg dage"
+
+#: templates/part.eventform.php:130
+msgid "and the events day of year."
+msgstr ""
+
+#: templates/part.eventform.php:143
+msgid "and the events day of month."
+msgstr ""
+
+#: templates/part.eventform.php:151
+msgid "Select months"
+msgstr "Vælg måneder"
+
+#: templates/part.eventform.php:164
+msgid "Select weeks"
+msgstr "Vælg uger"
+
+#: templates/part.eventform.php:169
+msgid "and the events week of year."
+msgstr ""
+
+#: templates/part.eventform.php:175
+msgid "Interval"
+msgstr "Interval"
+
+#: templates/part.eventform.php:181
+msgid "End"
+msgstr "Afslutning"
+
+#: templates/part.eventform.php:193
+msgid "occurrences"
+msgstr "forekomster"
+
+#: templates/part.eventform.php:208
+msgid "Location"
+msgstr "Sted"
+
+#: templates/part.eventform.php:210
+msgid "Location of the Event"
+msgstr "Placering af begivenheden"
+
+#: templates/part.eventform.php:216
+msgid "Description"
+msgstr "Beskrivelse"
+
+#: templates/part.eventform.php:218
msgid "Description of the Event"
msgstr "Beskrivelse af begivenheden"
-#: templates/part.eventinfo.php:63
-msgid "Close"
-msgstr "Luk"
+#: templates/part.import.php:1
+msgid "Import a calendar file"
+msgstr ""
+
+#: templates/part.import.php:6
+msgid "Please choose the calendar"
+msgstr "Vælg venligst kalender"
+
+#: templates/part.import.php:10
+msgid "create a new calendar"
+msgstr ""
+
+#: templates/part.import.php:15
+msgid "Name of new calendar"
+msgstr ""
+
+#: templates/part.import.php:17
+msgid "Import"
+msgstr "Importer"
+
+#: templates/part.import.php:20
+msgid "Importing calendar"
+msgstr ""
+
+#: templates/part.import.php:23
+msgid "Calendar imported successfully"
+msgstr ""
+
+#: templates/part.import.php:24
+msgid "Close Dialog"
+msgstr ""
#: templates/part.newevent.php:1
msgid "Create a new event"
msgstr "Opret en ny begivenhed"
-#: templates/settings.php:11
+#: templates/settings.php:13
msgid "Timezone"
msgstr "Tidszone"
+#: templates/settings.php:30
+msgid "Check always for changes of the timezone"
+msgstr "Check altid efter ændringer i tidszone"
+
+#: templates/settings.php:32
+msgid "Timeformat"
+msgstr "Tidsformat"
+
+#: templates/settings.php:34
+msgid "24h"
+msgstr "24T"
+
+#: templates/settings.php:35
+msgid "12h"
+msgstr "12T"
+
+#: templates/settings.php:41
+msgid "Calendar CalDAV syncing address:"
+msgstr "Synkroniseringsadresse til CalDAV:"
+
diff --git a/l10n/da/contacts.po b/l10n/da/contacts.po
index 9d69617ac47..7a69003bd97 100644
--- a/l10n/da/contacts.po
+++ b/l10n/da/contacts.po
@@ -4,14 +4,14 @@
#
# Translators:
# , 2011.
-# Morten Juhl-Johansen Zölde-Fejér , 2011.
+# Morten Juhl-Johansen Zölde-Fejér , 2011, 2012.
# Pascal d'Hermilly , 2011.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-11 00:18+0100\n"
-"PO-Revision-Date: 2012-01-10 23:43+0000\n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:45+0000\n"
"Last-Translator: icewind \n"
"Language-Team: Danish (http://www.transifex.net/projects/p/owncloud/team/da/)\n"
"MIME-Version: 1.0\n"
@@ -20,6 +20,50 @@ msgstr ""
"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+#: ajax/activation.php:17 ajax/updateaddressbook.php:26
+msgid "Error (de)activating addressbook."
+msgstr ""
+
+#: ajax/addcard.php:79
+msgid "There was an error adding the contact."
+msgstr ""
+
+#: ajax/addproperty.php:39
+msgid "Cannot add empty property."
+msgstr ""
+
+#: ajax/addproperty.php:51
+msgid "At least one of the address fields has to be filled out."
+msgstr ""
+
+#: ajax/addproperty.php:77
+msgid "Error adding contact property."
+msgstr ""
+
+#: ajax/createaddressbook.php:20
+msgid "Error adding addressbook."
+msgstr ""
+
+#: ajax/createaddressbook.php:26
+msgid "Error activating addressbook."
+msgstr ""
+
+#: ajax/deleteproperty.php:40
+msgid "Error deleting contact property."
+msgstr ""
+
+#: ajax/setproperty.php:79
+msgid "Error updating contact property."
+msgstr ""
+
+#: ajax/updateaddressbook.php:20
+msgid "Error updating addressbook."
+msgstr ""
+
+#: appinfo/app.php:21 templates/settings.php:3
+msgid "Contacts"
+msgstr ""
+
#: lib/app.php:42
msgid "This is not your addressbook."
msgstr "Dette er ikke din adressebog."
@@ -28,29 +72,25 @@ msgstr "Dette er ikke din adressebog."
msgid "Contact could not be found."
msgstr "Kontaktperson kunne ikke findes."
-#: lib/app.php:65
-msgid "vCard could not be read."
-msgstr "Kunne ikke læse vCard."
-
#: lib/app.php:79
msgid "Information about vCard is incorrect. Please reload the page."
msgstr "Informationen om vCard er forkert. Genindlæs siden."
-#: lib/app.php:91 templates/part.addcardform.php:56
+#: lib/app.php:91 templates/part.addcardform.php:54
#: templates/part.property.php:45 templates/part.setpropertyform.php:7
msgid "Address"
msgstr "Adresse"
-#: lib/app.php:92 templates/part.addcardform.php:37
+#: lib/app.php:92 templates/part.addcardform.php:43
msgid "Telephone"
msgstr "Telefon"
-#: lib/app.php:93 templates/part.addcardform.php:31
+#: lib/app.php:93 templates/part.addcardform.php:37
#: templates/part.property.php:16 templates/part.setpropertyform.php:51
msgid "Email"
msgstr "Email"
-#: lib/app.php:94 templates/part.addcardform.php:23
+#: lib/app.php:94 templates/part.addcardform.php:27
#: templates/part.property.php:9 templates/part.setpropertyform.php:54
msgid "Organization"
msgstr "Organisation"
@@ -87,6 +127,10 @@ msgstr "Video"
msgid "Pager"
msgstr "Personsøger"
+#: lib/search.php:22
+msgid "Contact"
+msgstr ""
+
#: photo.php:40
msgid "This is not your contact."
msgstr "Dette er ikke din kontaktperson."
@@ -99,88 +143,83 @@ msgstr "Dette kort er ikke RFC-kompatibelt."
msgid "This card does not contain a photo."
msgstr "Dette kort indeholder ikke et foto."
-#: templates/index.php:13
+#: templates/index.php:6
msgid "Add Contact"
msgstr "Tilføj kontaktperson"
-#: templates/index.php:14
-msgid "Address Books"
+#: templates/index.php:7
+msgid "Addressbooks"
msgstr ""
#: templates/part.addcardform.php:8
-msgid "Group"
-msgstr "Gruppe"
+msgid "Addressbook"
+msgstr ""
-#: templates/part.addcardform.php:19
+#: templates/part.addcardform.php:21
msgid "Name"
msgstr "Navn"
-#: templates/part.addcardform.php:41
-msgid "Number"
-msgstr ""
-
-#: templates/part.addcardform.php:45 templates/part.addcardform.php:59
-#: templates/part.details.php:42 templates/part.details.php:78
-#: templates/part.setpropertyform.php:10 templates/part.setpropertyform.php:47
+#: templates/part.addcardform.php:57 templates/part.details.php:43
+#: templates/part.details.php:79 templates/part.setpropertyform.php:10
+#: templates/part.setpropertyform.php:47
msgid "Type"
-msgstr ""
+msgstr "Type"
-#: templates/part.addcardform.php:65 templates/part.details.php:48
+#: templates/part.addcardform.php:65 templates/part.details.php:49
#: templates/part.setpropertyform.php:16
msgid "PO Box"
msgstr "Postboks"
-#: templates/part.addcardform.php:69 templates/part.details.php:52
+#: templates/part.addcardform.php:72 templates/part.details.php:53
#: templates/part.setpropertyform.php:20
msgid "Extended"
msgstr "Udvidet"
-#: templates/part.addcardform.php:73 templates/part.details.php:56
+#: templates/part.addcardform.php:78 templates/part.details.php:57
#: templates/part.setpropertyform.php:24
msgid "Street"
msgstr "Vej"
-#: templates/part.addcardform.php:77 templates/part.details.php:60
+#: templates/part.addcardform.php:84 templates/part.details.php:61
#: templates/part.setpropertyform.php:28
msgid "City"
msgstr "By"
-#: templates/part.addcardform.php:81 templates/part.details.php:64
+#: templates/part.addcardform.php:90 templates/part.details.php:65
#: templates/part.setpropertyform.php:32
msgid "Region"
msgstr "Region"
-#: templates/part.addcardform.php:85 templates/part.details.php:68
+#: templates/part.addcardform.php:96 templates/part.details.php:69
#: templates/part.setpropertyform.php:36
msgid "Zipcode"
msgstr "Postnummer"
-#: templates/part.addcardform.php:89 templates/part.details.php:72
+#: templates/part.addcardform.php:102 templates/part.details.php:73
#: templates/part.setpropertyform.php:40
msgid "Country"
msgstr "Land"
-#: templates/part.addcardform.php:97
+#: templates/part.addcardform.php:109
msgid "Create Contact"
msgstr "Ny kontaktperson"
#: templates/part.chooseaddressbook.php:1
msgid "Choose active Address Books"
-msgstr ""
+msgstr "Vælg aktive adressebøger"
#: templates/part.chooseaddressbook.php:16
-#: templates/part.editaddressbook.php:9
msgid "New Address Book"
-msgstr ""
+msgstr "Ny adressebog"
#: templates/part.chooseaddressbook.php:21
#: templates/part.chooseaddressbook.rowfields.php:5
msgid "CardDav Link"
-msgstr ""
+msgstr "CardDav-link"
#: templates/part.chooseaddressbook.rowfields.php:5
msgid "Download"
-msgstr ""
+msgstr "Download"
#: templates/part.chooseaddressbook.rowfields.php:5
msgid "Edit"
@@ -191,36 +230,44 @@ msgid "Delete"
msgstr "Slet"
#: templates/part.details.php:3
-msgid "Delete contact"
+msgid "Download contact"
msgstr ""
-#: templates/part.details.php:33
+#: templates/part.details.php:4
+msgid "Delete contact"
+msgstr "Slet kontaktperson"
+
+#: templates/part.details.php:34
msgid "Add"
+msgstr "Tilføj"
+
+#: templates/part.editaddressbook.php:9
+msgid "New Addressbook"
msgstr ""
#: templates/part.editaddressbook.php:9
-msgid "Edit Address Book"
+msgid "Edit Addressbook"
msgstr ""
#: templates/part.editaddressbook.php:12
msgid "Displayname"
-msgstr ""
+msgstr "Vist navn"
#: templates/part.editaddressbook.php:23
msgid "Active"
-msgstr ""
+msgstr "Aktiv"
#: templates/part.editaddressbook.php:29
msgid "Save"
-msgstr ""
+msgstr "Gem"
#: templates/part.editaddressbook.php:29
msgid "Submit"
-msgstr ""
+msgstr "Gem"
#: templates/part.editaddressbook.php:30
msgid "Cancel"
-msgstr ""
+msgstr "Fortryd"
#: templates/part.property.php:3
msgid "Birthday"
@@ -228,7 +275,7 @@ msgstr "Fødselsdag"
#: templates/part.property.php:23
msgid "Preferred"
-msgstr ""
+msgstr "Foretrukken"
#: templates/part.property.php:23 templates/part.setpropertyform.php:45
msgid "Phone"
@@ -236,6 +283,10 @@ msgstr "Telefon"
#: templates/part.setpropertyform.php:57
msgid "Update"
+msgstr "Opdater"
+
+#: templates/settings.php:4
+msgid "CardDAV syncing address:"
msgstr ""
diff --git a/l10n/da/core.po b/l10n/da/core.po
index e2a57581e7f..f24a20c6b16 100644
--- a/l10n/da/core.po
+++ b/l10n/da/core.po
@@ -4,15 +4,15 @@
#
# Translators:
# , 2011.
-# Morten Juhl-Johansen Zölde-Fejér , 2011.
+# Morten Juhl-Johansen Zölde-Fejér , 2011, 2012.
# Pascal d'Hermilly , 2011.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-11 00:19+0100\n"
-"PO-Revision-Date: 2012-01-10 23:43+0000\n"
-"Last-Translator: icewind \n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-13 22:14+0000\n"
+"Last-Translator: Morten Juhl-Johansen Zölde-Fejér \n"
"Language-Team: Danish (http://www.transifex.net/projects/p/owncloud/team/da/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -22,11 +22,11 @@ msgstr ""
#: lostpassword/index.php:24
msgid "Owncloud password reset"
-msgstr ""
+msgstr "Nulstil adgangskode til Owncloud"
#: lostpassword/templates/email.php:1
msgid "Use the following link to reset your password: {link}"
-msgstr ""
+msgstr "Anvend følgende link til at nulstille din adgangskode: {link}"
#: lostpassword/templates/lostpassword.php:3
msgid "You will receive a link to reset your password via Email."
@@ -55,7 +55,7 @@ msgstr "Dit kodeord blev nulstillet"
#: lostpassword/templates/resetpassword.php:5
msgid "To login page"
-msgstr ""
+msgstr "Til login-side"
#: lostpassword/templates/resetpassword.php:8
msgid "New password"
@@ -136,7 +136,7 @@ msgstr "Afslut opsætning"
#: templates/layout.guest.php:35
msgid "web services under your control"
-msgstr ""
+msgstr "Webtjenester under din kontrol"
#: templates/layout.user.php:34
msgid "Log out"
@@ -156,7 +156,7 @@ msgstr "husk"
#: templates/login.php:16
msgid "Log in"
-msgstr ""
+msgstr "Log ind"
#: templates/logout.php:1
msgid "You are logged out."
diff --git a/l10n/da/files.po b/l10n/da/files.po
index af2561b7e24..c7fc915834a 100644
--- a/l10n/da/files.po
+++ b/l10n/da/files.po
@@ -3,15 +3,15 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
-# Morten Juhl-Johansen Zölde-Fejér , 2011.
+# Morten Juhl-Johansen Zölde-Fejér , 2011, 2012.
# Pascal d'Hermilly , 2011.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-11 00:19+0100\n"
-"PO-Revision-Date: 2012-01-10 23:43+0000\n"
-"Last-Translator: icewind \n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-13 22:05+0000\n"
+"Last-Translator: Morten Juhl-Johansen Zölde-Fejér \n"
"Language-Team: Danish (http://www.transifex.net/projects/p/owncloud/team/da/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -58,19 +58,19 @@ msgstr "Maksimal upload-størrelse"
#: templates/index.php:7
msgid "New"
-msgstr ""
+msgstr "Ny"
#: templates/index.php:10
msgid "Text file"
-msgstr ""
+msgstr "Tekstfil"
#: templates/index.php:11
msgid "Folder"
-msgstr ""
+msgstr "Mappe"
#: templates/index.php:12
msgid "From the web"
-msgstr ""
+msgstr "Fra nettet"
#: templates/index.php:22
msgid "Upload"
diff --git a/l10n/da/gallery.po b/l10n/da/gallery.po
new file mode 100644
index 00000000000..f763cf822d6
--- /dev/null
+++ b/l10n/da/gallery.po
@@ -0,0 +1,32 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: ownCloud\n"
+"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:48+0000\n"
+"Last-Translator: icewind \n"
+"Language-Team: Danish (http://www.transifex.net/projects/p/owncloud/team/da/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+
+#: appinfo/app.php:41
+msgid "Gallery"
+msgstr ""
+
+#: templates/index.php:10
+msgid "Rescan"
+msgstr ""
+
+#: templates/view_album.php:19
+msgid "Back"
+msgstr ""
+
+
diff --git a/l10n/da/settings.po b/l10n/da/settings.po
index ee508eab264..0882ebc94e7 100644
--- a/l10n/da/settings.po
+++ b/l10n/da/settings.po
@@ -4,15 +4,15 @@
#
# Translators:
# , 2011.
-# Morten Juhl-Johansen Zölde-Fejér , 2011.
+# Morten Juhl-Johansen Zölde-Fejér , 2011, 2012.
# Pascal d'Hermilly , 2011.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-11 00:19+0100\n"
-"PO-Revision-Date: 2012-01-10 23:43+0000\n"
-"Last-Translator: icewind \n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-13 22:44+0000\n"
+"Last-Translator: Morten Juhl-Johansen Zölde-Fejér \n"
"Language-Team: Danish (http://www.transifex.net/projects/p/owncloud/team/da/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -22,7 +22,7 @@ msgstr ""
#: ajax/lostpassword.php:14
msgid "email Changed"
-msgstr ""
+msgstr "email ændret"
#: ajax/lostpassword.php:16 ajax/openid.php:17 ajax/setlanguage.php:16
msgid "Invalid request"
@@ -38,7 +38,7 @@ msgstr "Sprog ændret"
#: templates/admin.php:13
msgid "Log level"
-msgstr ""
+msgstr "Log-niveau"
#: templates/apps.php:8
msgid "Add your application"
@@ -106,15 +106,15 @@ msgstr "Skift kodeord"
#: templates/personal.php:24
msgid "Email"
-msgstr ""
+msgstr "Email"
#: templates/personal.php:25
msgid "Your email address"
-msgstr ""
+msgstr "Din emailadresse"
#: templates/personal.php:26
msgid "Fill in an email address to enable password recovery"
-msgstr ""
+msgstr "Indtast en emailadresse for at kunne få påmindelse om adgangskode"
#: templates/personal.php:32 templates/personal.php:33
msgid "Language"
@@ -122,7 +122,7 @@ msgstr "Sprog"
#: templates/personal.php:38
msgid "Help translate"
-msgstr ""
+msgstr "Hjælp med oversættelsen"
#: templates/personal.php:45
msgid "use this address to connect to your ownCloud in your file manager"
@@ -146,7 +146,7 @@ msgstr "Ny"
#: templates/users.php:33
msgid "Quota"
-msgstr ""
+msgstr "Kvote"
#: templates/users.php:58
msgid "Delete"
diff --git a/l10n/de/calendar.po b/l10n/de/calendar.po
index a75ca864a1b..786f0329267 100644
--- a/l10n/de/calendar.po
+++ b/l10n/de/calendar.po
@@ -3,15 +3,17 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
+# , 2011.
+# , 2011, 2012.
# Jan-Christoph Borchardt , 2011.
# Jan-Christoph Borchardt , 2011.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2011-09-24 23:05+0200\n"
-"PO-Revision-Date: 2011-09-24 21:05+0000\n"
-"Last-Translator: JanCBorchardt \n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:45+0000\n"
+"Last-Translator: icewind \n"
"Language-Team: German (http://www.transifex.net/projects/p/owncloud/team/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -19,321 +21,403 @@ msgstr ""
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
-#: ajax/createcalendar.php:18 ajax/settimezone.php:19
-#: ajax/updatecalendar.php:18
-msgid "Authentication error"
-msgstr "Anmeldefehler"
+#: ajax/guesstimezone.php:42
+msgid "New Timezone:"
+msgstr "Neue Zeitzone:"
-#: ajax/editeventform.php:25
-msgid "Wrong calendar"
-msgstr "Falscher Kalender"
-
-#: ajax/settimezone.php:27
+#: ajax/settimezone.php:22
msgid "Timezone changed"
msgstr "Zeitzone geändert"
-#: ajax/settimezone.php:29
+#: ajax/settimezone.php:24
msgid "Invalid request"
msgstr "Anfragefehler"
-#: appinfo/app.php:19 templates/part.eventform.php:27
-#: templates/part.eventinfo.php:18
+#: appinfo/app.php:20 templates/calendar.php:13
+#: templates/part.eventform.php:20
msgid "Calendar"
msgstr "Kalender"
-#: lib/object.php:292
+#: lib/app.php:19
+msgid "Wrong calendar"
+msgstr "Falscher Kalender"
+
+#: lib/app.php:60 lib/object.php:332
msgid "Birthday"
msgstr "Geburtstag"
-#: lib/object.php:293
+#: lib/app.php:61 lib/object.php:333
msgid "Business"
msgstr "Geschäftlich"
-#: lib/object.php:294
+#: lib/app.php:62 lib/object.php:334
msgid "Call"
msgstr "Anruf"
-#: lib/object.php:295
+#: lib/app.php:63 lib/object.php:335
msgid "Clients"
msgstr "Kunden"
-#: lib/object.php:296
+#: lib/app.php:64 lib/object.php:336
msgid "Deliverer"
msgstr "Lieferant"
-#: lib/object.php:297
+#: lib/app.php:65 lib/object.php:337
msgid "Holidays"
msgstr "Urlaub"
-#: lib/object.php:298
+#: lib/app.php:66 lib/object.php:338
msgid "Ideas"
msgstr "Ideen"
-#: lib/object.php:299
+#: lib/app.php:67 lib/object.php:339
msgid "Journey"
msgstr "Reise"
-#: lib/object.php:300
+#: lib/app.php:68 lib/object.php:340
msgid "Jubilee"
msgstr "Jubiläum"
-#: lib/object.php:301
+#: lib/app.php:69 lib/object.php:341
msgid "Meeting"
msgstr "Treffen"
-#: lib/object.php:302
+#: lib/app.php:70 lib/object.php:342
msgid "Other"
msgstr "Anderes"
-#: lib/object.php:303
+#: lib/app.php:71 lib/object.php:343
msgid "Personal"
msgstr "Persönlich"
-#: lib/object.php:304
+#: lib/app.php:72 lib/object.php:344
msgid "Projects"
msgstr "Projekte"
-#: lib/object.php:305
+#: lib/app.php:73 lib/object.php:345
msgid "Questions"
msgstr "Fragen"
-#: lib/object.php:306
+#: lib/app.php:74 lib/object.php:346
msgid "Work"
msgstr "Arbeit"
-#: lib/object.php:313
+#: lib/object.php:353
msgid "Does not repeat"
msgstr "einmalig"
-#: lib/object.php:314
+#: lib/object.php:354
msgid "Daily"
msgstr "täglich"
-#: lib/object.php:315
+#: lib/object.php:355
msgid "Weekly"
msgstr "wöchentlich"
-#: lib/object.php:316
+#: lib/object.php:356
msgid "Every Weekday"
msgstr "jeden Wochentag"
-#: lib/object.php:317
+#: lib/object.php:357
msgid "Bi-Weekly"
msgstr "jede zweite Woche"
-#: lib/object.php:318
+#: lib/object.php:358
msgid "Monthly"
msgstr "monatlich"
-#: lib/object.php:319
+#: lib/object.php:359
msgid "Yearly"
msgstr "jährlich"
-#: lib/object.php:337
-msgid "Not an array"
-msgstr "Kein Feld"
+#: lib/object.php:366
+msgid "never"
+msgstr "niemals"
-#: templates/calendar.php:3
-msgid "All day"
-msgstr "Ganztags"
+#: lib/object.php:367
+msgid "by occurrences"
+msgstr "nach Vorkommen"
-#: templates/calendar.php:32
-msgid "Sunday"
-msgstr "Sonntag"
+#: lib/object.php:368
+msgid "by date"
+msgstr "nach Datum"
-#: templates/calendar.php:32
+#: lib/object.php:375
+msgid "by monthday"
+msgstr "an einem Monatstag"
+
+#: lib/object.php:376
+msgid "by weekday"
+msgstr "an einem Wochentag"
+
+#: lib/object.php:383 templates/lAfix.php:3
msgid "Monday"
msgstr "Montag"
-#: templates/calendar.php:32
+#: lib/object.php:384 templates/lAfix.php:4
msgid "Tuesday"
msgstr "Dienstag"
-#: templates/calendar.php:32
+#: lib/object.php:385 templates/lAfix.php:5
msgid "Wednesday"
msgstr "Mittwoch"
-#: templates/calendar.php:32
+#: lib/object.php:386 templates/lAfix.php:6
msgid "Thursday"
msgstr "Donnerstag"
-#: templates/calendar.php:32
+#: lib/object.php:387 templates/lAfix.php:7
msgid "Friday"
msgstr "Freitag"
-#: templates/calendar.php:32
+#: lib/object.php:388 templates/lAfix.php:8
msgid "Saturday"
msgstr "Samstag"
-#: templates/calendar.php:33
-msgid "Sun."
-msgstr "Son."
+#: lib/object.php:389 templates/lAfix.php:2
+msgid "Sunday"
+msgstr "Sonntag"
-#: templates/calendar.php:33
-msgid "Mon."
-msgstr "Mon."
+#: lib/object.php:396
+msgid "events week of month"
+msgstr "Woche des Monats vom Termin"
-#: templates/calendar.php:33
-msgid "Tue."
-msgstr "Die."
+#: lib/object.php:397
+msgid "first"
+msgstr "erste"
-#: templates/calendar.php:33
-msgid "Wed."
-msgstr "Mit."
+#: lib/object.php:398
+msgid "second"
+msgstr "zweite"
-#: templates/calendar.php:33
-msgid "Thu."
-msgstr "Don."
+#: lib/object.php:399
+msgid "third"
+msgstr "dritte"
-#: templates/calendar.php:33
-msgid "Fri."
-msgstr "Fre."
+#: lib/object.php:400
+msgid "fourth"
+msgstr "vierte"
-#: templates/calendar.php:33
-msgid "Sat."
-msgstr "Sam."
+#: lib/object.php:401
+msgid "fifth"
+msgstr "fünfte"
-#: templates/calendar.php:34
+#: lib/object.php:402
+msgid "last"
+msgstr "letzte"
+
+#: lib/object.php:424 templates/lAfix.php:16
msgid "January"
msgstr "Januar"
-#: templates/calendar.php:34
+#: lib/object.php:425 templates/lAfix.php:17
msgid "February"
msgstr "Februar"
-#: templates/calendar.php:34
+#: lib/object.php:426 templates/lAfix.php:18
msgid "March"
msgstr "März"
-#: templates/calendar.php:34
+#: lib/object.php:427 templates/lAfix.php:19
msgid "April"
msgstr "April"
-#: templates/calendar.php:34
+#: lib/object.php:428 templates/lAfix.php:20
msgid "May"
msgstr "Mai"
-#: templates/calendar.php:34
+#: lib/object.php:429 templates/lAfix.php:21
msgid "June"
msgstr "Juni"
-#: templates/calendar.php:34
+#: lib/object.php:430 templates/lAfix.php:22
msgid "July"
msgstr "Juli"
-#: templates/calendar.php:34
+#: lib/object.php:431 templates/lAfix.php:23
msgid "August"
msgstr "August"
-#: templates/calendar.php:34
+#: lib/object.php:432 templates/lAfix.php:24
msgid "September"
msgstr "September"
-#: templates/calendar.php:34
+#: lib/object.php:433 templates/lAfix.php:25
msgid "October"
msgstr "Oktober"
-#: templates/calendar.php:34
+#: lib/object.php:434 templates/lAfix.php:26
msgid "November"
msgstr "November"
-#: templates/calendar.php:34
+#: lib/object.php:435 templates/lAfix.php:27
msgid "December"
msgstr "Dezember"
-#: templates/calendar.php:35
-msgid "Jan."
-msgstr "Jan."
+#: lib/object.php:441
+msgid "by events date"
+msgstr "bei Tag des Termins"
-#: templates/calendar.php:35
-msgid "Feb."
-msgstr "Feb."
+#: lib/object.php:442
+msgid "by yearday(s)"
+msgstr "an einem Tag des Jahres"
-#: templates/calendar.php:35
-msgid "Mar."
-msgstr "Mär."
+#: lib/object.php:443
+msgid "by weeknumber(s)"
+msgstr "an einer Wochennummer"
-#: templates/calendar.php:35
-msgid "Apr."
-msgstr "Apr."
+#: lib/object.php:444
+msgid "by day and month"
+msgstr "an einer Tag und Monats Kombination"
-#: templates/calendar.php:35
-msgid "May."
-msgstr "Mai"
+#: lib/object.php:467
+msgid "Not an array"
+msgstr "Kein Feld"
-#: templates/calendar.php:35
-msgid "Jun."
-msgstr "Jun."
+#: lib/search.php:32 lib/search.php:34 lib/search.php:37
+msgid "Date"
+msgstr "Datum"
-#: templates/calendar.php:35
-msgid "Jul."
-msgstr "Jul."
+#: lib/search.php:40
+msgid "Cal."
+msgstr "Kal."
-#: templates/calendar.php:35
-msgid "Aug."
-msgstr "Aug."
+#: templates/calendar.php:10
+msgid "All day"
+msgstr "Ganztags"
-#: templates/calendar.php:35
-msgid "Sep."
-msgstr "Sep."
+#: templates/calendar.php:11
+msgid "Missing fields"
+msgstr "fehlende Felder"
-#: templates/calendar.php:35
-msgid "Oct."
-msgstr "Okt."
+#: templates/calendar.php:12 templates/part.eventform.php:3
+msgid "Title"
+msgstr "Titel"
-#: templates/calendar.php:35
-msgid "Nov."
-msgstr "Nov."
+#: templates/calendar.php:14
+msgid "From Date"
+msgstr "Startdatum"
-#: templates/calendar.php:35
-msgid "Dec."
-msgstr "Dez."
+#: templates/calendar.php:15
+msgid "From Time"
+msgstr "Startzeit"
-#: templates/calendar.php:36 templates/calendar.php:50
-#: templates/calendar.php:116
+#: templates/calendar.php:16
+msgid "To Date"
+msgstr "Enddatum"
+
+#: templates/calendar.php:17
+msgid "To Time"
+msgstr "Endzeit"
+
+#: templates/calendar.php:18
+msgid "The event ends before it starts"
+msgstr "Der Termin hört auf, bevor er angefangen hat."
+
+#: templates/calendar.php:19
+msgid "There was a database fail"
+msgstr "Datenbankfehler"
+
+#: templates/calendar.php:52
msgid "Week"
msgstr "Woche"
-#: templates/calendar.php:37 templates/calendar.php:51
-msgid "Weeks"
-msgstr "Wochen"
-
-#: templates/calendar.php:38
-msgid "More before {startdate}"
-msgstr "Mehr vor {startdate}"
-
-#: templates/calendar.php:39
-msgid "More after {enddate}"
-msgstr "Mehr nach {enddate}"
-
-#: templates/calendar.php:49
-msgid "Day"
-msgstr "Tag"
-
-#: templates/calendar.php:52
+#: templates/calendar.php:53
msgid "Month"
msgstr "Monat"
-#: templates/calendar.php:53
+#: templates/calendar.php:54
msgid "List"
msgstr "Liste"
-#: templates/calendar.php:58
+#: templates/calendar.php:59
msgid "Today"
msgstr "Heute"
-#: templates/calendar.php:59
+#: templates/calendar.php:60
msgid "Calendars"
msgstr "Kalender"
-#: templates/calendar.php:76 templates/calendar.php:94
-msgid "Time"
-msgstr "Zeit"
-
-#: templates/calendar.php:169
+#: templates/calendar.php:78
msgid "There was a fail, while parsing the file."
msgstr "Fehler beim Einlesen der Datei."
+#: templates/lAfix.php:9
+msgid "Sun."
+msgstr ""
+
+#: templates/lAfix.php:10
+msgid "Mon."
+msgstr ""
+
+#: templates/lAfix.php:11
+msgid "Tue."
+msgstr ""
+
+#: templates/lAfix.php:12
+msgid "Wed."
+msgstr ""
+
+#: templates/lAfix.php:13
+msgid "Thu."
+msgstr ""
+
+#: templates/lAfix.php:14
+msgid "Fri."
+msgstr ""
+
+#: templates/lAfix.php:15
+msgid "Sat."
+msgstr ""
+
+#: templates/lAfix.php:28
+msgid "Jan."
+msgstr ""
+
+#: templates/lAfix.php:29
+msgid "Feb."
+msgstr ""
+
+#: templates/lAfix.php:30
+msgid "Mar."
+msgstr ""
+
+#: templates/lAfix.php:31
+msgid "Apr."
+msgstr ""
+
+#: templates/lAfix.php:32
+msgid "May."
+msgstr ""
+
+#: templates/lAfix.php:33
+msgid "Jun."
+msgstr ""
+
+#: templates/lAfix.php:34
+msgid "Jul."
+msgstr ""
+
+#: templates/lAfix.php:35
+msgid "Aug."
+msgstr ""
+
+#: templates/lAfix.php:36
+msgid "Sep."
+msgstr ""
+
+#: templates/lAfix.php:37
+msgid "Oct."
+msgstr ""
+
+#: templates/lAfix.php:38
+msgid "Nov."
+msgstr ""
+
+#: templates/lAfix.php:39
+msgid "Dec."
+msgstr ""
+
#: templates/part.choosecalendar.php:1
msgid "Choose active calendars"
msgstr "Aktive Kalender wählen"
@@ -352,14 +436,13 @@ msgid "Download"
msgstr "Herunterladen"
#: templates/part.choosecalendar.rowfields.php:4
-#: templates/part.eventinfo.php:64
msgid "Edit"
msgstr "Bearbeiten"
#: templates/part.choosecalendar.rowfields.php:4
-#: templates/part.editevent.php:8
+#: templates/part.editevent.php:9
msgid "Delete"
-msgstr ""
+msgstr "Löschen"
#: templates/part.editcalendar.php:9
msgid "New calendar"
@@ -377,90 +460,181 @@ msgstr "Anzeigename"
msgid "Active"
msgstr "Aktiv"
-#: templates/part.editcalendar.php:29 templates/part.eventform.php:88
-#: templates/part.eventinfo.php:58
-msgid "Description"
-msgstr "Beschreibung"
-
-#: templates/part.editcalendar.php:35
+#: templates/part.editcalendar.php:29
msgid "Calendar color"
msgstr "Kalenderfarbe"
-#: templates/part.editcalendar.php:41
+#: templates/part.editcalendar.php:42
msgid "Save"
msgstr "Speichern"
-#: templates/part.editcalendar.php:41 templates/part.editevent.php:7
+#: templates/part.editcalendar.php:42 templates/part.editevent.php:8
#: templates/part.newevent.php:6
msgid "Submit"
msgstr "Bestätigen"
-#: templates/part.editcalendar.php:42
+#: templates/part.editcalendar.php:43
msgid "Cancel"
msgstr "Abbrechen"
-#: templates/part.editevent.php:1 templates/part.eventinfo.php:1
+#: templates/part.editevent.php:1
msgid "Edit an event"
msgstr "Ereignis bearbeiten"
-#: templates/part.eventform.php:3 templates/part.eventinfo.php:4
-msgid "Title"
-msgstr "Titel"
+#: templates/part.editevent.php:10
+msgid "Export"
+msgstr "Exportieren"
#: templates/part.eventform.php:5
msgid "Title of the Event"
msgstr "Name"
-#: templates/part.eventform.php:9 templates/part.eventinfo.php:9
-msgid "Location"
-msgstr "Ort"
-
#: templates/part.eventform.php:11
-msgid "Location of the Event"
-msgstr "Ort"
-
-#: templates/part.eventform.php:17 templates/part.eventinfo.php:16
msgid "Category"
msgstr "Kategorie"
-#: templates/part.eventform.php:19
+#: templates/part.eventform.php:13
msgid "Select category"
msgstr "Kategorie auswählen"
-#: templates/part.eventform.php:45 templates/part.eventinfo.php:28
+#: templates/part.eventform.php:37
msgid "All Day Event"
msgstr "Ganztägiges Ereignis"
-#: templates/part.eventform.php:49 templates/part.eventinfo.php:31
+#: templates/part.eventform.php:41
msgid "From"
msgstr "von"
-#: templates/part.eventform.php:57 templates/part.eventinfo.php:38
+#: templates/part.eventform.php:49
msgid "To"
msgstr "bis"
-#: templates/part.eventform.php:65 templates/part.eventinfo.php:44
+#: templates/part.eventform.php:57
+msgid "Advanced options"
+msgstr "Erweiterte Optionen"
+
+#: templates/part.eventform.php:61
msgid "Repeat"
msgstr "wiederholen"
-#: templates/part.eventform.php:81 templates/part.eventinfo.php:51
-msgid "Attendees"
-msgstr "Teilnehmer"
+#: templates/part.eventform.php:68
+msgid "Advanced"
+msgstr "Erweitert"
-#: templates/part.eventform.php:89
+#: templates/part.eventform.php:112
+msgid "Select weekdays"
+msgstr "Wochentage auswählen"
+
+#: templates/part.eventform.php:125 templates/part.eventform.php:138
+msgid "Select days"
+msgstr "Tage auswählen"
+
+#: templates/part.eventform.php:130
+msgid "and the events day of year."
+msgstr "und den Tag des Jahres vom Termin"
+
+#: templates/part.eventform.php:143
+msgid "and the events day of month."
+msgstr "und den Tag des Monats vom Termin"
+
+#: templates/part.eventform.php:151
+msgid "Select months"
+msgstr "Monate auswählen"
+
+#: templates/part.eventform.php:164
+msgid "Select weeks"
+msgstr "Wochen auswählen"
+
+#: templates/part.eventform.php:169
+msgid "and the events week of year."
+msgstr "und den Tag des Jahres vom Termin"
+
+#: templates/part.eventform.php:175
+msgid "Interval"
+msgstr "Intervall"
+
+#: templates/part.eventform.php:181
+msgid "End"
+msgstr "Ende"
+
+#: templates/part.eventform.php:193
+msgid "occurrences"
+msgstr "Vorkommen"
+
+#: templates/part.eventform.php:208
+msgid "Location"
+msgstr "Ort"
+
+#: templates/part.eventform.php:210
+msgid "Location of the Event"
+msgstr "Ort"
+
+#: templates/part.eventform.php:216
+msgid "Description"
+msgstr "Beschreibung"
+
+#: templates/part.eventform.php:218
msgid "Description of the Event"
msgstr "Beschreibung"
-#: templates/part.eventinfo.php:63
-msgid "Close"
-msgstr "Schließen"
+#: templates/part.import.php:1
+msgid "Import a calendar file"
+msgstr ""
+
+#: templates/part.import.php:6
+msgid "Please choose the calendar"
+msgstr "Bitte wählen Sie den Kalender."
+
+#: templates/part.import.php:10
+msgid "create a new calendar"
+msgstr ""
+
+#: templates/part.import.php:15
+msgid "Name of new calendar"
+msgstr ""
+
+#: templates/part.import.php:17
+msgid "Import"
+msgstr "Importieren"
+
+#: templates/part.import.php:20
+msgid "Importing calendar"
+msgstr ""
+
+#: templates/part.import.php:23
+msgid "Calendar imported successfully"
+msgstr ""
+
+#: templates/part.import.php:24
+msgid "Close Dialog"
+msgstr ""
#: templates/part.newevent.php:1
msgid "Create a new event"
msgstr "Neues Ereignis"
-#: templates/settings.php:11
+#: templates/settings.php:13
msgid "Timezone"
msgstr "Zeitzone"
+#: templates/settings.php:30
+msgid "Check always for changes of the timezone"
+msgstr "immer die Zeitzone überprüfen"
+
+#: templates/settings.php:32
+msgid "Timeformat"
+msgstr "Zeitformat"
+
+#: templates/settings.php:34
+msgid "24h"
+msgstr "24h"
+
+#: templates/settings.php:35
+msgid "12h"
+msgstr "12h"
+
+#: templates/settings.php:41
+msgid "Calendar CalDAV syncing address:"
+msgstr "Kalender CalDAV Synchronisationsadresse:"
+
diff --git a/l10n/de/contacts.po b/l10n/de/contacts.po
index a85b6c5f1e4..97bc43aa3d5 100644
--- a/l10n/de/contacts.po
+++ b/l10n/de/contacts.po
@@ -6,12 +6,13 @@
# , 2011.
# Jan-Christoph Borchardt , 2011.
# Jan-Christoph Borchardt , 2011.
+# , 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-11 00:18+0100\n"
-"PO-Revision-Date: 2012-01-10 23:43+0000\n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:45+0000\n"
"Last-Translator: icewind \n"
"Language-Team: German (http://www.transifex.net/projects/p/owncloud/team/de/)\n"
"MIME-Version: 1.0\n"
@@ -20,6 +21,50 @@ msgstr ""
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+#: ajax/activation.php:17 ajax/updateaddressbook.php:26
+msgid "Error (de)activating addressbook."
+msgstr ""
+
+#: ajax/addcard.php:79
+msgid "There was an error adding the contact."
+msgstr ""
+
+#: ajax/addproperty.php:39
+msgid "Cannot add empty property."
+msgstr ""
+
+#: ajax/addproperty.php:51
+msgid "At least one of the address fields has to be filled out."
+msgstr ""
+
+#: ajax/addproperty.php:77
+msgid "Error adding contact property."
+msgstr ""
+
+#: ajax/createaddressbook.php:20
+msgid "Error adding addressbook."
+msgstr ""
+
+#: ajax/createaddressbook.php:26
+msgid "Error activating addressbook."
+msgstr ""
+
+#: ajax/deleteproperty.php:40
+msgid "Error deleting contact property."
+msgstr ""
+
+#: ajax/setproperty.php:79
+msgid "Error updating contact property."
+msgstr ""
+
+#: ajax/updateaddressbook.php:20
+msgid "Error updating addressbook."
+msgstr ""
+
+#: appinfo/app.php:21 templates/settings.php:3
+msgid "Contacts"
+msgstr ""
+
#: lib/app.php:42
msgid "This is not your addressbook."
msgstr "Dies ist nicht dein Adressbuch."
@@ -28,30 +73,26 @@ msgstr "Dies ist nicht dein Adressbuch."
msgid "Contact could not be found."
msgstr "Kontakt konnte nicht gefunden werden."
-#: lib/app.php:65
-msgid "vCard could not be read."
-msgstr "vCard konnte nicht gelesen werden."
-
#: lib/app.php:79
msgid "Information about vCard is incorrect. Please reload the page."
msgstr ""
"Die Information der vCard ist fehlerhaft. Bitte aktualisiere die Seite."
-#: lib/app.php:91 templates/part.addcardform.php:56
+#: lib/app.php:91 templates/part.addcardform.php:54
#: templates/part.property.php:45 templates/part.setpropertyform.php:7
msgid "Address"
msgstr "Adresse"
-#: lib/app.php:92 templates/part.addcardform.php:37
+#: lib/app.php:92 templates/part.addcardform.php:43
msgid "Telephone"
msgstr "Telefon"
-#: lib/app.php:93 templates/part.addcardform.php:31
+#: lib/app.php:93 templates/part.addcardform.php:37
#: templates/part.property.php:16 templates/part.setpropertyform.php:51
msgid "Email"
msgstr "Email"
-#: lib/app.php:94 templates/part.addcardform.php:23
+#: lib/app.php:94 templates/part.addcardform.php:27
#: templates/part.property.php:9 templates/part.setpropertyform.php:54
msgid "Organization"
msgstr "Organisation"
@@ -88,6 +129,10 @@ msgstr "Video"
msgid "Pager"
msgstr "Pager"
+#: lib/search.php:22
+msgid "Contact"
+msgstr ""
+
#: photo.php:40
msgid "This is not your contact."
msgstr "Dies ist nicht dein Kontakt."
@@ -100,88 +145,83 @@ msgstr "Diese Karte ist nicht RFC-kompatibel."
msgid "This card does not contain a photo."
msgstr "Diese Karte enthält kein Foto."
-#: templates/index.php:13
+#: templates/index.php:6
msgid "Add Contact"
msgstr "Kontakt hinzufügen"
-#: templates/index.php:14
-msgid "Address Books"
+#: templates/index.php:7
+msgid "Addressbooks"
msgstr ""
#: templates/part.addcardform.php:8
-msgid "Group"
-msgstr "Gruppe"
+msgid "Addressbook"
+msgstr ""
-#: templates/part.addcardform.php:19
+#: templates/part.addcardform.php:21
msgid "Name"
msgstr "Name"
-#: templates/part.addcardform.php:41
-msgid "Number"
-msgstr ""
-
-#: templates/part.addcardform.php:45 templates/part.addcardform.php:59
-#: templates/part.details.php:42 templates/part.details.php:78
-#: templates/part.setpropertyform.php:10 templates/part.setpropertyform.php:47
+#: templates/part.addcardform.php:57 templates/part.details.php:43
+#: templates/part.details.php:79 templates/part.setpropertyform.php:10
+#: templates/part.setpropertyform.php:47
msgid "Type"
-msgstr ""
+msgstr "Typ"
-#: templates/part.addcardform.php:65 templates/part.details.php:48
+#: templates/part.addcardform.php:65 templates/part.details.php:49
#: templates/part.setpropertyform.php:16
msgid "PO Box"
msgstr "Postfach"
-#: templates/part.addcardform.php:69 templates/part.details.php:52
+#: templates/part.addcardform.php:72 templates/part.details.php:53
#: templates/part.setpropertyform.php:20
msgid "Extended"
msgstr "Erweitert"
-#: templates/part.addcardform.php:73 templates/part.details.php:56
+#: templates/part.addcardform.php:78 templates/part.details.php:57
#: templates/part.setpropertyform.php:24
msgid "Street"
msgstr "Straße"
-#: templates/part.addcardform.php:77 templates/part.details.php:60
+#: templates/part.addcardform.php:84 templates/part.details.php:61
#: templates/part.setpropertyform.php:28
msgid "City"
msgstr "Stadt"
-#: templates/part.addcardform.php:81 templates/part.details.php:64
+#: templates/part.addcardform.php:90 templates/part.details.php:65
#: templates/part.setpropertyform.php:32
msgid "Region"
msgstr "Region"
-#: templates/part.addcardform.php:85 templates/part.details.php:68
+#: templates/part.addcardform.php:96 templates/part.details.php:69
#: templates/part.setpropertyform.php:36
msgid "Zipcode"
msgstr "Postleitzahl"
-#: templates/part.addcardform.php:89 templates/part.details.php:72
+#: templates/part.addcardform.php:102 templates/part.details.php:73
#: templates/part.setpropertyform.php:40
msgid "Country"
msgstr "Land"
-#: templates/part.addcardform.php:97
+#: templates/part.addcardform.php:109
msgid "Create Contact"
msgstr "Kontakt erstellen"
#: templates/part.chooseaddressbook.php:1
msgid "Choose active Address Books"
-msgstr ""
+msgstr "Aktive Adressbücher auswählen"
#: templates/part.chooseaddressbook.php:16
-#: templates/part.editaddressbook.php:9
msgid "New Address Book"
-msgstr ""
+msgstr "Neues Adressbuch"
#: templates/part.chooseaddressbook.php:21
#: templates/part.chooseaddressbook.rowfields.php:5
msgid "CardDav Link"
-msgstr ""
+msgstr "CardDav Link"
#: templates/part.chooseaddressbook.rowfields.php:5
msgid "Download"
-msgstr ""
+msgstr "Herunterladen"
#: templates/part.chooseaddressbook.rowfields.php:5
msgid "Edit"
@@ -192,36 +232,44 @@ msgid "Delete"
msgstr "Löschen"
#: templates/part.details.php:3
-msgid "Delete contact"
+msgid "Download contact"
msgstr ""
-#: templates/part.details.php:33
+#: templates/part.details.php:4
+msgid "Delete contact"
+msgstr "Kontakt löschen"
+
+#: templates/part.details.php:34
msgid "Add"
+msgstr "Hinzufügen"
+
+#: templates/part.editaddressbook.php:9
+msgid "New Addressbook"
msgstr ""
#: templates/part.editaddressbook.php:9
-msgid "Edit Address Book"
+msgid "Edit Addressbook"
msgstr ""
#: templates/part.editaddressbook.php:12
msgid "Displayname"
-msgstr ""
+msgstr "Anzeigename"
#: templates/part.editaddressbook.php:23
msgid "Active"
-msgstr ""
+msgstr "Aktiv"
#: templates/part.editaddressbook.php:29
msgid "Save"
-msgstr ""
+msgstr "Speichern"
#: templates/part.editaddressbook.php:29
msgid "Submit"
-msgstr ""
+msgstr "Eintragen"
#: templates/part.editaddressbook.php:30
msgid "Cancel"
-msgstr ""
+msgstr "Abbrechen"
#: templates/part.property.php:3
msgid "Birthday"
@@ -229,7 +277,7 @@ msgstr "Geburtstag"
#: templates/part.property.php:23
msgid "Preferred"
-msgstr ""
+msgstr "Bevorzugt"
#: templates/part.property.php:23 templates/part.setpropertyform.php:45
msgid "Phone"
@@ -237,6 +285,10 @@ msgstr "Telefon"
#: templates/part.setpropertyform.php:57
msgid "Update"
+msgstr "Aktualisieren"
+
+#: templates/settings.php:4
+msgid "CardDAV syncing address:"
msgstr ""
diff --git a/l10n/de/files.po b/l10n/de/files.po
index 97a3d576211..b9769babd01 100644
--- a/l10n/de/files.po
+++ b/l10n/de/files.po
@@ -5,13 +5,14 @@
# Translators:
# Jan-Christoph Borchardt , 2011.
# Jan-Christoph Borchardt , 2011.
+# , 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-11 00:19+0100\n"
-"PO-Revision-Date: 2012-01-10 23:43+0000\n"
-"Last-Translator: icewind \n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-11 12:33+0000\n"
+"Last-Translator: piccobello \n"
"Language-Team: German (http://www.transifex.net/projects/p/owncloud/team/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -59,11 +60,11 @@ msgstr ""
#: templates/index.php:10
msgid "Text file"
-msgstr ""
+msgstr "Text Datei"
#: templates/index.php:11
msgid "Folder"
-msgstr ""
+msgstr "Ordner"
#: templates/index.php:12
msgid "From the web"
diff --git a/l10n/de/gallery.po b/l10n/de/gallery.po
new file mode 100644
index 00000000000..64f9f997230
--- /dev/null
+++ b/l10n/de/gallery.po
@@ -0,0 +1,32 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: ownCloud\n"
+"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:48+0000\n"
+"Last-Translator: icewind \n"
+"Language-Team: German (http://www.transifex.net/projects/p/owncloud/team/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+
+#: appinfo/app.php:41
+msgid "Gallery"
+msgstr ""
+
+#: templates/index.php:10
+msgid "Rescan"
+msgstr ""
+
+#: templates/view_album.php:19
+msgid "Back"
+msgstr ""
+
+
diff --git a/l10n/de/settings.po b/l10n/de/settings.po
index 33f745e2687..9db3b4cec9d 100644
--- a/l10n/de/settings.po
+++ b/l10n/de/settings.po
@@ -5,13 +5,14 @@
# Translators:
# , 2011.
# Jan-Christoph Borchardt , 2011.
+# , 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-11 00:19+0100\n"
-"PO-Revision-Date: 2012-01-10 23:43+0000\n"
-"Last-Translator: icewind \n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-12 15:43+0000\n"
+"Last-Translator: piccobello \n"
"Language-Team: German (http://www.transifex.net/projects/p/owncloud/team/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -21,7 +22,7 @@ msgstr ""
#: ajax/lostpassword.php:14
msgid "email Changed"
-msgstr ""
+msgstr "E-Mail wurde geändert"
#: ajax/lostpassword.php:16 ajax/openid.php:17 ajax/setlanguage.php:16
msgid "Invalid request"
@@ -105,15 +106,17 @@ msgstr "Passwort ändern"
#: templates/personal.php:24
msgid "Email"
-msgstr ""
+msgstr "E-Mail"
#: templates/personal.php:25
msgid "Your email address"
-msgstr ""
+msgstr "Ihre E-Mail Adresse"
#: templates/personal.php:26
msgid "Fill in an email address to enable password recovery"
msgstr ""
+"Tragen Sie eine E-Mail Adresse ein, um die Passwort-Wiederherstellung zu "
+"aktivieren"
#: templates/personal.php:32 templates/personal.php:33
msgid "Language"
@@ -121,7 +124,7 @@ msgstr "Sprache"
#: templates/personal.php:38
msgid "Help translate"
-msgstr ""
+msgstr "Helfen Sie bei der Übersetzung"
#: templates/personal.php:45
msgid "use this address to connect to your ownCloud in your file manager"
diff --git a/l10n/el/calendar.po b/l10n/el/calendar.po
index 15e4e959f34..dd0c8352f9b 100644
--- a/l10n/el/calendar.po
+++ b/l10n/el/calendar.po
@@ -3,14 +3,15 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
-# Petros Kyladitis , 2011.
+# , 2011.
+# Petros Kyladitis , 2011, 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2011-09-24 23:05+0200\n"
-"PO-Revision-Date: 2011-09-24 21:05+0000\n"
-"Last-Translator: JanCBorchardt \n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:45+0000\n"
+"Last-Translator: icewind \n"
"Language-Team: Greek (http://www.transifex.net/projects/p/owncloud/team/el/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -18,320 +19,402 @@ msgstr ""
"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
-#: ajax/createcalendar.php:18 ajax/settimezone.php:19
-#: ajax/updatecalendar.php:18
-msgid "Authentication error"
-msgstr "Σφάλμα ταυτοποίησης"
+#: ajax/guesstimezone.php:42
+msgid "New Timezone:"
+msgstr "Νέα ζώνη ώρας:"
-#: ajax/editeventform.php:25
-msgid "Wrong calendar"
-msgstr "Λάθος ημερολόγιο"
-
-#: ajax/settimezone.php:27
+#: ajax/settimezone.php:22
msgid "Timezone changed"
msgstr "Η ζώνη ώρας άλλαξε"
-#: ajax/settimezone.php:29
+#: ajax/settimezone.php:24
msgid "Invalid request"
msgstr "Μη έγκυρο αίτημα"
-#: appinfo/app.php:19 templates/part.eventform.php:27
-#: templates/part.eventinfo.php:18
+#: appinfo/app.php:20 templates/calendar.php:13
+#: templates/part.eventform.php:20
msgid "Calendar"
msgstr "Ημερολόγιο"
-#: lib/object.php:292
+#: lib/app.php:19
+msgid "Wrong calendar"
+msgstr "Λάθος ημερολόγιο"
+
+#: lib/app.php:60 lib/object.php:332
msgid "Birthday"
msgstr "Γενέθλια"
-#: lib/object.php:293
+#: lib/app.php:61 lib/object.php:333
msgid "Business"
msgstr "Επιχείρηση"
-#: lib/object.php:294
+#: lib/app.php:62 lib/object.php:334
msgid "Call"
msgstr "Κλήση"
-#: lib/object.php:295
+#: lib/app.php:63 lib/object.php:335
msgid "Clients"
msgstr "Πελάτες"
-#: lib/object.php:296
+#: lib/app.php:64 lib/object.php:336
msgid "Deliverer"
-msgstr ""
+msgstr "Παραδώσας"
-#: lib/object.php:297
+#: lib/app.php:65 lib/object.php:337
msgid "Holidays"
msgstr "Διακοπές"
-#: lib/object.php:298
+#: lib/app.php:66 lib/object.php:338
msgid "Ideas"
msgstr "Ιδέες"
-#: lib/object.php:299
+#: lib/app.php:67 lib/object.php:339
msgid "Journey"
msgstr "Ταξίδι"
-#: lib/object.php:300
+#: lib/app.php:68 lib/object.php:340
msgid "Jubilee"
-msgstr ""
+msgstr "Γιορτή"
-#: lib/object.php:301
+#: lib/app.php:69 lib/object.php:341
msgid "Meeting"
-msgstr ""
+msgstr "Συνάντηση"
-#: lib/object.php:302
+#: lib/app.php:70 lib/object.php:342
msgid "Other"
msgstr "Άλλο"
-#: lib/object.php:303
+#: lib/app.php:71 lib/object.php:343
msgid "Personal"
msgstr "Προσωπικό"
-#: lib/object.php:304
+#: lib/app.php:72 lib/object.php:344
msgid "Projects"
msgstr "Έργα"
-#: lib/object.php:305
+#: lib/app.php:73 lib/object.php:345
msgid "Questions"
msgstr "Ερωτήσεις"
-#: lib/object.php:306
+#: lib/app.php:74 lib/object.php:346
msgid "Work"
msgstr "Εργασία"
-#: lib/object.php:313
+#: lib/object.php:353
msgid "Does not repeat"
msgstr "Μη επαναλαμβανόμενο"
-#: lib/object.php:314
+#: lib/object.php:354
msgid "Daily"
msgstr "Καθημερινά"
-#: lib/object.php:315
+#: lib/object.php:355
msgid "Weekly"
msgstr "Εβδομαδιαία"
-#: lib/object.php:316
+#: lib/object.php:356
msgid "Every Weekday"
msgstr "Κάθε μέρα"
-#: lib/object.php:317
+#: lib/object.php:357
msgid "Bi-Weekly"
msgstr "Δύο φορές την εβδομάδα"
-#: lib/object.php:318
+#: lib/object.php:358
msgid "Monthly"
msgstr "Μηνιαία"
-#: lib/object.php:319
+#: lib/object.php:359
msgid "Yearly"
msgstr "Ετήσια"
-#: lib/object.php:337
-msgid "Not an array"
-msgstr "Δεν είναι μια σειρά"
+#: lib/object.php:366
+msgid "never"
+msgstr "ποτέ"
-#: templates/calendar.php:3
-msgid "All day"
-msgstr "Ολοήμερο"
+#: lib/object.php:367
+msgid "by occurrences"
+msgstr "κατά συχνότητα πρόσβασης"
-#: templates/calendar.php:32
-msgid "Sunday"
-msgstr "Κυριακή"
+#: lib/object.php:368
+msgid "by date"
+msgstr "κατά ημερομηνία"
-#: templates/calendar.php:32
+#: lib/object.php:375
+msgid "by monthday"
+msgstr "κατά ημέρα"
+
+#: lib/object.php:376
+msgid "by weekday"
+msgstr "κατά εβδομάδα"
+
+#: lib/object.php:383 templates/lAfix.php:3
msgid "Monday"
msgstr "Δευτέρα"
-#: templates/calendar.php:32
+#: lib/object.php:384 templates/lAfix.php:4
msgid "Tuesday"
msgstr "Τρίτη"
-#: templates/calendar.php:32
+#: lib/object.php:385 templates/lAfix.php:5
msgid "Wednesday"
msgstr "Τετάρτη"
-#: templates/calendar.php:32
+#: lib/object.php:386 templates/lAfix.php:6
msgid "Thursday"
msgstr "Πέμπτη"
-#: templates/calendar.php:32
+#: lib/object.php:387 templates/lAfix.php:7
msgid "Friday"
msgstr "Παρασκευή"
-#: templates/calendar.php:32
+#: lib/object.php:388 templates/lAfix.php:8
msgid "Saturday"
msgstr "Σάββατο"
-#: templates/calendar.php:33
-msgid "Sun."
-msgstr "Κυρ."
+#: lib/object.php:389 templates/lAfix.php:2
+msgid "Sunday"
+msgstr "Κυριακή"
-#: templates/calendar.php:33
-msgid "Mon."
-msgstr "Δευτ."
+#: lib/object.php:396
+msgid "events week of month"
+msgstr "συμβάντα της εβδομάδας του μήνα"
-#: templates/calendar.php:33
-msgid "Tue."
-msgstr "Τρ."
+#: lib/object.php:397
+msgid "first"
+msgstr "πρώτο"
-#: templates/calendar.php:33
-msgid "Wed."
-msgstr "Τετ."
+#: lib/object.php:398
+msgid "second"
+msgstr "δεύτερο"
-#: templates/calendar.php:33
-msgid "Thu."
-msgstr "Πέμ."
+#: lib/object.php:399
+msgid "third"
+msgstr "τρίτο"
-#: templates/calendar.php:33
-msgid "Fri."
-msgstr "Παρ."
+#: lib/object.php:400
+msgid "fourth"
+msgstr "τέταρτο"
-#: templates/calendar.php:33
-msgid "Sat."
-msgstr "Σάβ."
+#: lib/object.php:401
+msgid "fifth"
+msgstr "πέμπτο"
-#: templates/calendar.php:34
+#: lib/object.php:402
+msgid "last"
+msgstr "τελευταίο"
+
+#: lib/object.php:424 templates/lAfix.php:16
msgid "January"
msgstr "Ιανουάριος"
-#: templates/calendar.php:34
+#: lib/object.php:425 templates/lAfix.php:17
msgid "February"
msgstr "Φεβρουάριος"
-#: templates/calendar.php:34
+#: lib/object.php:426 templates/lAfix.php:18
msgid "March"
msgstr "Μάρτιος"
-#: templates/calendar.php:34
+#: lib/object.php:427 templates/lAfix.php:19
msgid "April"
msgstr "Απρίλιος"
-#: templates/calendar.php:34
+#: lib/object.php:428 templates/lAfix.php:20
msgid "May"
-msgstr "Μάιος"
+msgstr "Μάϊος"
-#: templates/calendar.php:34
+#: lib/object.php:429 templates/lAfix.php:21
msgid "June"
msgstr "Ιούνιος"
-#: templates/calendar.php:34
+#: lib/object.php:430 templates/lAfix.php:22
msgid "July"
msgstr "Ιούλιος"
-#: templates/calendar.php:34
+#: lib/object.php:431 templates/lAfix.php:23
msgid "August"
msgstr "Αύγουστος"
-#: templates/calendar.php:34
+#: lib/object.php:432 templates/lAfix.php:24
msgid "September"
msgstr "Σεπτέμβριος"
-#: templates/calendar.php:34
+#: lib/object.php:433 templates/lAfix.php:25
msgid "October"
msgstr "Οκτώβριος"
-#: templates/calendar.php:34
+#: lib/object.php:434 templates/lAfix.php:26
msgid "November"
msgstr "Νοέμβριος"
-#: templates/calendar.php:34
+#: lib/object.php:435 templates/lAfix.php:27
msgid "December"
msgstr "Δεκέμβριος"
-#: templates/calendar.php:35
-msgid "Jan."
-msgstr "Ιαν."
+#: lib/object.php:441
+msgid "by events date"
+msgstr "κατά ημερομηνία συμβάντων"
-#: templates/calendar.php:35
-msgid "Feb."
-msgstr "Φεβ."
+#: lib/object.php:442
+msgid "by yearday(s)"
+msgstr "κατά ημέρα(ες) του έτους"
-#: templates/calendar.php:35
-msgid "Mar."
-msgstr "Μαρ."
+#: lib/object.php:443
+msgid "by weeknumber(s)"
+msgstr "κατά εβδομάδα(ες)"
-#: templates/calendar.php:35
-msgid "Apr."
-msgstr "Απρ."
+#: lib/object.php:444
+msgid "by day and month"
+msgstr "κατά ημέρα και μήνα"
-#: templates/calendar.php:35
-msgid "May."
-msgstr ""
+#: lib/object.php:467
+msgid "Not an array"
+msgstr "Δεν είναι μια σειρά"
-#: templates/calendar.php:35
-msgid "Jun."
-msgstr "Ιούν."
+#: lib/search.php:32 lib/search.php:34 lib/search.php:37
+msgid "Date"
+msgstr "Ημερομηνία"
-#: templates/calendar.php:35
-msgid "Jul."
-msgstr "Ιούλ."
+#: lib/search.php:40
+msgid "Cal."
+msgstr "Ημερ."
-#: templates/calendar.php:35
-msgid "Aug."
-msgstr "Αύγ."
+#: templates/calendar.php:10
+msgid "All day"
+msgstr "Ολοήμερο"
-#: templates/calendar.php:35
-msgid "Sep."
-msgstr "Σεπ."
+#: templates/calendar.php:11
+msgid "Missing fields"
+msgstr "Πεδία που λείπουν"
-#: templates/calendar.php:35
-msgid "Oct."
-msgstr "Οκτ."
+#: templates/calendar.php:12 templates/part.eventform.php:3
+msgid "Title"
+msgstr "Τίτλος"
-#: templates/calendar.php:35
-msgid "Nov."
-msgstr "Νοέ."
+#: templates/calendar.php:14
+msgid "From Date"
+msgstr "Από Ημερομηνία"
-#: templates/calendar.php:35
-msgid "Dec."
-msgstr "Δεκ."
+#: templates/calendar.php:15
+msgid "From Time"
+msgstr "Από Ώρα"
-#: templates/calendar.php:36 templates/calendar.php:50
-#: templates/calendar.php:116
+#: templates/calendar.php:16
+msgid "To Date"
+msgstr "Έως Ημερομηνία"
+
+#: templates/calendar.php:17
+msgid "To Time"
+msgstr "Έως Ώρα"
+
+#: templates/calendar.php:18
+msgid "The event ends before it starts"
+msgstr "Το γεγονός ολοκληρώνεται πριν από την έναρξή του"
+
+#: templates/calendar.php:19
+msgid "There was a database fail"
+msgstr "Υπήρξε σφάλμα στη βάση δεδομένων"
+
+#: templates/calendar.php:52
msgid "Week"
msgstr "Εβδομάδα"
-#: templates/calendar.php:37 templates/calendar.php:51
-msgid "Weeks"
-msgstr "Εβδομάδες"
-
-#: templates/calendar.php:38
-msgid "More before {startdate}"
-msgstr ""
-
-#: templates/calendar.php:39
-msgid "More after {enddate}"
-msgstr ""
-
-#: templates/calendar.php:49
-msgid "Day"
-msgstr "Ημέρα"
-
-#: templates/calendar.php:52
+#: templates/calendar.php:53
msgid "Month"
msgstr "Μήνας"
-#: templates/calendar.php:53
+#: templates/calendar.php:54
msgid "List"
msgstr "Λίστα"
-#: templates/calendar.php:58
+#: templates/calendar.php:59
msgid "Today"
msgstr "Σήμερα"
-#: templates/calendar.php:59
+#: templates/calendar.php:60
msgid "Calendars"
msgstr "Ημερολόγια"
-#: templates/calendar.php:76 templates/calendar.php:94
-msgid "Time"
-msgstr "Ώρα"
-
-#: templates/calendar.php:169
+#: templates/calendar.php:78
msgid "There was a fail, while parsing the file."
-msgstr "Υπήρχε μια αποτυχία, κατά την ανάλυση του αρχείου."
+msgstr "Υπήρξε μια αποτυχία, κατά την αξιολόγηση του αρχείου."
+
+#: templates/lAfix.php:9
+msgid "Sun."
+msgstr "Κυρ."
+
+#: templates/lAfix.php:10
+msgid "Mon."
+msgstr "Δευτ."
+
+#: templates/lAfix.php:11
+msgid "Tue."
+msgstr "Τρι."
+
+#: templates/lAfix.php:12
+msgid "Wed."
+msgstr "Τετ."
+
+#: templates/lAfix.php:13
+msgid "Thu."
+msgstr "Πέμ."
+
+#: templates/lAfix.php:14
+msgid "Fri."
+msgstr "Παρ."
+
+#: templates/lAfix.php:15
+msgid "Sat."
+msgstr "Σαβ."
+
+#: templates/lAfix.php:28
+msgid "Jan."
+msgstr "Ιαν."
+
+#: templates/lAfix.php:29
+msgid "Feb."
+msgstr "Φεβ."
+
+#: templates/lAfix.php:30
+msgid "Mar."
+msgstr "Μαρ."
+
+#: templates/lAfix.php:31
+msgid "Apr."
+msgstr "Απρ."
+
+#: templates/lAfix.php:32
+msgid "May."
+msgstr "Μάϊ."
+
+#: templates/lAfix.php:33
+msgid "Jun."
+msgstr "Ιον."
+
+#: templates/lAfix.php:34
+msgid "Jul."
+msgstr "Ιολ."
+
+#: templates/lAfix.php:35
+msgid "Aug."
+msgstr "Αύγ."
+
+#: templates/lAfix.php:36
+msgid "Sep."
+msgstr "Σεπ."
+
+#: templates/lAfix.php:37
+msgid "Oct."
+msgstr "Οκτ."
+
+#: templates/lAfix.php:38
+msgid "Nov."
+msgstr "Νοε."
+
+#: templates/lAfix.php:39
+msgid "Dec."
+msgstr "Δεκ."
#: templates/part.choosecalendar.php:1
msgid "Choose active calendars"
@@ -344,21 +427,20 @@ msgstr "Νέα Ημερολόγιο"
#: templates/part.choosecalendar.php:20
#: templates/part.choosecalendar.rowfields.php:4
msgid "CalDav Link"
-msgstr ""
+msgstr "Σύνδεση CalDAV"
#: templates/part.choosecalendar.rowfields.php:4
msgid "Download"
msgstr "Λήψη"
#: templates/part.choosecalendar.rowfields.php:4
-#: templates/part.eventinfo.php:64
msgid "Edit"
msgstr "Επεξεργασία"
#: templates/part.choosecalendar.rowfields.php:4
-#: templates/part.editevent.php:8
+#: templates/part.editevent.php:9
msgid "Delete"
-msgstr ""
+msgstr "Διαγραφή"
#: templates/part.editcalendar.php:9
msgid "New calendar"
@@ -376,90 +458,181 @@ msgstr "Προβολή ονόματος"
msgid "Active"
msgstr "Ενεργό"
-#: templates/part.editcalendar.php:29 templates/part.eventform.php:88
-#: templates/part.eventinfo.php:58
-msgid "Description"
-msgstr "Περιγραφή"
-
-#: templates/part.editcalendar.php:35
+#: templates/part.editcalendar.php:29
msgid "Calendar color"
msgstr "Χρώμα ημερολογίου"
-#: templates/part.editcalendar.php:41
+#: templates/part.editcalendar.php:42
msgid "Save"
-msgstr ""
+msgstr "Αποθήκευση"
-#: templates/part.editcalendar.php:41 templates/part.editevent.php:7
+#: templates/part.editcalendar.php:42 templates/part.editevent.php:8
#: templates/part.newevent.php:6
msgid "Submit"
msgstr "Υποβολή"
-#: templates/part.editcalendar.php:42
+#: templates/part.editcalendar.php:43
msgid "Cancel"
msgstr "Ακύρωση"
-#: templates/part.editevent.php:1 templates/part.eventinfo.php:1
+#: templates/part.editevent.php:1
msgid "Edit an event"
msgstr "Επεξεργασία ενός γεγονότος"
-#: templates/part.eventform.php:3 templates/part.eventinfo.php:4
-msgid "Title"
-msgstr "Τίτλος"
+#: templates/part.editevent.php:10
+msgid "Export"
+msgstr "Εξαγωγή"
#: templates/part.eventform.php:5
msgid "Title of the Event"
msgstr "Τίτλος συμβάντος"
-#: templates/part.eventform.php:9 templates/part.eventinfo.php:9
-msgid "Location"
-msgstr "Τοποθεσία"
-
#: templates/part.eventform.php:11
-msgid "Location of the Event"
-msgstr "Τοποθεσία συμβάντος"
-
-#: templates/part.eventform.php:17 templates/part.eventinfo.php:16
msgid "Category"
msgstr "Κατηγορία"
-#: templates/part.eventform.php:19
+#: templates/part.eventform.php:13
msgid "Select category"
msgstr "Επιλέξτε κατηγορία"
-#: templates/part.eventform.php:45 templates/part.eventinfo.php:28
+#: templates/part.eventform.php:37
msgid "All Day Event"
msgstr "Ολοήμερο συμβάν"
-#: templates/part.eventform.php:49 templates/part.eventinfo.php:31
+#: templates/part.eventform.php:41
msgid "From"
msgstr "Από"
-#: templates/part.eventform.php:57 templates/part.eventinfo.php:38
+#: templates/part.eventform.php:49
msgid "To"
msgstr "Έως"
-#: templates/part.eventform.php:65 templates/part.eventinfo.php:44
+#: templates/part.eventform.php:57
+msgid "Advanced options"
+msgstr "Επιλογές για προχωρημένους"
+
+#: templates/part.eventform.php:61
msgid "Repeat"
msgstr "Επαναλαμβανόμενο"
-#: templates/part.eventform.php:81 templates/part.eventinfo.php:51
-msgid "Attendees"
-msgstr "Παρευρισκόμενοι"
+#: templates/part.eventform.php:68
+msgid "Advanced"
+msgstr "Για προχωρημένους"
-#: templates/part.eventform.php:89
+#: templates/part.eventform.php:112
+msgid "Select weekdays"
+msgstr "Επιλογή ημερών εβδομάδας"
+
+#: templates/part.eventform.php:125 templates/part.eventform.php:138
+msgid "Select days"
+msgstr "Επιλογή ημερών"
+
+#: templates/part.eventform.php:130
+msgid "and the events day of year."
+msgstr "και των ημερών του χρόνου που υπάρχουν συμβάντα."
+
+#: templates/part.eventform.php:143
+msgid "and the events day of month."
+msgstr "και των ημερών του μήνα που υπάρχουν συμβάντα."
+
+#: templates/part.eventform.php:151
+msgid "Select months"
+msgstr "Επιλογή μηνών"
+
+#: templates/part.eventform.php:164
+msgid "Select weeks"
+msgstr "Επιλογή εβδομάδων"
+
+#: templates/part.eventform.php:169
+msgid "and the events week of year."
+msgstr "και των εβδομάδων του χρόνου που υπάρουν συμβάντα."
+
+#: templates/part.eventform.php:175
+msgid "Interval"
+msgstr "Διάστημα"
+
+#: templates/part.eventform.php:181
+msgid "End"
+msgstr "Τέλος"
+
+#: templates/part.eventform.php:193
+msgid "occurrences"
+msgstr "περιστατικά"
+
+#: templates/part.eventform.php:208
+msgid "Location"
+msgstr "Τοποθεσία"
+
+#: templates/part.eventform.php:210
+msgid "Location of the Event"
+msgstr "Τοποθεσία συμβάντος"
+
+#: templates/part.eventform.php:216
+msgid "Description"
+msgstr "Περιγραφή"
+
+#: templates/part.eventform.php:218
msgid "Description of the Event"
msgstr "Περιγραφή του συμβάντος"
-#: templates/part.eventinfo.php:63
-msgid "Close"
-msgstr "Κλείσιμο"
+#: templates/part.import.php:1
+msgid "Import a calendar file"
+msgstr ""
+
+#: templates/part.import.php:6
+msgid "Please choose the calendar"
+msgstr "Παρακαλώ επιλέξτε το ημερολόγιο"
+
+#: templates/part.import.php:10
+msgid "create a new calendar"
+msgstr ""
+
+#: templates/part.import.php:15
+msgid "Name of new calendar"
+msgstr ""
+
+#: templates/part.import.php:17
+msgid "Import"
+msgstr "Εισαγωγή"
+
+#: templates/part.import.php:20
+msgid "Importing calendar"
+msgstr ""
+
+#: templates/part.import.php:23
+msgid "Calendar imported successfully"
+msgstr ""
+
+#: templates/part.import.php:24
+msgid "Close Dialog"
+msgstr ""
#: templates/part.newevent.php:1
msgid "Create a new event"
msgstr "Δημιουργήστε ένα νέο συμβάν"
-#: templates/settings.php:11
+#: templates/settings.php:13
msgid "Timezone"
msgstr "Ζώνη ώρας"
+#: templates/settings.php:30
+msgid "Check always for changes of the timezone"
+msgstr "Έλεγοχς πάντα για τις αλλαγές της ζώνης ώρας"
+
+#: templates/settings.php:32
+msgid "Timeformat"
+msgstr "Μορφή ώρας"
+
+#: templates/settings.php:34
+msgid "24h"
+msgstr "24ω"
+
+#: templates/settings.php:35
+msgid "12h"
+msgstr "12ω"
+
+#: templates/settings.php:41
+msgid "Calendar CalDAV syncing address:"
+msgstr "Διεύθυνση για το συγχρονισμού του ημερολογίου CalDAV:"
+
diff --git a/l10n/el/contacts.po b/l10n/el/contacts.po
index ab36ccdfd3e..1eaa6a34b85 100644
--- a/l10n/el/contacts.po
+++ b/l10n/el/contacts.po
@@ -4,13 +4,13 @@
#
# Translators:
# , 2011.
-# Petros Kyladitis , 2011.
+# Petros Kyladitis , 2011, 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-11 00:18+0100\n"
-"PO-Revision-Date: 2012-01-10 23:43+0000\n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:45+0000\n"
"Last-Translator: icewind \n"
"Language-Team: Greek (http://www.transifex.net/projects/p/owncloud/team/el/)\n"
"MIME-Version: 1.0\n"
@@ -19,6 +19,50 @@ msgstr ""
"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+#: ajax/activation.php:17 ajax/updateaddressbook.php:26
+msgid "Error (de)activating addressbook."
+msgstr ""
+
+#: ajax/addcard.php:79
+msgid "There was an error adding the contact."
+msgstr ""
+
+#: ajax/addproperty.php:39
+msgid "Cannot add empty property."
+msgstr ""
+
+#: ajax/addproperty.php:51
+msgid "At least one of the address fields has to be filled out."
+msgstr ""
+
+#: ajax/addproperty.php:77
+msgid "Error adding contact property."
+msgstr ""
+
+#: ajax/createaddressbook.php:20
+msgid "Error adding addressbook."
+msgstr ""
+
+#: ajax/createaddressbook.php:26
+msgid "Error activating addressbook."
+msgstr ""
+
+#: ajax/deleteproperty.php:40
+msgid "Error deleting contact property."
+msgstr ""
+
+#: ajax/setproperty.php:79
+msgid "Error updating contact property."
+msgstr ""
+
+#: ajax/updateaddressbook.php:20
+msgid "Error updating addressbook."
+msgstr ""
+
+#: appinfo/app.php:21 templates/settings.php:3
+msgid "Contacts"
+msgstr ""
+
#: lib/app.php:42
msgid "This is not your addressbook."
msgstr "Αυτό δεν είναι βιβλίο διευθύνσεων σας."
@@ -27,31 +71,27 @@ msgstr "Αυτό δεν είναι βιβλίο διευθύνσεων σας."
msgid "Contact could not be found."
msgstr "Η επαφή δεν μπρόρεσε να βρεθεί."
-#: lib/app.php:65
-msgid "vCard could not be read."
-msgstr "Η vCard δεν μπορεί να διαβαστεί."
-
#: lib/app.php:79
msgid "Information about vCard is incorrect. Please reload the page."
msgstr ""
"Οι πληροφορίες σχετικά με vCard είναι εσφαλμένες. Παρακαλώ επαναφορτώστε τη "
"σελίδα."
-#: lib/app.php:91 templates/part.addcardform.php:56
+#: lib/app.php:91 templates/part.addcardform.php:54
#: templates/part.property.php:45 templates/part.setpropertyform.php:7
msgid "Address"
msgstr "Διεύθυνση"
-#: lib/app.php:92 templates/part.addcardform.php:37
+#: lib/app.php:92 templates/part.addcardform.php:43
msgid "Telephone"
msgstr "Τηλέφωνο"
-#: lib/app.php:93 templates/part.addcardform.php:31
+#: lib/app.php:93 templates/part.addcardform.php:37
#: templates/part.property.php:16 templates/part.setpropertyform.php:51
msgid "Email"
msgstr "Email"
-#: lib/app.php:94 templates/part.addcardform.php:23
+#: lib/app.php:94 templates/part.addcardform.php:27
#: templates/part.property.php:9 templates/part.setpropertyform.php:54
msgid "Organization"
msgstr "Οργανισμός"
@@ -88,6 +128,10 @@ msgstr "Βίντεο"
msgid "Pager"
msgstr "Βομβητής"
+#: lib/search.php:22
+msgid "Contact"
+msgstr ""
+
#: photo.php:40
msgid "This is not your contact."
msgstr "Αυτή δεν είναι επαφή σας."
@@ -100,88 +144,83 @@ msgstr "Αυτή η κάρτα δεν είναι RFC συμβατή."
msgid "This card does not contain a photo."
msgstr "Αυτή η κάρτα δεν περιέχει φωτογραφία."
-#: templates/index.php:13
+#: templates/index.php:6
msgid "Add Contact"
msgstr "Προσθήκη επαφής"
-#: templates/index.php:14
-msgid "Address Books"
+#: templates/index.php:7
+msgid "Addressbooks"
msgstr ""
#: templates/part.addcardform.php:8
-msgid "Group"
-msgstr "Ομάδα"
+msgid "Addressbook"
+msgstr ""
-#: templates/part.addcardform.php:19
+#: templates/part.addcardform.php:21
msgid "Name"
msgstr "Όνομα"
-#: templates/part.addcardform.php:41
-msgid "Number"
-msgstr ""
-
-#: templates/part.addcardform.php:45 templates/part.addcardform.php:59
-#: templates/part.details.php:42 templates/part.details.php:78
-#: templates/part.setpropertyform.php:10 templates/part.setpropertyform.php:47
+#: templates/part.addcardform.php:57 templates/part.details.php:43
+#: templates/part.details.php:79 templates/part.setpropertyform.php:10
+#: templates/part.setpropertyform.php:47
msgid "Type"
-msgstr ""
+msgstr "Τύπος"
-#: templates/part.addcardform.php:65 templates/part.details.php:48
+#: templates/part.addcardform.php:65 templates/part.details.php:49
#: templates/part.setpropertyform.php:16
msgid "PO Box"
msgstr "Ταχ. Θυρίδα"
-#: templates/part.addcardform.php:69 templates/part.details.php:52
+#: templates/part.addcardform.php:72 templates/part.details.php:53
#: templates/part.setpropertyform.php:20
msgid "Extended"
msgstr "Εκτεταμένη"
-#: templates/part.addcardform.php:73 templates/part.details.php:56
+#: templates/part.addcardform.php:78 templates/part.details.php:57
#: templates/part.setpropertyform.php:24
msgid "Street"
msgstr "Οδός"
-#: templates/part.addcardform.php:77 templates/part.details.php:60
+#: templates/part.addcardform.php:84 templates/part.details.php:61
#: templates/part.setpropertyform.php:28
msgid "City"
msgstr "Πόλη"
-#: templates/part.addcardform.php:81 templates/part.details.php:64
+#: templates/part.addcardform.php:90 templates/part.details.php:65
#: templates/part.setpropertyform.php:32
msgid "Region"
msgstr "Περιοχή"
-#: templates/part.addcardform.php:85 templates/part.details.php:68
+#: templates/part.addcardform.php:96 templates/part.details.php:69
#: templates/part.setpropertyform.php:36
msgid "Zipcode"
msgstr "Τ.Κ."
-#: templates/part.addcardform.php:89 templates/part.details.php:72
+#: templates/part.addcardform.php:102 templates/part.details.php:73
#: templates/part.setpropertyform.php:40
msgid "Country"
msgstr "Χώρα"
-#: templates/part.addcardform.php:97
+#: templates/part.addcardform.php:109
msgid "Create Contact"
msgstr "Δημιουργία επαφής"
#: templates/part.chooseaddressbook.php:1
msgid "Choose active Address Books"
-msgstr ""
+msgstr "Επιλέξτε τα ενεργά βιβλία διευθύνσεων"
#: templates/part.chooseaddressbook.php:16
-#: templates/part.editaddressbook.php:9
msgid "New Address Book"
-msgstr ""
+msgstr "Νέο βιβλίο διευθύνσεων"
#: templates/part.chooseaddressbook.php:21
#: templates/part.chooseaddressbook.rowfields.php:5
msgid "CardDav Link"
-msgstr ""
+msgstr "Σύνδεσμος CardDav"
#: templates/part.chooseaddressbook.rowfields.php:5
msgid "Download"
-msgstr ""
+msgstr "Μεταφόρτωση"
#: templates/part.chooseaddressbook.rowfields.php:5
msgid "Edit"
@@ -192,36 +231,44 @@ msgid "Delete"
msgstr "Διαγραφή"
#: templates/part.details.php:3
-msgid "Delete contact"
+msgid "Download contact"
msgstr ""
-#: templates/part.details.php:33
+#: templates/part.details.php:4
+msgid "Delete contact"
+msgstr "Διαγραφή επαφής"
+
+#: templates/part.details.php:34
msgid "Add"
+msgstr "Προσθήκη"
+
+#: templates/part.editaddressbook.php:9
+msgid "New Addressbook"
msgstr ""
#: templates/part.editaddressbook.php:9
-msgid "Edit Address Book"
+msgid "Edit Addressbook"
msgstr ""
#: templates/part.editaddressbook.php:12
msgid "Displayname"
-msgstr ""
+msgstr "Προβαλόμενο όνομα"
#: templates/part.editaddressbook.php:23
msgid "Active"
-msgstr ""
+msgstr "Ενεργό"
#: templates/part.editaddressbook.php:29
msgid "Save"
-msgstr ""
+msgstr "Αποθήκευση"
#: templates/part.editaddressbook.php:29
msgid "Submit"
-msgstr ""
+msgstr "Καταχώρηση"
#: templates/part.editaddressbook.php:30
msgid "Cancel"
-msgstr ""
+msgstr "Ακύρωση"
#: templates/part.property.php:3
msgid "Birthday"
@@ -229,7 +276,7 @@ msgstr "Γενέθλια"
#: templates/part.property.php:23
msgid "Preferred"
-msgstr ""
+msgstr "Προτιμώμενο"
#: templates/part.property.php:23 templates/part.setpropertyform.php:45
msgid "Phone"
@@ -237,6 +284,10 @@ msgstr "Τηλέφωνο"
#: templates/part.setpropertyform.php:57
msgid "Update"
+msgstr "Ενημέρωση"
+
+#: templates/settings.php:4
+msgid "CardDAV syncing address:"
msgstr ""
diff --git a/l10n/el/core.po b/l10n/el/core.po
index bf36969732a..1b3f42e1e0b 100644
--- a/l10n/el/core.po
+++ b/l10n/el/core.po
@@ -4,14 +4,14 @@
#
# Translators:
# , 2011.
-# Petros Kyladitis , 2011.
+# Petros Kyladitis , 2011, 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-11 00:19+0100\n"
-"PO-Revision-Date: 2012-01-10 23:43+0000\n"
-"Last-Translator: icewind \n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-11 17:25+0000\n"
+"Last-Translator: Petros Kyladitis \n"
"Language-Team: Greek (http://www.transifex.net/projects/p/owncloud/team/el/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -21,11 +21,12 @@ msgstr ""
#: lostpassword/index.php:24
msgid "Owncloud password reset"
-msgstr ""
+msgstr "Επανέκδοση κωδικού για το Qwncloud"
#: lostpassword/templates/email.php:1
msgid "Use the following link to reset your password: {link}"
msgstr ""
+"Χρησιμοποιήστε τον ακόλουθο σύνδεσμο για να επανεκδόσετε τον κωδικό: {link}"
#: lostpassword/templates/lostpassword.php:3
msgid "You will receive a link to reset your password via Email."
@@ -56,7 +57,7 @@ msgstr "Ο κωδικός πρόσβασής σας επαναφέρθηκε"
#: lostpassword/templates/resetpassword.php:5
msgid "To login page"
-msgstr ""
+msgstr "Σελίδα εισόδου"
#: lostpassword/templates/resetpassword.php:8
msgid "New password"
@@ -137,7 +138,7 @@ msgstr "Ολοκλήρωση εγκατάστασης"
#: templates/layout.guest.php:35
msgid "web services under your control"
-msgstr ""
+msgstr "Υπηρεσίες web υπό τον έλεγχό σας"
#: templates/layout.user.php:34
msgid "Log out"
@@ -157,7 +158,7 @@ msgstr "να με θυμάσαι"
#: templates/login.php:16
msgid "Log in"
-msgstr ""
+msgstr "Είσοδος"
#: templates/logout.php:1
msgid "You are logged out."
diff --git a/l10n/el/files.po b/l10n/el/files.po
index 5f2920a2114..aa0c2bd13a4 100644
--- a/l10n/el/files.po
+++ b/l10n/el/files.po
@@ -3,14 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
-# Petros Kyladitis , 2011.
+# Petros Kyladitis , 2011, 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-11 00:19+0100\n"
-"PO-Revision-Date: 2012-01-10 23:43+0000\n"
-"Last-Translator: icewind \n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-11 17:17+0000\n"
+"Last-Translator: Petros Kyladitis \n"
"Language-Team: Greek (http://www.transifex.net/projects/p/owncloud/team/el/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -58,19 +58,19 @@ msgstr "Μέγιστο μέγεθος μεταφόρτωσης"
#: templates/index.php:7
msgid "New"
-msgstr ""
+msgstr "Νέο"
#: templates/index.php:10
msgid "Text file"
-msgstr ""
+msgstr "Αρχείο κειμένου"
#: templates/index.php:11
msgid "Folder"
-msgstr ""
+msgstr "Φάκελος"
#: templates/index.php:12
msgid "From the web"
-msgstr ""
+msgstr "Από τον ιστό"
#: templates/index.php:22
msgid "Upload"
diff --git a/l10n/el/gallery.po b/l10n/el/gallery.po
new file mode 100644
index 00000000000..f2a75835b34
--- /dev/null
+++ b/l10n/el/gallery.po
@@ -0,0 +1,32 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: ownCloud\n"
+"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:48+0000\n"
+"Last-Translator: icewind \n"
+"Language-Team: Greek (http://www.transifex.net/projects/p/owncloud/team/el/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+
+#: appinfo/app.php:41
+msgid "Gallery"
+msgstr ""
+
+#: templates/index.php:10
+msgid "Rescan"
+msgstr ""
+
+#: templates/view_album.php:19
+msgid "Back"
+msgstr ""
+
+
diff --git a/l10n/el/settings.po b/l10n/el/settings.po
index ea32c35f4fd..3ca09077e0b 100644
--- a/l10n/el/settings.po
+++ b/l10n/el/settings.po
@@ -4,14 +4,14 @@
#
# Translators:
# , 2011.
-# Petros Kyladitis , 2011.
+# Petros Kyladitis , 2011, 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-11 00:19+0100\n"
-"PO-Revision-Date: 2012-01-10 23:43+0000\n"
-"Last-Translator: icewind \n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-11 17:35+0000\n"
+"Last-Translator: Petros Kyladitis \n"
"Language-Team: Greek (http://www.transifex.net/projects/p/owncloud/team/el/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -21,7 +21,7 @@ msgstr ""
#: ajax/lostpassword.php:14
msgid "email Changed"
-msgstr ""
+msgstr "το email άλλαξε"
#: ajax/lostpassword.php:16 ajax/openid.php:17 ajax/setlanguage.php:16
msgid "Invalid request"
@@ -37,7 +37,7 @@ msgstr "Η γλώσσα άλλαξε"
#: templates/admin.php:13
msgid "Log level"
-msgstr ""
+msgstr "Επίπεδο καταγραφής"
#: templates/apps.php:8
msgid "Add your application"
@@ -105,15 +105,17 @@ msgstr "Αλλαγή κωδικού πρόσβασης"
#: templates/personal.php:24
msgid "Email"
-msgstr ""
+msgstr "Email"
#: templates/personal.php:25
msgid "Your email address"
-msgstr ""
+msgstr "Το διεύθυνση ηλεκτρονικού ταχυδρομείου σας"
#: templates/personal.php:26
msgid "Fill in an email address to enable password recovery"
msgstr ""
+"Συμπληρώστε μια διεύθυνση ηλεκτρονικού ταχυδρομείου για να ενεργοποιηθεί ή "
+"ανάκτηση κωδικού πρόσβασης"
#: templates/personal.php:32 templates/personal.php:33
msgid "Language"
@@ -121,7 +123,7 @@ msgstr "Γλώσσα"
#: templates/personal.php:38
msgid "Help translate"
-msgstr ""
+msgstr "Βοηθήστε στην μετάφραση"
#: templates/personal.php:45
msgid "use this address to connect to your ownCloud in your file manager"
@@ -147,7 +149,7 @@ msgstr "Δημιουργία"
#: templates/users.php:33
msgid "Quota"
-msgstr ""
+msgstr "Αναλογία χώρου"
#: templates/users.php:58
msgid "Delete"
diff --git a/l10n/eo/calendar.po b/l10n/eo/calendar.po
index a3701a03348..94b0b0af305 100644
--- a/l10n/eo/calendar.po
+++ b/l10n/eo/calendar.po
@@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-07 18:29+0100\n"
-"PO-Revision-Date: 2012-01-08 08:41+0000\n"
-"Last-Translator: mctpyt \n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:45+0000\n"
+"Last-Translator: icewind \n"
"Language-Team: Esperanto (http://www.transifex.net/projects/p/owncloud/team/eo/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -315,27 +315,27 @@ msgstr "La okazaĵo finas antaŭ komenci"
msgid "There was a database fail"
msgstr "Datumbaza malsukceso okazis"
-#: templates/calendar.php:38
+#: templates/calendar.php:52
msgid "Week"
msgstr "Semajno"
-#: templates/calendar.php:39
+#: templates/calendar.php:53
msgid "Month"
msgstr "Monato"
-#: templates/calendar.php:40
+#: templates/calendar.php:54
msgid "List"
msgstr "Listo"
-#: templates/calendar.php:45
+#: templates/calendar.php:59
msgid "Today"
msgstr "Hodiaŭ"
-#: templates/calendar.php:46
+#: templates/calendar.php:60
msgid "Calendars"
msgstr "Kalendaroj"
-#: templates/calendar.php:64
+#: templates/calendar.php:78
msgid "There was a fail, while parsing the file."
msgstr "Malsukceso okazis dum analizo de la dosiero."
@@ -449,7 +449,7 @@ msgstr "Nova kalendaro"
msgid "Edit calendar"
msgstr "Redakti la kalendaron"
-#: templates/part.editcalendar.php:12 templates/part.import.php:29
+#: templates/part.editcalendar.php:12
msgid "Displayname"
msgstr "Montrota nomo"
@@ -575,36 +575,36 @@ msgid "Description of the Event"
msgstr "Okazaĵopriskribo"
#: templates/part.import.php:1
-msgid "Import Ical File"
-msgstr "Enporti Ical-dosieron"
-
-#: templates/part.import.php:4
-msgid "How to import the new calendar?"
-msgstr "Kiel enporti la novan kalendaron?"
+msgid "Import a calendar file"
+msgstr ""
#: templates/part.import.php:6
-msgid "Import into an existing calendar"
-msgstr "Enporti en estantan kalendaron"
-
-#: templates/part.import.php:7
-msgid "Import into a new calendar"
-msgstr "Enporti en novan kalendaron"
-
-#: templates/part.import.php:10
msgid "Please choose the calendar"
msgstr "Bonvolu elekti kalendaron"
-#: templates/part.import.php:20 templates/part.import.php:37
+#: templates/part.import.php:10
+msgid "create a new calendar"
+msgstr ""
+
+#: templates/part.import.php:15
+msgid "Name of new calendar"
+msgstr ""
+
+#: templates/part.import.php:17
msgid "Import"
msgstr "Enporti"
-#: templates/part.import.php:22 templates/part.import.php:39
-msgid "Back"
-msgstr "Antaŭeniri"
+#: templates/part.import.php:20
+msgid "Importing calendar"
+msgstr ""
-#: templates/part.import.php:25
-msgid "Please fill out the form"
-msgstr "Bonvolu plenigi la formularon"
+#: templates/part.import.php:23
+msgid "Calendar imported successfully"
+msgstr ""
+
+#: templates/part.import.php:24
+msgid "Close Dialog"
+msgstr ""
#: templates/part.newevent.php:1
msgid "Create a new event"
diff --git a/l10n/eo/contacts.po b/l10n/eo/contacts.po
index 7ab063d4d8f..1a7cb0f8329 100644
--- a/l10n/eo/contacts.po
+++ b/l10n/eo/contacts.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-11 00:18+0100\n"
-"PO-Revision-Date: 2012-01-10 23:43+0000\n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:45+0000\n"
"Last-Translator: icewind \n"
"Language-Team: Esperanto (http://www.transifex.net/projects/p/owncloud/team/eo/)\n"
"MIME-Version: 1.0\n"
@@ -18,6 +18,50 @@ msgstr ""
"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+#: ajax/activation.php:17 ajax/updateaddressbook.php:26
+msgid "Error (de)activating addressbook."
+msgstr ""
+
+#: ajax/addcard.php:79
+msgid "There was an error adding the contact."
+msgstr ""
+
+#: ajax/addproperty.php:39
+msgid "Cannot add empty property."
+msgstr ""
+
+#: ajax/addproperty.php:51
+msgid "At least one of the address fields has to be filled out."
+msgstr ""
+
+#: ajax/addproperty.php:77
+msgid "Error adding contact property."
+msgstr ""
+
+#: ajax/createaddressbook.php:20
+msgid "Error adding addressbook."
+msgstr ""
+
+#: ajax/createaddressbook.php:26
+msgid "Error activating addressbook."
+msgstr ""
+
+#: ajax/deleteproperty.php:40
+msgid "Error deleting contact property."
+msgstr ""
+
+#: ajax/setproperty.php:79
+msgid "Error updating contact property."
+msgstr ""
+
+#: ajax/updateaddressbook.php:20
+msgid "Error updating addressbook."
+msgstr ""
+
+#: appinfo/app.php:21 templates/settings.php:3
+msgid "Contacts"
+msgstr ""
+
#: lib/app.php:42
msgid "This is not your addressbook."
msgstr "Ĉi tiu ne estas via adresaro."
@@ -26,29 +70,25 @@ msgstr "Ĉi tiu ne estas via adresaro."
msgid "Contact could not be found."
msgstr "Ne eblis trovi la kontakton."
-#: lib/app.php:65
-msgid "vCard could not be read."
-msgstr "Ne eblis legi vCard-on."
-
#: lib/app.php:79
msgid "Information about vCard is incorrect. Please reload the page."
msgstr "Informo pri vCard estas malĝusta. Bonvolu reŝargi la paĝon."
-#: lib/app.php:91 templates/part.addcardform.php:56
+#: lib/app.php:91 templates/part.addcardform.php:54
#: templates/part.property.php:45 templates/part.setpropertyform.php:7
msgid "Address"
msgstr "Adreso"
-#: lib/app.php:92 templates/part.addcardform.php:37
+#: lib/app.php:92 templates/part.addcardform.php:43
msgid "Telephone"
msgstr "Telefono"
-#: lib/app.php:93 templates/part.addcardform.php:31
+#: lib/app.php:93 templates/part.addcardform.php:37
#: templates/part.property.php:16 templates/part.setpropertyform.php:51
msgid "Email"
msgstr "Retpoŝtadreso"
-#: lib/app.php:94 templates/part.addcardform.php:23
+#: lib/app.php:94 templates/part.addcardform.php:27
#: templates/part.property.php:9 templates/part.setpropertyform.php:54
msgid "Organization"
msgstr "Organizaĵo"
@@ -85,6 +125,10 @@ msgstr "Videaĵo"
msgid "Pager"
msgstr "Televokilo"
+#: lib/search.php:22
+msgid "Contact"
+msgstr ""
+
#: photo.php:40
msgid "This is not your contact."
msgstr "Tiu ĉi ne estas via kontakto."
@@ -97,68 +141,64 @@ msgstr "Ĉi tiu karto ne kongruas kun RFC."
msgid "This card does not contain a photo."
msgstr "Ĉi tiu karto ne havas foton."
-#: templates/index.php:13
+#: templates/index.php:6
msgid "Add Contact"
msgstr "Aldoni kontakton"
-#: templates/index.php:14
-msgid "Address Books"
+#: templates/index.php:7
+msgid "Addressbooks"
msgstr ""
#: templates/part.addcardform.php:8
-msgid "Group"
-msgstr "Grupo"
+msgid "Addressbook"
+msgstr ""
-#: templates/part.addcardform.php:19
+#: templates/part.addcardform.php:21
msgid "Name"
msgstr "Nomo"
-#: templates/part.addcardform.php:41
-msgid "Number"
-msgstr ""
-
-#: templates/part.addcardform.php:45 templates/part.addcardform.php:59
-#: templates/part.details.php:42 templates/part.details.php:78
-#: templates/part.setpropertyform.php:10 templates/part.setpropertyform.php:47
+#: templates/part.addcardform.php:57 templates/part.details.php:43
+#: templates/part.details.php:79 templates/part.setpropertyform.php:10
+#: templates/part.setpropertyform.php:47
msgid "Type"
msgstr ""
-#: templates/part.addcardform.php:65 templates/part.details.php:48
+#: templates/part.addcardform.php:65 templates/part.details.php:49
#: templates/part.setpropertyform.php:16
msgid "PO Box"
msgstr "Abonkesto"
-#: templates/part.addcardform.php:69 templates/part.details.php:52
+#: templates/part.addcardform.php:72 templates/part.details.php:53
#: templates/part.setpropertyform.php:20
msgid "Extended"
msgstr "Etendita"
-#: templates/part.addcardform.php:73 templates/part.details.php:56
+#: templates/part.addcardform.php:78 templates/part.details.php:57
#: templates/part.setpropertyform.php:24
msgid "Street"
msgstr "Strato"
-#: templates/part.addcardform.php:77 templates/part.details.php:60
+#: templates/part.addcardform.php:84 templates/part.details.php:61
#: templates/part.setpropertyform.php:28
msgid "City"
msgstr "Urbo"
-#: templates/part.addcardform.php:81 templates/part.details.php:64
+#: templates/part.addcardform.php:90 templates/part.details.php:65
#: templates/part.setpropertyform.php:32
msgid "Region"
msgstr "Regiono"
-#: templates/part.addcardform.php:85 templates/part.details.php:68
+#: templates/part.addcardform.php:96 templates/part.details.php:69
#: templates/part.setpropertyform.php:36
msgid "Zipcode"
msgstr "Poŝtokodo"
-#: templates/part.addcardform.php:89 templates/part.details.php:72
+#: templates/part.addcardform.php:102 templates/part.details.php:73
#: templates/part.setpropertyform.php:40
msgid "Country"
msgstr "Lando"
-#: templates/part.addcardform.php:97
+#: templates/part.addcardform.php:109
msgid "Create Contact"
msgstr "Krei kontakton"
@@ -167,7 +207,6 @@ msgid "Choose active Address Books"
msgstr ""
#: templates/part.chooseaddressbook.php:16
-#: templates/part.editaddressbook.php:9
msgid "New Address Book"
msgstr ""
@@ -189,15 +228,23 @@ msgid "Delete"
msgstr "Forigi"
#: templates/part.details.php:3
+msgid "Download contact"
+msgstr ""
+
+#: templates/part.details.php:4
msgid "Delete contact"
msgstr ""
-#: templates/part.details.php:33
+#: templates/part.details.php:34
msgid "Add"
msgstr ""
#: templates/part.editaddressbook.php:9
-msgid "Edit Address Book"
+msgid "New Addressbook"
+msgstr ""
+
+#: templates/part.editaddressbook.php:9
+msgid "Edit Addressbook"
msgstr ""
#: templates/part.editaddressbook.php:12
@@ -236,4 +283,8 @@ msgstr "Telefono"
msgid "Update"
msgstr ""
+#: templates/settings.php:4
+msgid "CardDAV syncing address:"
+msgstr ""
+
diff --git a/l10n/eo/gallery.po b/l10n/eo/gallery.po
new file mode 100644
index 00000000000..8c86c3094a1
--- /dev/null
+++ b/l10n/eo/gallery.po
@@ -0,0 +1,32 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: ownCloud\n"
+"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:48+0000\n"
+"Last-Translator: icewind \n"
+"Language-Team: Esperanto (http://www.transifex.net/projects/p/owncloud/team/eo/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+
+#: appinfo/app.php:41
+msgid "Gallery"
+msgstr ""
+
+#: templates/index.php:10
+msgid "Rescan"
+msgstr ""
+
+#: templates/view_album.php:19
+msgid "Back"
+msgstr ""
+
+
diff --git a/l10n/es/calendar.po b/l10n/es/calendar.po
index 6b98beb81a5..7e3a85379e6 100644
--- a/l10n/es/calendar.po
+++ b/l10n/es/calendar.po
@@ -3,15 +3,15 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
-# , 2011.
+# , 2011, 2012.
# , 2011.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2011-09-24 23:05+0200\n"
-"PO-Revision-Date: 2011-09-24 21:05+0000\n"
-"Last-Translator: JanCBorchardt \n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:45+0000\n"
+"Last-Translator: icewind \n"
"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/owncloud/team/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -19,321 +19,403 @@ msgstr ""
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
-#: ajax/createcalendar.php:18 ajax/settimezone.php:19
-#: ajax/updatecalendar.php:18
-msgid "Authentication error"
-msgstr "Error de autentificación"
+#: ajax/guesstimezone.php:42
+msgid "New Timezone:"
+msgstr "Nueva zona horaria:"
-#: ajax/editeventform.php:25
-msgid "Wrong calendar"
-msgstr "Calendario incorrecto"
-
-#: ajax/settimezone.php:27
+#: ajax/settimezone.php:22
msgid "Timezone changed"
msgstr "Zona horaria cambiada"
-#: ajax/settimezone.php:29
+#: ajax/settimezone.php:24
msgid "Invalid request"
msgstr "Petición no válida"
-#: appinfo/app.php:19 templates/part.eventform.php:27
-#: templates/part.eventinfo.php:18
+#: appinfo/app.php:20 templates/calendar.php:13
+#: templates/part.eventform.php:20
msgid "Calendar"
msgstr "Calendario"
-#: lib/object.php:292
+#: lib/app.php:19
+msgid "Wrong calendar"
+msgstr "Calendario incorrecto"
+
+#: lib/app.php:60 lib/object.php:332
msgid "Birthday"
msgstr "Cumpleaños"
-#: lib/object.php:293
+#: lib/app.php:61 lib/object.php:333
msgid "Business"
msgstr "Negocios"
-#: lib/object.php:294
+#: lib/app.php:62 lib/object.php:334
msgid "Call"
-msgstr ""
+msgstr "LLamada"
-#: lib/object.php:295
+#: lib/app.php:63 lib/object.php:335
msgid "Clients"
msgstr "Clientes"
-#: lib/object.php:296
+#: lib/app.php:64 lib/object.php:336
msgid "Deliverer"
-msgstr ""
+msgstr "Entrega"
-#: lib/object.php:297
+#: lib/app.php:65 lib/object.php:337
msgid "Holidays"
msgstr "Feriados"
-#: lib/object.php:298
+#: lib/app.php:66 lib/object.php:338
msgid "Ideas"
msgstr "Ideas"
-#: lib/object.php:299
+#: lib/app.php:67 lib/object.php:339
msgid "Journey"
msgstr "Viaje"
-#: lib/object.php:300
+#: lib/app.php:68 lib/object.php:340
msgid "Jubilee"
msgstr "Aniversario"
-#: lib/object.php:301
+#: lib/app.php:69 lib/object.php:341
msgid "Meeting"
msgstr "Reunión"
-#: lib/object.php:302
+#: lib/app.php:70 lib/object.php:342
msgid "Other"
msgstr "Otro"
-#: lib/object.php:303
+#: lib/app.php:71 lib/object.php:343
msgid "Personal"
msgstr "Personal"
-#: lib/object.php:304
+#: lib/app.php:72 lib/object.php:344
msgid "Projects"
-msgstr "Projectos"
+msgstr "Proyectos"
-#: lib/object.php:305
+#: lib/app.php:73 lib/object.php:345
msgid "Questions"
msgstr "Preguntas"
-#: lib/object.php:306
+#: lib/app.php:74 lib/object.php:346
msgid "Work"
msgstr "Trabajo"
-#: lib/object.php:313
+#: lib/object.php:353
msgid "Does not repeat"
msgstr "No se repite"
-#: lib/object.php:314
+#: lib/object.php:354
msgid "Daily"
msgstr "Diariamente"
-#: lib/object.php:315
+#: lib/object.php:355
msgid "Weekly"
msgstr "Semanalmente"
-#: lib/object.php:316
+#: lib/object.php:356
msgid "Every Weekday"
-msgstr "Una vez a la semana"
+msgstr "Días de semana laboral"
-#: lib/object.php:317
+#: lib/object.php:357
msgid "Bi-Weekly"
-msgstr "Dos veces a la semana"
+msgstr "Cada 2 semanas"
-#: lib/object.php:318
+#: lib/object.php:358
msgid "Monthly"
msgstr "Mensualmente"
-#: lib/object.php:319
+#: lib/object.php:359
msgid "Yearly"
msgstr "Anualmente"
-#: lib/object.php:337
-msgid "Not an array"
-msgstr ""
+#: lib/object.php:366
+msgid "never"
+msgstr "nunca"
-#: templates/calendar.php:3
-msgid "All day"
-msgstr "Todo el día"
+#: lib/object.php:367
+msgid "by occurrences"
+msgstr "por ocurrencias"
-#: templates/calendar.php:32
-msgid "Sunday"
-msgstr "Domingo"
+#: lib/object.php:368
+msgid "by date"
+msgstr "por fecha"
-#: templates/calendar.php:32
+#: lib/object.php:375
+msgid "by monthday"
+msgstr "por día del mes"
+
+#: lib/object.php:376
+msgid "by weekday"
+msgstr "por día de la semana"
+
+#: lib/object.php:383 templates/lAfix.php:3
msgid "Monday"
msgstr "Lunes"
-#: templates/calendar.php:32
+#: lib/object.php:384 templates/lAfix.php:4
msgid "Tuesday"
msgstr "Martes"
-#: templates/calendar.php:32
+#: lib/object.php:385 templates/lAfix.php:5
msgid "Wednesday"
msgstr "Miércoles"
-#: templates/calendar.php:32
+#: lib/object.php:386 templates/lAfix.php:6
msgid "Thursday"
msgstr "Jueves"
-#: templates/calendar.php:32
+#: lib/object.php:387 templates/lAfix.php:7
msgid "Friday"
msgstr "Viernes"
-#: templates/calendar.php:32
+#: lib/object.php:388 templates/lAfix.php:8
msgid "Saturday"
msgstr "Sábado"
-#: templates/calendar.php:33
-msgid "Sun."
-msgstr "Dom."
+#: lib/object.php:389 templates/lAfix.php:2
+msgid "Sunday"
+msgstr "Domingo"
-#: templates/calendar.php:33
-msgid "Mon."
-msgstr "Lun."
+#: lib/object.php:396
+msgid "events week of month"
+msgstr "eventos de la semana del mes"
-#: templates/calendar.php:33
-msgid "Tue."
-msgstr "Mar."
+#: lib/object.php:397
+msgid "first"
+msgstr "primer"
-#: templates/calendar.php:33
-msgid "Wed."
-msgstr "Mie."
+#: lib/object.php:398
+msgid "second"
+msgstr "segundo"
-#: templates/calendar.php:33
-msgid "Thu."
-msgstr "Jue."
+#: lib/object.php:399
+msgid "third"
+msgstr "tercer"
-#: templates/calendar.php:33
-msgid "Fri."
-msgstr "Vie."
+#: lib/object.php:400
+msgid "fourth"
+msgstr "cuarto"
-#: templates/calendar.php:33
-msgid "Sat."
-msgstr "Sáb."
+#: lib/object.php:401
+msgid "fifth"
+msgstr "quinto"
-#: templates/calendar.php:34
+#: lib/object.php:402
+msgid "last"
+msgstr "último"
+
+#: lib/object.php:424 templates/lAfix.php:16
msgid "January"
msgstr "Enero"
-#: templates/calendar.php:34
+#: lib/object.php:425 templates/lAfix.php:17
msgid "February"
msgstr "Febrero"
-#: templates/calendar.php:34
+#: lib/object.php:426 templates/lAfix.php:18
msgid "March"
msgstr "Marzo"
-#: templates/calendar.php:34
+#: lib/object.php:427 templates/lAfix.php:19
msgid "April"
msgstr "Abril"
-#: templates/calendar.php:34
+#: lib/object.php:428 templates/lAfix.php:20
msgid "May"
msgstr "Mayo"
-#: templates/calendar.php:34
+#: lib/object.php:429 templates/lAfix.php:21
msgid "June"
msgstr "Junio"
-#: templates/calendar.php:34
+#: lib/object.php:430 templates/lAfix.php:22
msgid "July"
msgstr "Julio"
-#: templates/calendar.php:34
+#: lib/object.php:431 templates/lAfix.php:23
msgid "August"
msgstr "Agosto"
-#: templates/calendar.php:34
+#: lib/object.php:432 templates/lAfix.php:24
msgid "September"
msgstr "Septiembre"
-#: templates/calendar.php:34
+#: lib/object.php:433 templates/lAfix.php:25
msgid "October"
msgstr "Octubre"
-#: templates/calendar.php:34
+#: lib/object.php:434 templates/lAfix.php:26
msgid "November"
msgstr "Noviembre"
-#: templates/calendar.php:34
+#: lib/object.php:435 templates/lAfix.php:27
msgid "December"
msgstr "Diciembre"
-#: templates/calendar.php:35
-msgid "Jan."
-msgstr "Ene."
+#: lib/object.php:441
+msgid "by events date"
+msgstr "por fecha de los eventos"
-#: templates/calendar.php:35
-msgid "Feb."
-msgstr "Feb."
+#: lib/object.php:442
+msgid "by yearday(s)"
+msgstr "por día(s) del año"
-#: templates/calendar.php:35
-msgid "Mar."
-msgstr "Mar."
+#: lib/object.php:443
+msgid "by weeknumber(s)"
+msgstr "por número(s) de semana"
-#: templates/calendar.php:35
-msgid "Apr."
-msgstr "Abr."
+#: lib/object.php:444
+msgid "by day and month"
+msgstr "por día y mes"
-#: templates/calendar.php:35
-msgid "May."
-msgstr ""
+#: lib/object.php:467
+msgid "Not an array"
+msgstr "No es una serie"
-#: templates/calendar.php:35
-msgid "Jun."
-msgstr "Jun."
+#: lib/search.php:32 lib/search.php:34 lib/search.php:37
+msgid "Date"
+msgstr "Fecha"
-#: templates/calendar.php:35
-msgid "Jul."
-msgstr "Jul."
+#: lib/search.php:40
+msgid "Cal."
+msgstr "Cal."
-#: templates/calendar.php:35
-msgid "Aug."
-msgstr "Ago."
+#: templates/calendar.php:10
+msgid "All day"
+msgstr "Todo el día"
-#: templates/calendar.php:35
-msgid "Sep."
-msgstr "Sep."
+#: templates/calendar.php:11
+msgid "Missing fields"
+msgstr "Los campos que faltan"
-#: templates/calendar.php:35
-msgid "Oct."
-msgstr "Oct."
+#: templates/calendar.php:12 templates/part.eventform.php:3
+msgid "Title"
+msgstr "Título"
-#: templates/calendar.php:35
-msgid "Nov."
-msgstr "Nov."
+#: templates/calendar.php:14
+msgid "From Date"
+msgstr "Desde la fecha"
-#: templates/calendar.php:35
-msgid "Dec."
-msgstr "Dic."
+#: templates/calendar.php:15
+msgid "From Time"
+msgstr "Desde la hora"
-#: templates/calendar.php:36 templates/calendar.php:50
-#: templates/calendar.php:116
+#: templates/calendar.php:16
+msgid "To Date"
+msgstr "Hasta la fecha"
+
+#: templates/calendar.php:17
+msgid "To Time"
+msgstr "Hasta la hora"
+
+#: templates/calendar.php:18
+msgid "The event ends before it starts"
+msgstr "El evento termina antes de que comience"
+
+#: templates/calendar.php:19
+msgid "There was a database fail"
+msgstr "Hubo un error en la base de datos"
+
+#: templates/calendar.php:52
msgid "Week"
msgstr "Semana"
-#: templates/calendar.php:37 templates/calendar.php:51
-msgid "Weeks"
-msgstr "Semanas"
-
-#: templates/calendar.php:38
-msgid "More before {startdate}"
-msgstr ""
-
-#: templates/calendar.php:39
-msgid "More after {enddate}"
-msgstr ""
-
-#: templates/calendar.php:49
-msgid "Day"
-msgstr "Día"
-
-#: templates/calendar.php:52
+#: templates/calendar.php:53
msgid "Month"
msgstr "Mes"
-#: templates/calendar.php:53
+#: templates/calendar.php:54
msgid "List"
msgstr "Lista"
-#: templates/calendar.php:58
+#: templates/calendar.php:59
msgid "Today"
msgstr "Hoy"
-#: templates/calendar.php:59
+#: templates/calendar.php:60
msgid "Calendars"
msgstr "Calendarios"
-#: templates/calendar.php:76 templates/calendar.php:94
-msgid "Time"
-msgstr "Hora"
-
-#: templates/calendar.php:169
+#: templates/calendar.php:78
msgid "There was a fail, while parsing the file."
msgstr "Hubo un fallo al analizar el archivo."
+#: templates/lAfix.php:9
+msgid "Sun."
+msgstr "Dom."
+
+#: templates/lAfix.php:10
+msgid "Mon."
+msgstr "Lun."
+
+#: templates/lAfix.php:11
+msgid "Tue."
+msgstr "Mar."
+
+#: templates/lAfix.php:12
+msgid "Wed."
+msgstr "Mié."
+
+#: templates/lAfix.php:13
+msgid "Thu."
+msgstr "Jue."
+
+#: templates/lAfix.php:14
+msgid "Fri."
+msgstr "Vie."
+
+#: templates/lAfix.php:15
+msgid "Sat."
+msgstr "Sáb."
+
+#: templates/lAfix.php:28
+msgid "Jan."
+msgstr "Ene."
+
+#: templates/lAfix.php:29
+msgid "Feb."
+msgstr "Feb."
+
+#: templates/lAfix.php:30
+msgid "Mar."
+msgstr "Mar."
+
+#: templates/lAfix.php:31
+msgid "Apr."
+msgstr "Abr."
+
+#: templates/lAfix.php:32
+msgid "May."
+msgstr "May."
+
+#: templates/lAfix.php:33
+msgid "Jun."
+msgstr "Jun."
+
+#: templates/lAfix.php:34
+msgid "Jul."
+msgstr "Jul."
+
+#: templates/lAfix.php:35
+msgid "Aug."
+msgstr "Ago."
+
+#: templates/lAfix.php:36
+msgid "Sep."
+msgstr "Sep."
+
+#: templates/lAfix.php:37
+msgid "Oct."
+msgstr "Oct."
+
+#: templates/lAfix.php:38
+msgid "Nov."
+msgstr "Nov."
+
+#: templates/lAfix.php:39
+msgid "Dec."
+msgstr "Dic."
+
#: templates/part.choosecalendar.php:1
msgid "Choose active calendars"
msgstr "Elige los calendarios activos"
@@ -345,21 +427,20 @@ msgstr "Nuevo calendario"
#: templates/part.choosecalendar.php:20
#: templates/part.choosecalendar.rowfields.php:4
msgid "CalDav Link"
-msgstr ""
+msgstr "Enlace a CalDav"
#: templates/part.choosecalendar.rowfields.php:4
msgid "Download"
msgstr "Descargar"
#: templates/part.choosecalendar.rowfields.php:4
-#: templates/part.eventinfo.php:64
msgid "Edit"
msgstr "Editar"
#: templates/part.choosecalendar.rowfields.php:4
-#: templates/part.editevent.php:8
+#: templates/part.editevent.php:9
msgid "Delete"
-msgstr ""
+msgstr "Eliminar"
#: templates/part.editcalendar.php:9
msgid "New calendar"
@@ -377,90 +458,181 @@ msgstr "Nombre"
msgid "Active"
msgstr "Activo"
-#: templates/part.editcalendar.php:29 templates/part.eventform.php:88
-#: templates/part.eventinfo.php:58
-msgid "Description"
-msgstr "Descripción"
-
-#: templates/part.editcalendar.php:35
+#: templates/part.editcalendar.php:29
msgid "Calendar color"
msgstr "Color del calendario"
-#: templates/part.editcalendar.php:41
+#: templates/part.editcalendar.php:42
msgid "Save"
msgstr "Guardar"
-#: templates/part.editcalendar.php:41 templates/part.editevent.php:7
+#: templates/part.editcalendar.php:42 templates/part.editevent.php:8
#: templates/part.newevent.php:6
msgid "Submit"
msgstr "Guardar"
-#: templates/part.editcalendar.php:42
+#: templates/part.editcalendar.php:43
msgid "Cancel"
msgstr "Cancelar"
-#: templates/part.editevent.php:1 templates/part.eventinfo.php:1
+#: templates/part.editevent.php:1
msgid "Edit an event"
msgstr "Editar un evento"
-#: templates/part.eventform.php:3 templates/part.eventinfo.php:4
-msgid "Title"
-msgstr "Título"
+#: templates/part.editevent.php:10
+msgid "Export"
+msgstr "Exportar"
#: templates/part.eventform.php:5
msgid "Title of the Event"
msgstr "Título del evento"
-#: templates/part.eventform.php:9 templates/part.eventinfo.php:9
-msgid "Location"
-msgstr "Lugar"
-
#: templates/part.eventform.php:11
-msgid "Location of the Event"
-msgstr "Lugar del Evento"
-
-#: templates/part.eventform.php:17 templates/part.eventinfo.php:16
msgid "Category"
msgstr "Categoría"
-#: templates/part.eventform.php:19
+#: templates/part.eventform.php:13
msgid "Select category"
msgstr "Seleccionar categoría"
-#: templates/part.eventform.php:45 templates/part.eventinfo.php:28
+#: templates/part.eventform.php:37
msgid "All Day Event"
msgstr "Todo el día"
-#: templates/part.eventform.php:49 templates/part.eventinfo.php:31
+#: templates/part.eventform.php:41
msgid "From"
msgstr "Desde"
-#: templates/part.eventform.php:57 templates/part.eventinfo.php:38
+#: templates/part.eventform.php:49
msgid "To"
msgstr "Hasta"
-#: templates/part.eventform.php:65 templates/part.eventinfo.php:44
+#: templates/part.eventform.php:57
+msgid "Advanced options"
+msgstr "Opciones avanzadas"
+
+#: templates/part.eventform.php:61
msgid "Repeat"
msgstr "Repetir"
-#: templates/part.eventform.php:81 templates/part.eventinfo.php:51
-msgid "Attendees"
-msgstr "Asistentes"
+#: templates/part.eventform.php:68
+msgid "Advanced"
+msgstr "Avanzado"
-#: templates/part.eventform.php:89
+#: templates/part.eventform.php:112
+msgid "Select weekdays"
+msgstr "Seleccionar días de la semana"
+
+#: templates/part.eventform.php:125 templates/part.eventform.php:138
+msgid "Select days"
+msgstr "Seleccionar días"
+
+#: templates/part.eventform.php:130
+msgid "and the events day of year."
+msgstr "y el día del año de los eventos."
+
+#: templates/part.eventform.php:143
+msgid "and the events day of month."
+msgstr "y el día del mes de los eventos."
+
+#: templates/part.eventform.php:151
+msgid "Select months"
+msgstr "Seleccionar meses"
+
+#: templates/part.eventform.php:164
+msgid "Select weeks"
+msgstr "Seleccionar semanas"
+
+#: templates/part.eventform.php:169
+msgid "and the events week of year."
+msgstr "y la semana del año de los eventos."
+
+#: templates/part.eventform.php:175
+msgid "Interval"
+msgstr "Intervalo"
+
+#: templates/part.eventform.php:181
+msgid "End"
+msgstr "Fin"
+
+#: templates/part.eventform.php:193
+msgid "occurrences"
+msgstr "ocurrencias"
+
+#: templates/part.eventform.php:208
+msgid "Location"
+msgstr "Lugar"
+
+#: templates/part.eventform.php:210
+msgid "Location of the Event"
+msgstr "Lugar del Evento"
+
+#: templates/part.eventform.php:216
+msgid "Description"
+msgstr "Descripción"
+
+#: templates/part.eventform.php:218
msgid "Description of the Event"
msgstr "Descripción del evento"
-#: templates/part.eventinfo.php:63
-msgid "Close"
-msgstr "Cerrar"
+#: templates/part.import.php:1
+msgid "Import a calendar file"
+msgstr ""
+
+#: templates/part.import.php:6
+msgid "Please choose the calendar"
+msgstr "Elija el calendario"
+
+#: templates/part.import.php:10
+msgid "create a new calendar"
+msgstr ""
+
+#: templates/part.import.php:15
+msgid "Name of new calendar"
+msgstr ""
+
+#: templates/part.import.php:17
+msgid "Import"
+msgstr "Importar"
+
+#: templates/part.import.php:20
+msgid "Importing calendar"
+msgstr ""
+
+#: templates/part.import.php:23
+msgid "Calendar imported successfully"
+msgstr ""
+
+#: templates/part.import.php:24
+msgid "Close Dialog"
+msgstr ""
#: templates/part.newevent.php:1
msgid "Create a new event"
msgstr "Crear un nuevo evento"
-#: templates/settings.php:11
+#: templates/settings.php:13
msgid "Timezone"
msgstr "Zona horaria"
+#: templates/settings.php:30
+msgid "Check always for changes of the timezone"
+msgstr "Comprobar siempre por cambios en la zona horaria"
+
+#: templates/settings.php:32
+msgid "Timeformat"
+msgstr "Formato de hora"
+
+#: templates/settings.php:34
+msgid "24h"
+msgstr "24h"
+
+#: templates/settings.php:35
+msgid "12h"
+msgstr "12h"
+
+#: templates/settings.php:41
+msgid "Calendar CalDAV syncing address:"
+msgstr "Dirección de sincronización de calendario CalDAV:"
+
diff --git a/l10n/es/contacts.po b/l10n/es/contacts.po
index 0591daf015a..df296d498f3 100644
--- a/l10n/es/contacts.po
+++ b/l10n/es/contacts.po
@@ -4,13 +4,13 @@
#
# Translators:
# , 2011.
-# , 2011.
+# , 2011, 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-11 00:18+0100\n"
-"PO-Revision-Date: 2012-01-10 23:43+0000\n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:45+0000\n"
"Last-Translator: icewind \n"
"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/owncloud/team/es/)\n"
"MIME-Version: 1.0\n"
@@ -19,6 +19,50 @@ msgstr ""
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+#: ajax/activation.php:17 ajax/updateaddressbook.php:26
+msgid "Error (de)activating addressbook."
+msgstr ""
+
+#: ajax/addcard.php:79
+msgid "There was an error adding the contact."
+msgstr ""
+
+#: ajax/addproperty.php:39
+msgid "Cannot add empty property."
+msgstr ""
+
+#: ajax/addproperty.php:51
+msgid "At least one of the address fields has to be filled out."
+msgstr ""
+
+#: ajax/addproperty.php:77
+msgid "Error adding contact property."
+msgstr ""
+
+#: ajax/createaddressbook.php:20
+msgid "Error adding addressbook."
+msgstr ""
+
+#: ajax/createaddressbook.php:26
+msgid "Error activating addressbook."
+msgstr ""
+
+#: ajax/deleteproperty.php:40
+msgid "Error deleting contact property."
+msgstr ""
+
+#: ajax/setproperty.php:79
+msgid "Error updating contact property."
+msgstr ""
+
+#: ajax/updateaddressbook.php:20
+msgid "Error updating addressbook."
+msgstr ""
+
+#: appinfo/app.php:21 templates/settings.php:3
+msgid "Contacts"
+msgstr ""
+
#: lib/app.php:42
msgid "This is not your addressbook."
msgstr "Esta no es tu agenda de contactos."
@@ -27,31 +71,27 @@ msgstr "Esta no es tu agenda de contactos."
msgid "Contact could not be found."
msgstr "No se pudo encontrar el contacto."
-#: lib/app.php:65
-msgid "vCard could not be read."
-msgstr "No se pudo leer el vCard."
-
#: lib/app.php:79
msgid "Information about vCard is incorrect. Please reload the page."
msgstr ""
"La información sobre el vCard es incorrecta. Por favor vuelve a cargar la "
"página."
-#: lib/app.php:91 templates/part.addcardform.php:56
+#: lib/app.php:91 templates/part.addcardform.php:54
#: templates/part.property.php:45 templates/part.setpropertyform.php:7
msgid "Address"
msgstr "Dirección"
-#: lib/app.php:92 templates/part.addcardform.php:37
+#: lib/app.php:92 templates/part.addcardform.php:43
msgid "Telephone"
msgstr "Teléfono"
-#: lib/app.php:93 templates/part.addcardform.php:31
+#: lib/app.php:93 templates/part.addcardform.php:37
#: templates/part.property.php:16 templates/part.setpropertyform.php:51
msgid "Email"
msgstr "Correo electrónico"
-#: lib/app.php:94 templates/part.addcardform.php:23
+#: lib/app.php:94 templates/part.addcardform.php:27
#: templates/part.property.php:9 templates/part.setpropertyform.php:54
msgid "Organization"
msgstr "Organización"
@@ -88,6 +128,10 @@ msgstr "Video"
msgid "Pager"
msgstr "Localizador"
+#: lib/search.php:22
+msgid "Contact"
+msgstr ""
+
#: photo.php:40
msgid "This is not your contact."
msgstr "Este no es tu contacto."
@@ -100,68 +144,64 @@ msgstr "Esta tarjeta no es compatible con RFC."
msgid "This card does not contain a photo."
msgstr "Esta tarjeta no contiene ninguna foto."
-#: templates/index.php:13
+#: templates/index.php:6
msgid "Add Contact"
msgstr "Agregar contacto"
-#: templates/index.php:14
-msgid "Address Books"
+#: templates/index.php:7
+msgid "Addressbooks"
msgstr ""
#: templates/part.addcardform.php:8
-msgid "Group"
-msgstr "Grupo"
+msgid "Addressbook"
+msgstr ""
-#: templates/part.addcardform.php:19
+#: templates/part.addcardform.php:21
msgid "Name"
msgstr "Nombre"
-#: templates/part.addcardform.php:41
-msgid "Number"
-msgstr ""
-
-#: templates/part.addcardform.php:45 templates/part.addcardform.php:59
-#: templates/part.details.php:42 templates/part.details.php:78
-#: templates/part.setpropertyform.php:10 templates/part.setpropertyform.php:47
+#: templates/part.addcardform.php:57 templates/part.details.php:43
+#: templates/part.details.php:79 templates/part.setpropertyform.php:10
+#: templates/part.setpropertyform.php:47
msgid "Type"
-msgstr ""
+msgstr "Tipo"
-#: templates/part.addcardform.php:65 templates/part.details.php:48
+#: templates/part.addcardform.php:65 templates/part.details.php:49
#: templates/part.setpropertyform.php:16
msgid "PO Box"
msgstr "Código postal"
-#: templates/part.addcardform.php:69 templates/part.details.php:52
+#: templates/part.addcardform.php:72 templates/part.details.php:53
#: templates/part.setpropertyform.php:20
msgid "Extended"
msgstr "Extendido"
-#: templates/part.addcardform.php:73 templates/part.details.php:56
+#: templates/part.addcardform.php:78 templates/part.details.php:57
#: templates/part.setpropertyform.php:24
msgid "Street"
msgstr "Calle"
-#: templates/part.addcardform.php:77 templates/part.details.php:60
+#: templates/part.addcardform.php:84 templates/part.details.php:61
#: templates/part.setpropertyform.php:28
msgid "City"
msgstr "Ciudad"
-#: templates/part.addcardform.php:81 templates/part.details.php:64
+#: templates/part.addcardform.php:90 templates/part.details.php:65
#: templates/part.setpropertyform.php:32
msgid "Region"
msgstr "Región"
-#: templates/part.addcardform.php:85 templates/part.details.php:68
+#: templates/part.addcardform.php:96 templates/part.details.php:69
#: templates/part.setpropertyform.php:36
msgid "Zipcode"
msgstr "Código Postal"
-#: templates/part.addcardform.php:89 templates/part.details.php:72
+#: templates/part.addcardform.php:102 templates/part.details.php:73
#: templates/part.setpropertyform.php:40
msgid "Country"
msgstr "País"
-#: templates/part.addcardform.php:97
+#: templates/part.addcardform.php:109
msgid "Create Contact"
msgstr "Crear contacto"
@@ -170,18 +210,17 @@ msgid "Choose active Address Books"
msgstr ""
#: templates/part.chooseaddressbook.php:16
-#: templates/part.editaddressbook.php:9
msgid "New Address Book"
-msgstr ""
+msgstr "Nueva libreta de direcciones"
#: templates/part.chooseaddressbook.php:21
#: templates/part.chooseaddressbook.rowfields.php:5
msgid "CardDav Link"
-msgstr ""
+msgstr "Link Card Dav"
#: templates/part.chooseaddressbook.rowfields.php:5
msgid "Download"
-msgstr ""
+msgstr "Descargar"
#: templates/part.chooseaddressbook.rowfields.php:5
msgid "Edit"
@@ -192,15 +231,23 @@ msgid "Delete"
msgstr "Borrar"
#: templates/part.details.php:3
-msgid "Delete contact"
+msgid "Download contact"
msgstr ""
-#: templates/part.details.php:33
+#: templates/part.details.php:4
+msgid "Delete contact"
+msgstr "Eliminar contacto"
+
+#: templates/part.details.php:34
msgid "Add"
+msgstr "Añadir"
+
+#: templates/part.editaddressbook.php:9
+msgid "New Addressbook"
msgstr ""
#: templates/part.editaddressbook.php:9
-msgid "Edit Address Book"
+msgid "Edit Addressbook"
msgstr ""
#: templates/part.editaddressbook.php:12
@@ -209,19 +256,19 @@ msgstr ""
#: templates/part.editaddressbook.php:23
msgid "Active"
-msgstr ""
+msgstr "Activo"
#: templates/part.editaddressbook.php:29
msgid "Save"
-msgstr ""
+msgstr "Guardar"
#: templates/part.editaddressbook.php:29
msgid "Submit"
-msgstr ""
+msgstr "Aceptar"
#: templates/part.editaddressbook.php:30
msgid "Cancel"
-msgstr ""
+msgstr "Cancelar"
#: templates/part.property.php:3
msgid "Birthday"
@@ -229,7 +276,7 @@ msgstr "Cumpleaños"
#: templates/part.property.php:23
msgid "Preferred"
-msgstr ""
+msgstr "Preferido"
#: templates/part.property.php:23 templates/part.setpropertyform.php:45
msgid "Phone"
@@ -237,6 +284,10 @@ msgstr "Teléfono"
#: templates/part.setpropertyform.php:57
msgid "Update"
+msgstr "Actualizar"
+
+#: templates/settings.php:4
+msgid "CardDAV syncing address:"
msgstr ""
diff --git a/l10n/es/core.po b/l10n/es/core.po
index 40f9f0ab4e8..fac043ed1e2 100644
--- a/l10n/es/core.po
+++ b/l10n/es/core.po
@@ -3,16 +3,16 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
-# , 2011.
+# , 2011, 2012.
# , 2011.
-# , 2011.
+# , 2011, 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-11 00:19+0100\n"
-"PO-Revision-Date: 2012-01-10 23:43+0000\n"
-"Last-Translator: icewind \n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-11 19:08+0000\n"
+"Last-Translator: juanman \n"
"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/owncloud/team/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -22,11 +22,11 @@ msgstr ""
#: lostpassword/index.php:24
msgid "Owncloud password reset"
-msgstr ""
+msgstr "Restablecer contraseña de ownCloud"
#: lostpassword/templates/email.php:1
msgid "Use the following link to reset your password: {link}"
-msgstr ""
+msgstr "Utiliza el siguiente enlace para restablecer tu contraseña: {link}"
#: lostpassword/templates/lostpassword.php:3
msgid "You will receive a link to reset your password via Email."
@@ -56,7 +56,7 @@ msgstr "Tu contraseña se ha restablecido"
#: lostpassword/templates/resetpassword.php:5
msgid "To login page"
-msgstr ""
+msgstr "A la página de inicio de sesión"
#: lostpassword/templates/resetpassword.php:8
msgid "New password"
@@ -137,7 +137,7 @@ msgstr "Completar la instalación"
#: templates/layout.guest.php:35
msgid "web services under your control"
-msgstr ""
+msgstr "servicios web bajo tu control"
#: templates/layout.user.php:34
msgid "Log out"
@@ -157,7 +157,7 @@ msgstr "recuérdame"
#: templates/login.php:16
msgid "Log in"
-msgstr ""
+msgstr "Entrar"
#: templates/logout.php:1
msgid "You are logged out."
diff --git a/l10n/es/files.po b/l10n/es/files.po
index 0349f481b1d..f58a6b308f5 100644
--- a/l10n/es/files.po
+++ b/l10n/es/files.po
@@ -3,14 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
-# , 2011.
+# , 2011, 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-11 00:19+0100\n"
-"PO-Revision-Date: 2012-01-10 23:43+0000\n"
-"Last-Translator: icewind \n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-11 18:52+0000\n"
+"Last-Translator: xsergiolpx \n"
"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/owncloud/team/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -58,19 +58,19 @@ msgstr "Tamaño máximo de subida"
#: templates/index.php:7
msgid "New"
-msgstr ""
+msgstr "Nuevo"
#: templates/index.php:10
msgid "Text file"
-msgstr ""
+msgstr "Archivo de texto"
#: templates/index.php:11
msgid "Folder"
-msgstr ""
+msgstr "Carpeta"
#: templates/index.php:12
msgid "From the web"
-msgstr ""
+msgstr "Desde la web"
#: templates/index.php:22
msgid "Upload"
diff --git a/l10n/es/gallery.po b/l10n/es/gallery.po
new file mode 100644
index 00000000000..848b07026f8
--- /dev/null
+++ b/l10n/es/gallery.po
@@ -0,0 +1,32 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: ownCloud\n"
+"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:48+0000\n"
+"Last-Translator: icewind \n"
+"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/owncloud/team/es/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+
+#: appinfo/app.php:41
+msgid "Gallery"
+msgstr ""
+
+#: templates/index.php:10
+msgid "Rescan"
+msgstr ""
+
+#: templates/view_album.php:19
+msgid "Back"
+msgstr ""
+
+
diff --git a/l10n/es/settings.po b/l10n/es/settings.po
index 9be0c001e36..9114f621f8c 100644
--- a/l10n/es/settings.po
+++ b/l10n/es/settings.po
@@ -6,14 +6,14 @@
# , 2011.
# , 2011.
# , 2011.
-# , 2011.
+# , 2011, 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-11 00:19+0100\n"
-"PO-Revision-Date: 2012-01-10 23:43+0000\n"
-"Last-Translator: icewind \n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-11 19:01+0000\n"
+"Last-Translator: xsergiolpx \n"
"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/owncloud/team/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -23,7 +23,7 @@ msgstr ""
#: ajax/lostpassword.php:14
msgid "email Changed"
-msgstr ""
+msgstr "Email actualizado"
#: ajax/lostpassword.php:16 ajax/openid.php:17 ajax/setlanguage.php:16
msgid "Invalid request"
@@ -39,7 +39,7 @@ msgstr "Idioma cambiado"
#: templates/admin.php:13
msgid "Log level"
-msgstr ""
+msgstr "Nivel de log"
#: templates/apps.php:8
msgid "Add your application"
@@ -107,15 +107,15 @@ msgstr "Cambiar contraseña"
#: templates/personal.php:24
msgid "Email"
-msgstr ""
+msgstr "Email"
#: templates/personal.php:25
msgid "Your email address"
-msgstr ""
+msgstr "Tu dirección de email"
#: templates/personal.php:26
msgid "Fill in an email address to enable password recovery"
-msgstr ""
+msgstr "Escribe una dirección de email para restablecer la contraseña"
#: templates/personal.php:32 templates/personal.php:33
msgid "Language"
@@ -123,7 +123,7 @@ msgstr "Idioma"
#: templates/personal.php:38
msgid "Help translate"
-msgstr ""
+msgstr "Ayudar a traducir"
#: templates/personal.php:45
msgid "use this address to connect to your ownCloud in your file manager"
@@ -149,7 +149,7 @@ msgstr "Crear"
#: templates/users.php:33
msgid "Quota"
-msgstr ""
+msgstr "Cuota"
#: templates/users.php:58
msgid "Delete"
diff --git a/l10n/et_EE/calendar.po b/l10n/et_EE/calendar.po
index 8f1f95b962a..cc00b225d3e 100644
--- a/l10n/et_EE/calendar.po
+++ b/l10n/et_EE/calendar.po
@@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2011-09-24 23:05+0200\n"
-"PO-Revision-Date: 2011-09-24 21:05+0000\n"
-"Last-Translator: JanCBorchardt \n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:45+0000\n"
+"Last-Translator: icewind \n"
"Language-Team: Estonian (Estonia) (http://www.transifex.net/projects/p/owncloud/team/et_EE/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -18,351 +18,432 @@ msgstr ""
"Language: et_EE\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
-#: ajax/createcalendar.php:18 ajax/settimezone.php:19
-#: ajax/updatecalendar.php:18
-msgid "Authentication error"
-msgstr "Autentimise viga"
-
-#: ajax/editeventform.php:25
-msgid "Wrong calendar"
+#: ajax/guesstimezone.php:42
+msgid "New Timezone:"
msgstr ""
-#: ajax/settimezone.php:27
+#: ajax/settimezone.php:22
msgid "Timezone changed"
msgstr "Ajavöönd on muudetud"
-#: ajax/settimezone.php:29
+#: ajax/settimezone.php:24
msgid "Invalid request"
msgstr "Vigane päring"
-#: appinfo/app.php:19 templates/part.eventform.php:27
-#: templates/part.eventinfo.php:18
+#: appinfo/app.php:20 templates/calendar.php:13
+#: templates/part.eventform.php:20
msgid "Calendar"
msgstr "Kalender"
-#: lib/object.php:292
+#: lib/app.php:19
+msgid "Wrong calendar"
+msgstr "Vale kalender"
+
+#: lib/app.php:60 lib/object.php:332
msgid "Birthday"
-msgstr ""
+msgstr "Sünnipäev"
-#: lib/object.php:293
+#: lib/app.php:61 lib/object.php:333
msgid "Business"
-msgstr ""
+msgstr "Äri"
-#: lib/object.php:294
+#: lib/app.php:62 lib/object.php:334
msgid "Call"
-msgstr ""
+msgstr "Helista"
-#: lib/object.php:295
+#: lib/app.php:63 lib/object.php:335
msgid "Clients"
-msgstr ""
+msgstr "Kliendid"
-#: lib/object.php:296
+#: lib/app.php:64 lib/object.php:336
msgid "Deliverer"
-msgstr ""
+msgstr "Kohaletoimetaja"
-#: lib/object.php:297
+#: lib/app.php:65 lib/object.php:337
msgid "Holidays"
-msgstr ""
+msgstr "Pühad"
-#: lib/object.php:298
+#: lib/app.php:66 lib/object.php:338
msgid "Ideas"
-msgstr ""
+msgstr "Ideed"
-#: lib/object.php:299
+#: lib/app.php:67 lib/object.php:339
msgid "Journey"
-msgstr ""
+msgstr "Reis"
-#: lib/object.php:300
+#: lib/app.php:68 lib/object.php:340
msgid "Jubilee"
-msgstr ""
+msgstr "Juubel"
-#: lib/object.php:301
+#: lib/app.php:69 lib/object.php:341
msgid "Meeting"
-msgstr ""
+msgstr "Kohtumine"
-#: lib/object.php:302
+#: lib/app.php:70 lib/object.php:342
msgid "Other"
-msgstr ""
+msgstr "Muu"
-#: lib/object.php:303
+#: lib/app.php:71 lib/object.php:343
msgid "Personal"
-msgstr ""
+msgstr "Isiklik"
-#: lib/object.php:304
+#: lib/app.php:72 lib/object.php:344
msgid "Projects"
-msgstr ""
+msgstr "Projektid"
-#: lib/object.php:305
+#: lib/app.php:73 lib/object.php:345
msgid "Questions"
-msgstr ""
+msgstr "Küsimused"
-#: lib/object.php:306
+#: lib/app.php:74 lib/object.php:346
msgid "Work"
-msgstr ""
+msgstr "Töö"
-#: lib/object.php:313
+#: lib/object.php:353
msgid "Does not repeat"
msgstr "Ei kordu"
-#: lib/object.php:314
+#: lib/object.php:354
msgid "Daily"
msgstr "Iga päev"
-#: lib/object.php:315
+#: lib/object.php:355
msgid "Weekly"
msgstr "Iga nädal"
-#: lib/object.php:316
+#: lib/object.php:356
msgid "Every Weekday"
msgstr "Igal nädalapäeval"
-#: lib/object.php:317
+#: lib/object.php:357
msgid "Bi-Weekly"
msgstr "Üle nädala"
-#: lib/object.php:318
+#: lib/object.php:358
msgid "Monthly"
msgstr "Igal kuul"
-#: lib/object.php:319
+#: lib/object.php:359
msgid "Yearly"
msgstr "Igal aastal"
-#: lib/object.php:337
-msgid "Not an array"
+#: lib/object.php:366
+msgid "never"
msgstr ""
-#: templates/calendar.php:3
+#: lib/object.php:367
+msgid "by occurrences"
+msgstr ""
+
+#: lib/object.php:368
+msgid "by date"
+msgstr ""
+
+#: lib/object.php:375
+msgid "by monthday"
+msgstr ""
+
+#: lib/object.php:376
+msgid "by weekday"
+msgstr ""
+
+#: lib/object.php:383 templates/lAfix.php:3
+msgid "Monday"
+msgstr ""
+
+#: lib/object.php:384 templates/lAfix.php:4
+msgid "Tuesday"
+msgstr ""
+
+#: lib/object.php:385 templates/lAfix.php:5
+msgid "Wednesday"
+msgstr ""
+
+#: lib/object.php:386 templates/lAfix.php:6
+msgid "Thursday"
+msgstr ""
+
+#: lib/object.php:387 templates/lAfix.php:7
+msgid "Friday"
+msgstr ""
+
+#: lib/object.php:388 templates/lAfix.php:8
+msgid "Saturday"
+msgstr ""
+
+#: lib/object.php:389 templates/lAfix.php:2
+msgid "Sunday"
+msgstr ""
+
+#: lib/object.php:396
+msgid "events week of month"
+msgstr ""
+
+#: lib/object.php:397
+msgid "first"
+msgstr ""
+
+#: lib/object.php:398
+msgid "second"
+msgstr ""
+
+#: lib/object.php:399
+msgid "third"
+msgstr ""
+
+#: lib/object.php:400
+msgid "fourth"
+msgstr ""
+
+#: lib/object.php:401
+msgid "fifth"
+msgstr ""
+
+#: lib/object.php:402
+msgid "last"
+msgstr ""
+
+#: lib/object.php:424 templates/lAfix.php:16
+msgid "January"
+msgstr ""
+
+#: lib/object.php:425 templates/lAfix.php:17
+msgid "February"
+msgstr ""
+
+#: lib/object.php:426 templates/lAfix.php:18
+msgid "March"
+msgstr ""
+
+#: lib/object.php:427 templates/lAfix.php:19
+msgid "April"
+msgstr ""
+
+#: lib/object.php:428 templates/lAfix.php:20
+msgid "May"
+msgstr ""
+
+#: lib/object.php:429 templates/lAfix.php:21
+msgid "June"
+msgstr ""
+
+#: lib/object.php:430 templates/lAfix.php:22
+msgid "July"
+msgstr ""
+
+#: lib/object.php:431 templates/lAfix.php:23
+msgid "August"
+msgstr ""
+
+#: lib/object.php:432 templates/lAfix.php:24
+msgid "September"
+msgstr ""
+
+#: lib/object.php:433 templates/lAfix.php:25
+msgid "October"
+msgstr ""
+
+#: lib/object.php:434 templates/lAfix.php:26
+msgid "November"
+msgstr ""
+
+#: lib/object.php:435 templates/lAfix.php:27
+msgid "December"
+msgstr ""
+
+#: lib/object.php:441
+msgid "by events date"
+msgstr ""
+
+#: lib/object.php:442
+msgid "by yearday(s)"
+msgstr ""
+
+#: lib/object.php:443
+msgid "by weeknumber(s)"
+msgstr ""
+
+#: lib/object.php:444
+msgid "by day and month"
+msgstr ""
+
+#: lib/object.php:467
+msgid "Not an array"
+msgstr "Pole andmemassiiv"
+
+#: lib/search.php:32 lib/search.php:34 lib/search.php:37
+msgid "Date"
+msgstr ""
+
+#: lib/search.php:40
+msgid "Cal."
+msgstr ""
+
+#: templates/calendar.php:10
msgid "All day"
msgstr "Kogu päev"
-#: templates/calendar.php:32
-msgid "Sunday"
-msgstr "Pühapäev"
+#: templates/calendar.php:11
+msgid "Missing fields"
+msgstr "Puuduvad väljad"
-#: templates/calendar.php:32
-msgid "Monday"
-msgstr "Esmaspäev"
+#: templates/calendar.php:12 templates/part.eventform.php:3
+msgid "Title"
+msgstr "Pealkiri"
-#: templates/calendar.php:32
-msgid "Tuesday"
-msgstr "Teisipäev"
+#: templates/calendar.php:14
+msgid "From Date"
+msgstr "Alates kuupäevast"
-#: templates/calendar.php:32
-msgid "Wednesday"
-msgstr "Kolmapäev"
+#: templates/calendar.php:15
+msgid "From Time"
+msgstr "Alates kellaajast"
-#: templates/calendar.php:32
-msgid "Thursday"
-msgstr "Neljapäev"
+#: templates/calendar.php:16
+msgid "To Date"
+msgstr "Kuni kuupäevani"
-#: templates/calendar.php:32
-msgid "Friday"
-msgstr "Reede"
+#: templates/calendar.php:17
+msgid "To Time"
+msgstr "Kuni kellaajani"
-#: templates/calendar.php:32
-msgid "Saturday"
-msgstr "Laupäev"
+#: templates/calendar.php:18
+msgid "The event ends before it starts"
+msgstr "Üritus lõpeb enne, kui see algab"
-#: templates/calendar.php:33
-msgid "Sun."
-msgstr "Pü."
+#: templates/calendar.php:19
+msgid "There was a database fail"
+msgstr "Tekkis andmebaasi viga"
-#: templates/calendar.php:33
-msgid "Mon."
-msgstr "Esm."
-
-#: templates/calendar.php:33
-msgid "Tue."
-msgstr "Teisip."
-
-#: templates/calendar.php:33
-msgid "Wed."
-msgstr "Kolmap."
-
-#: templates/calendar.php:33
-msgid "Thu."
-msgstr "Neljap."
-
-#: templates/calendar.php:33
-msgid "Fri."
-msgstr "Reede"
-
-#: templates/calendar.php:33
-msgid "Sat."
-msgstr "Laup."
-
-#: templates/calendar.php:34
-msgid "January"
-msgstr "Jaanuar"
-
-#: templates/calendar.php:34
-msgid "February"
-msgstr "Veebruar"
-
-#: templates/calendar.php:34
-msgid "March"
-msgstr "Märts"
-
-#: templates/calendar.php:34
-msgid "April"
-msgstr "Aprill"
-
-#: templates/calendar.php:34
-msgid "May"
-msgstr "Mai"
-
-#: templates/calendar.php:34
-msgid "June"
-msgstr "Juuni"
-
-#: templates/calendar.php:34
-msgid "July"
-msgstr "Juuli"
-
-#: templates/calendar.php:34
-msgid "August"
-msgstr "August"
-
-#: templates/calendar.php:34
-msgid "September"
-msgstr "September"
-
-#: templates/calendar.php:34
-msgid "October"
-msgstr "Oktoober"
-
-#: templates/calendar.php:34
-msgid "November"
-msgstr "November"
-
-#: templates/calendar.php:34
-msgid "December"
-msgstr "Detsember"
-
-#: templates/calendar.php:35
-msgid "Jan."
-msgstr "Jan."
-
-#: templates/calendar.php:35
-msgid "Feb."
-msgstr "Veebr."
-
-#: templates/calendar.php:35
-msgid "Mar."
-msgstr "Märts"
-
-#: templates/calendar.php:35
-msgid "Apr."
-msgstr "Apr."
-
-#: templates/calendar.php:35
-msgid "May."
-msgstr ""
-
-#: templates/calendar.php:35
-msgid "Jun."
-msgstr "Jun."
-
-#: templates/calendar.php:35
-msgid "Jul."
-msgstr "Jul."
-
-#: templates/calendar.php:35
-msgid "Aug."
-msgstr "Aug."
-
-#: templates/calendar.php:35
-msgid "Sep."
-msgstr "Sept."
-
-#: templates/calendar.php:35
-msgid "Oct."
-msgstr "Okt."
-
-#: templates/calendar.php:35
-msgid "Nov."
-msgstr "Nov."
-
-#: templates/calendar.php:35
-msgid "Dec."
-msgstr "Dets."
-
-#: templates/calendar.php:36 templates/calendar.php:50
-#: templates/calendar.php:116
+#: templates/calendar.php:52
msgid "Week"
msgstr "Nädal"
-#: templates/calendar.php:37 templates/calendar.php:51
-msgid "Weeks"
-msgstr "Nädalat"
-
-#: templates/calendar.php:38
-msgid "More before {startdate}"
-msgstr ""
-
-#: templates/calendar.php:39
-msgid "More after {enddate}"
-msgstr ""
-
-#: templates/calendar.php:49
-msgid "Day"
-msgstr "Päev"
-
-#: templates/calendar.php:52
+#: templates/calendar.php:53
msgid "Month"
msgstr "Kuu"
-#: templates/calendar.php:53
+#: templates/calendar.php:54
msgid "List"
-msgstr ""
+msgstr "Nimekiri"
-#: templates/calendar.php:58
+#: templates/calendar.php:59
msgid "Today"
msgstr "Täna"
-#: templates/calendar.php:59
+#: templates/calendar.php:60
msgid "Calendars"
msgstr "Kalendrid"
-#: templates/calendar.php:76 templates/calendar.php:94
-msgid "Time"
-msgstr "Kellaaeg"
-
-#: templates/calendar.php:169
+#: templates/calendar.php:78
msgid "There was a fail, while parsing the file."
msgstr "Faili parsimisel tekkis viga."
+#: templates/lAfix.php:9
+msgid "Sun."
+msgstr ""
+
+#: templates/lAfix.php:10
+msgid "Mon."
+msgstr ""
+
+#: templates/lAfix.php:11
+msgid "Tue."
+msgstr ""
+
+#: templates/lAfix.php:12
+msgid "Wed."
+msgstr ""
+
+#: templates/lAfix.php:13
+msgid "Thu."
+msgstr ""
+
+#: templates/lAfix.php:14
+msgid "Fri."
+msgstr ""
+
+#: templates/lAfix.php:15
+msgid "Sat."
+msgstr ""
+
+#: templates/lAfix.php:28
+msgid "Jan."
+msgstr ""
+
+#: templates/lAfix.php:29
+msgid "Feb."
+msgstr ""
+
+#: templates/lAfix.php:30
+msgid "Mar."
+msgstr ""
+
+#: templates/lAfix.php:31
+msgid "Apr."
+msgstr ""
+
+#: templates/lAfix.php:32
+msgid "May."
+msgstr ""
+
+#: templates/lAfix.php:33
+msgid "Jun."
+msgstr ""
+
+#: templates/lAfix.php:34
+msgid "Jul."
+msgstr ""
+
+#: templates/lAfix.php:35
+msgid "Aug."
+msgstr ""
+
+#: templates/lAfix.php:36
+msgid "Sep."
+msgstr ""
+
+#: templates/lAfix.php:37
+msgid "Oct."
+msgstr ""
+
+#: templates/lAfix.php:38
+msgid "Nov."
+msgstr ""
+
+#: templates/lAfix.php:39
+msgid "Dec."
+msgstr ""
+
#: templates/part.choosecalendar.php:1
msgid "Choose active calendars"
msgstr "Vali aktiivsed kalendrid"
#: templates/part.choosecalendar.php:15
msgid "New Calendar"
-msgstr ""
+msgstr "Uus kalender"
#: templates/part.choosecalendar.php:20
#: templates/part.choosecalendar.rowfields.php:4
msgid "CalDav Link"
-msgstr ""
+msgstr "CalDav Link"
#: templates/part.choosecalendar.rowfields.php:4
msgid "Download"
msgstr "Lae alla"
#: templates/part.choosecalendar.rowfields.php:4
-#: templates/part.eventinfo.php:64
msgid "Edit"
msgstr "Muuda"
#: templates/part.choosecalendar.rowfields.php:4
-#: templates/part.editevent.php:8
+#: templates/part.editevent.php:9
msgid "Delete"
-msgstr ""
+msgstr "Kustuta"
#: templates/part.editcalendar.php:9
msgid "New calendar"
-msgstr ""
+msgstr "Uus kalender"
#: templates/part.editcalendar.php:9
msgid "Edit calendar"
@@ -376,90 +457,181 @@ msgstr "Näidatav nimi"
msgid "Active"
msgstr "Aktiivne"
-#: templates/part.editcalendar.php:29 templates/part.eventform.php:88
-#: templates/part.eventinfo.php:58
-msgid "Description"
-msgstr "Kirjeldus"
-
-#: templates/part.editcalendar.php:35
+#: templates/part.editcalendar.php:29
msgid "Calendar color"
msgstr "Kalendri värv"
-#: templates/part.editcalendar.php:41
+#: templates/part.editcalendar.php:42
msgid "Save"
-msgstr ""
+msgstr "Salvesta"
-#: templates/part.editcalendar.php:41 templates/part.editevent.php:7
+#: templates/part.editcalendar.php:42 templates/part.editevent.php:8
#: templates/part.newevent.php:6
msgid "Submit"
msgstr "OK"
-#: templates/part.editcalendar.php:42
+#: templates/part.editcalendar.php:43
msgid "Cancel"
-msgstr ""
+msgstr "Loobu"
-#: templates/part.editevent.php:1 templates/part.eventinfo.php:1
+#: templates/part.editevent.php:1
msgid "Edit an event"
msgstr "Muuda sündmust"
-#: templates/part.eventform.php:3 templates/part.eventinfo.php:4
-msgid "Title"
-msgstr "Pealkiri"
+#: templates/part.editevent.php:10
+msgid "Export"
+msgstr "Ekspordi"
#: templates/part.eventform.php:5
msgid "Title of the Event"
msgstr "Sündmuse pealkiri"
-#: templates/part.eventform.php:9 templates/part.eventinfo.php:9
-msgid "Location"
-msgstr "Asukoht"
-
#: templates/part.eventform.php:11
-msgid "Location of the Event"
-msgstr "Sündmuse toimumiskoht"
-
-#: templates/part.eventform.php:17 templates/part.eventinfo.php:16
msgid "Category"
msgstr "Kategooria"
-#: templates/part.eventform.php:19
+#: templates/part.eventform.php:13
msgid "Select category"
-msgstr ""
+msgstr "Salvesta kategooria"
-#: templates/part.eventform.php:45 templates/part.eventinfo.php:28
+#: templates/part.eventform.php:37
msgid "All Day Event"
msgstr "Kogu päeva sündmus"
-#: templates/part.eventform.php:49 templates/part.eventinfo.php:31
+#: templates/part.eventform.php:41
msgid "From"
msgstr "Alates"
-#: templates/part.eventform.php:57 templates/part.eventinfo.php:38
+#: templates/part.eventform.php:49
msgid "To"
msgstr "Kuni"
-#: templates/part.eventform.php:65 templates/part.eventinfo.php:44
+#: templates/part.eventform.php:57
+msgid "Advanced options"
+msgstr "Lisavalikud"
+
+#: templates/part.eventform.php:61
msgid "Repeat"
msgstr "Korda"
-#: templates/part.eventform.php:81 templates/part.eventinfo.php:51
-msgid "Attendees"
-msgstr "Osalejad"
+#: templates/part.eventform.php:68
+msgid "Advanced"
+msgstr ""
-#: templates/part.eventform.php:89
+#: templates/part.eventform.php:112
+msgid "Select weekdays"
+msgstr ""
+
+#: templates/part.eventform.php:125 templates/part.eventform.php:138
+msgid "Select days"
+msgstr ""
+
+#: templates/part.eventform.php:130
+msgid "and the events day of year."
+msgstr ""
+
+#: templates/part.eventform.php:143
+msgid "and the events day of month."
+msgstr ""
+
+#: templates/part.eventform.php:151
+msgid "Select months"
+msgstr ""
+
+#: templates/part.eventform.php:164
+msgid "Select weeks"
+msgstr ""
+
+#: templates/part.eventform.php:169
+msgid "and the events week of year."
+msgstr ""
+
+#: templates/part.eventform.php:175
+msgid "Interval"
+msgstr ""
+
+#: templates/part.eventform.php:181
+msgid "End"
+msgstr ""
+
+#: templates/part.eventform.php:193
+msgid "occurrences"
+msgstr ""
+
+#: templates/part.eventform.php:208
+msgid "Location"
+msgstr "Asukoht"
+
+#: templates/part.eventform.php:210
+msgid "Location of the Event"
+msgstr "Sündmuse toimumiskoht"
+
+#: templates/part.eventform.php:216
+msgid "Description"
+msgstr "Kirjeldus"
+
+#: templates/part.eventform.php:218
msgid "Description of the Event"
msgstr "Sündmuse kirjeldus"
-#: templates/part.eventinfo.php:63
-msgid "Close"
-msgstr "Sulge"
+#: templates/part.import.php:1
+msgid "Import a calendar file"
+msgstr ""
+
+#: templates/part.import.php:6
+msgid "Please choose the calendar"
+msgstr "Palun vali kalender"
+
+#: templates/part.import.php:10
+msgid "create a new calendar"
+msgstr ""
+
+#: templates/part.import.php:15
+msgid "Name of new calendar"
+msgstr ""
+
+#: templates/part.import.php:17
+msgid "Import"
+msgstr "Impordi"
+
+#: templates/part.import.php:20
+msgid "Importing calendar"
+msgstr ""
+
+#: templates/part.import.php:23
+msgid "Calendar imported successfully"
+msgstr ""
+
+#: templates/part.import.php:24
+msgid "Close Dialog"
+msgstr ""
#: templates/part.newevent.php:1
msgid "Create a new event"
msgstr "Loo sündmus"
-#: templates/settings.php:11
+#: templates/settings.php:13
msgid "Timezone"
msgstr "Ajavöönd"
+#: templates/settings.php:30
+msgid "Check always for changes of the timezone"
+msgstr ""
+
+#: templates/settings.php:32
+msgid "Timeformat"
+msgstr "Aja vorming"
+
+#: templates/settings.php:34
+msgid "24h"
+msgstr "24h"
+
+#: templates/settings.php:35
+msgid "12h"
+msgstr "12h"
+
+#: templates/settings.php:41
+msgid "Calendar CalDAV syncing address:"
+msgstr "Kalendri CalDAV sünkroniseerimise aadress:"
+
diff --git a/l10n/et_EE/contacts.po b/l10n/et_EE/contacts.po
index b7034000524..8b6c2c6873c 100644
--- a/l10n/et_EE/contacts.po
+++ b/l10n/et_EE/contacts.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-11 00:18+0100\n"
-"PO-Revision-Date: 2012-01-10 23:43+0000\n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:45+0000\n"
"Last-Translator: icewind \n"
"Language-Team: Estonian (Estonia) (http://www.transifex.net/projects/p/owncloud/team/et_EE/)\n"
"MIME-Version: 1.0\n"
@@ -18,6 +18,50 @@ msgstr ""
"Language: et_EE\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+#: ajax/activation.php:17 ajax/updateaddressbook.php:26
+msgid "Error (de)activating addressbook."
+msgstr ""
+
+#: ajax/addcard.php:79
+msgid "There was an error adding the contact."
+msgstr ""
+
+#: ajax/addproperty.php:39
+msgid "Cannot add empty property."
+msgstr ""
+
+#: ajax/addproperty.php:51
+msgid "At least one of the address fields has to be filled out."
+msgstr ""
+
+#: ajax/addproperty.php:77
+msgid "Error adding contact property."
+msgstr ""
+
+#: ajax/createaddressbook.php:20
+msgid "Error adding addressbook."
+msgstr ""
+
+#: ajax/createaddressbook.php:26
+msgid "Error activating addressbook."
+msgstr ""
+
+#: ajax/deleteproperty.php:40
+msgid "Error deleting contact property."
+msgstr ""
+
+#: ajax/setproperty.php:79
+msgid "Error updating contact property."
+msgstr ""
+
+#: ajax/updateaddressbook.php:20
+msgid "Error updating addressbook."
+msgstr ""
+
+#: appinfo/app.php:21 templates/settings.php:3
+msgid "Contacts"
+msgstr ""
+
#: lib/app.php:42
msgid "This is not your addressbook."
msgstr "See pole sinu aadressiraamat."
@@ -26,29 +70,25 @@ msgstr "See pole sinu aadressiraamat."
msgid "Contact could not be found."
msgstr "Kontakti ei leitud."
-#: lib/app.php:65
-msgid "vCard could not be read."
-msgstr "Visiitkaardi lugemine ebaõnnestus,"
-
#: lib/app.php:79
msgid "Information about vCard is incorrect. Please reload the page."
msgstr "Visiitkaardi info pole korrektne. Palun lae leht uuesti."
-#: lib/app.php:91 templates/part.addcardform.php:56
+#: lib/app.php:91 templates/part.addcardform.php:54
#: templates/part.property.php:45 templates/part.setpropertyform.php:7
msgid "Address"
msgstr "Aadress"
-#: lib/app.php:92 templates/part.addcardform.php:37
+#: lib/app.php:92 templates/part.addcardform.php:43
msgid "Telephone"
msgstr "Telefon"
-#: lib/app.php:93 templates/part.addcardform.php:31
+#: lib/app.php:93 templates/part.addcardform.php:37
#: templates/part.property.php:16 templates/part.setpropertyform.php:51
msgid "Email"
msgstr "E-post"
-#: lib/app.php:94 templates/part.addcardform.php:23
+#: lib/app.php:94 templates/part.addcardform.php:27
#: templates/part.property.php:9 templates/part.setpropertyform.php:54
msgid "Organization"
msgstr "Organisatsioon"
@@ -85,6 +125,10 @@ msgstr "Video"
msgid "Pager"
msgstr "Piipar"
+#: lib/search.php:22
+msgid "Contact"
+msgstr ""
+
#: photo.php:40
msgid "This is not your contact."
msgstr "See pole sinu kontakt."
@@ -97,68 +141,64 @@ msgstr "See kaart ei ühildu RFC-ga."
msgid "This card does not contain a photo."
msgstr "Sellel kaardil pole fotot."
-#: templates/index.php:13
+#: templates/index.php:6
msgid "Add Contact"
msgstr "Lisa kontakt"
-#: templates/index.php:14
-msgid "Address Books"
+#: templates/index.php:7
+msgid "Addressbooks"
msgstr ""
#: templates/part.addcardform.php:8
-msgid "Group"
-msgstr "Grupp"
+msgid "Addressbook"
+msgstr ""
-#: templates/part.addcardform.php:19
+#: templates/part.addcardform.php:21
msgid "Name"
msgstr "Nimi"
-#: templates/part.addcardform.php:41
-msgid "Number"
-msgstr ""
-
-#: templates/part.addcardform.php:45 templates/part.addcardform.php:59
-#: templates/part.details.php:42 templates/part.details.php:78
-#: templates/part.setpropertyform.php:10 templates/part.setpropertyform.php:47
+#: templates/part.addcardform.php:57 templates/part.details.php:43
+#: templates/part.details.php:79 templates/part.setpropertyform.php:10
+#: templates/part.setpropertyform.php:47
msgid "Type"
msgstr ""
-#: templates/part.addcardform.php:65 templates/part.details.php:48
+#: templates/part.addcardform.php:65 templates/part.details.php:49
#: templates/part.setpropertyform.php:16
msgid "PO Box"
msgstr "Postkontori postkast"
-#: templates/part.addcardform.php:69 templates/part.details.php:52
+#: templates/part.addcardform.php:72 templates/part.details.php:53
#: templates/part.setpropertyform.php:20
msgid "Extended"
msgstr "Laiendatud"
-#: templates/part.addcardform.php:73 templates/part.details.php:56
+#: templates/part.addcardform.php:78 templates/part.details.php:57
#: templates/part.setpropertyform.php:24
msgid "Street"
msgstr "Tänav"
-#: templates/part.addcardform.php:77 templates/part.details.php:60
+#: templates/part.addcardform.php:84 templates/part.details.php:61
#: templates/part.setpropertyform.php:28
msgid "City"
msgstr "Linn"
-#: templates/part.addcardform.php:81 templates/part.details.php:64
+#: templates/part.addcardform.php:90 templates/part.details.php:65
#: templates/part.setpropertyform.php:32
msgid "Region"
msgstr "Piirkond"
-#: templates/part.addcardform.php:85 templates/part.details.php:68
+#: templates/part.addcardform.php:96 templates/part.details.php:69
#: templates/part.setpropertyform.php:36
msgid "Zipcode"
msgstr "Postiindeks"
-#: templates/part.addcardform.php:89 templates/part.details.php:72
+#: templates/part.addcardform.php:102 templates/part.details.php:73
#: templates/part.setpropertyform.php:40
msgid "Country"
msgstr "Riik"
-#: templates/part.addcardform.php:97
+#: templates/part.addcardform.php:109
msgid "Create Contact"
msgstr "Lisa kontakt"
@@ -167,7 +207,6 @@ msgid "Choose active Address Books"
msgstr ""
#: templates/part.chooseaddressbook.php:16
-#: templates/part.editaddressbook.php:9
msgid "New Address Book"
msgstr ""
@@ -189,15 +228,23 @@ msgid "Delete"
msgstr "Kustuta"
#: templates/part.details.php:3
+msgid "Download contact"
+msgstr ""
+
+#: templates/part.details.php:4
msgid "Delete contact"
msgstr ""
-#: templates/part.details.php:33
+#: templates/part.details.php:34
msgid "Add"
msgstr ""
#: templates/part.editaddressbook.php:9
-msgid "Edit Address Book"
+msgid "New Addressbook"
+msgstr ""
+
+#: templates/part.editaddressbook.php:9
+msgid "Edit Addressbook"
msgstr ""
#: templates/part.editaddressbook.php:12
@@ -236,4 +283,8 @@ msgstr "Telefon"
msgid "Update"
msgstr ""
+#: templates/settings.php:4
+msgid "CardDAV syncing address:"
+msgstr ""
+
diff --git a/l10n/et_EE/gallery.po b/l10n/et_EE/gallery.po
new file mode 100644
index 00000000000..fb623745150
--- /dev/null
+++ b/l10n/et_EE/gallery.po
@@ -0,0 +1,32 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: ownCloud\n"
+"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:48+0000\n"
+"Last-Translator: icewind \n"
+"Language-Team: Estonian (Estonia) (http://www.transifex.net/projects/p/owncloud/team/et_EE/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: et_EE\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+
+#: appinfo/app.php:41
+msgid "Gallery"
+msgstr ""
+
+#: templates/index.php:10
+msgid "Rescan"
+msgstr ""
+
+#: templates/view_album.php:19
+msgid "Back"
+msgstr ""
+
+
diff --git a/l10n/eu/calendar.po b/l10n/eu/calendar.po
index 93fd3c27f37..7ef03022a17 100644
--- a/l10n/eu/calendar.po
+++ b/l10n/eu/calendar.po
@@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-07 18:29+0100\n"
-"PO-Revision-Date: 2012-01-08 08:41+0000\n"
-"Last-Translator: george \n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:45+0000\n"
+"Last-Translator: icewind \n"
"Language-Team: Basque (http://www.transifex.net/projects/p/owncloud/team/eu/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -315,27 +315,27 @@ msgstr "Gertaera hasi baino lehen bukatzen da"
msgid "There was a database fail"
msgstr "Datu baseak huts egin du"
-#: templates/calendar.php:38
+#: templates/calendar.php:52
msgid "Week"
msgstr "Astea"
-#: templates/calendar.php:39
+#: templates/calendar.php:53
msgid "Month"
msgstr "Hilabetea"
-#: templates/calendar.php:40
+#: templates/calendar.php:54
msgid "List"
msgstr "Zerrenda"
-#: templates/calendar.php:45
+#: templates/calendar.php:59
msgid "Today"
msgstr "Gaur"
-#: templates/calendar.php:46
+#: templates/calendar.php:60
msgid "Calendars"
msgstr "Egutegiak"
-#: templates/calendar.php:64
+#: templates/calendar.php:78
msgid "There was a fail, while parsing the file."
msgstr "Huts bat egon da, fitxategia aztertzen zen bitartea."
@@ -449,7 +449,7 @@ msgstr "Egutegi berria"
msgid "Edit calendar"
msgstr "Editatu egutegia"
-#: templates/part.editcalendar.php:12 templates/part.import.php:29
+#: templates/part.editcalendar.php:12
msgid "Displayname"
msgstr "Bistaratzeko izena"
@@ -575,36 +575,36 @@ msgid "Description of the Event"
msgstr "Gertaeraren deskribapena"
#: templates/part.import.php:1
-msgid "Import Ical File"
-msgstr "inportatu ical fitxategia"
-
-#: templates/part.import.php:4
-msgid "How to import the new calendar?"
-msgstr "Nola inportatu egutegi berria?"
+msgid "Import a calendar file"
+msgstr ""
#: templates/part.import.php:6
-msgid "Import into an existing calendar"
-msgstr "inportatu existitzen den egutegi batera"
-
-#: templates/part.import.php:7
-msgid "Import into a new calendar"
-msgstr "inportatu egutegi berri batera"
-
-#: templates/part.import.php:10
msgid "Please choose the calendar"
msgstr "Mesedez aukeratu egutegia"
-#: templates/part.import.php:20 templates/part.import.php:37
+#: templates/part.import.php:10
+msgid "create a new calendar"
+msgstr ""
+
+#: templates/part.import.php:15
+msgid "Name of new calendar"
+msgstr ""
+
+#: templates/part.import.php:17
msgid "Import"
msgstr "Importatu"
-#: templates/part.import.php:22 templates/part.import.php:39
-msgid "Back"
-msgstr "Atzera"
+#: templates/part.import.php:20
+msgid "Importing calendar"
+msgstr ""
-#: templates/part.import.php:25
-msgid "Please fill out the form"
-msgstr "Mesedez inprimakia bete"
+#: templates/part.import.php:23
+msgid "Calendar imported successfully"
+msgstr ""
+
+#: templates/part.import.php:24
+msgid "Close Dialog"
+msgstr ""
#: templates/part.newevent.php:1
msgid "Create a new event"
diff --git a/l10n/eu/contacts.po b/l10n/eu/contacts.po
index c7023773dd0..5eba801b1bf 100644
--- a/l10n/eu/contacts.po
+++ b/l10n/eu/contacts.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-11 00:18+0100\n"
-"PO-Revision-Date: 2012-01-10 23:43+0000\n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:45+0000\n"
"Last-Translator: icewind \n"
"Language-Team: Basque (http://www.transifex.net/projects/p/owncloud/team/eu/)\n"
"MIME-Version: 1.0\n"
@@ -18,6 +18,50 @@ msgstr ""
"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+#: ajax/activation.php:17 ajax/updateaddressbook.php:26
+msgid "Error (de)activating addressbook."
+msgstr ""
+
+#: ajax/addcard.php:79
+msgid "There was an error adding the contact."
+msgstr ""
+
+#: ajax/addproperty.php:39
+msgid "Cannot add empty property."
+msgstr ""
+
+#: ajax/addproperty.php:51
+msgid "At least one of the address fields has to be filled out."
+msgstr ""
+
+#: ajax/addproperty.php:77
+msgid "Error adding contact property."
+msgstr ""
+
+#: ajax/createaddressbook.php:20
+msgid "Error adding addressbook."
+msgstr ""
+
+#: ajax/createaddressbook.php:26
+msgid "Error activating addressbook."
+msgstr ""
+
+#: ajax/deleteproperty.php:40
+msgid "Error deleting contact property."
+msgstr ""
+
+#: ajax/setproperty.php:79
+msgid "Error updating contact property."
+msgstr ""
+
+#: ajax/updateaddressbook.php:20
+msgid "Error updating addressbook."
+msgstr ""
+
+#: appinfo/app.php:21 templates/settings.php:3
+msgid "Contacts"
+msgstr ""
+
#: lib/app.php:42
msgid "This is not your addressbook."
msgstr "Hau ez da zure helbide liburua."
@@ -26,30 +70,26 @@ msgstr "Hau ez da zure helbide liburua."
msgid "Contact could not be found."
msgstr "Ezin izan da kontaktua aurkitu."
-#: lib/app.php:65
-msgid "vCard could not be read."
-msgstr "Ezin izan da vCard-a irakurri."
-
#: lib/app.php:79
msgid "Information about vCard is incorrect. Please reload the page."
msgstr ""
"vCard-aren inguruko informazioa okerra da. Mesedez birkargatu orrialdea."
-#: lib/app.php:91 templates/part.addcardform.php:56
+#: lib/app.php:91 templates/part.addcardform.php:54
#: templates/part.property.php:45 templates/part.setpropertyform.php:7
msgid "Address"
msgstr "Helbidea"
-#: lib/app.php:92 templates/part.addcardform.php:37
+#: lib/app.php:92 templates/part.addcardform.php:43
msgid "Telephone"
msgstr "Telefonoa"
-#: lib/app.php:93 templates/part.addcardform.php:31
+#: lib/app.php:93 templates/part.addcardform.php:37
#: templates/part.property.php:16 templates/part.setpropertyform.php:51
msgid "Email"
msgstr "Eposta"
-#: lib/app.php:94 templates/part.addcardform.php:23
+#: lib/app.php:94 templates/part.addcardform.php:27
#: templates/part.property.php:9 templates/part.setpropertyform.php:54
msgid "Organization"
msgstr "Erakundea"
@@ -86,6 +126,10 @@ msgstr "Bideoa"
msgid "Pager"
msgstr "Bilagailua"
+#: lib/search.php:22
+msgid "Contact"
+msgstr ""
+
#: photo.php:40
msgid "This is not your contact."
msgstr "Hau ez da zure kontaktua."
@@ -98,68 +142,64 @@ msgstr "Txartel hau ez da RFC bateragarria."
msgid "This card does not contain a photo."
msgstr "Txartel honek ez dauka argazkirik."
-#: templates/index.php:13
+#: templates/index.php:6
msgid "Add Contact"
msgstr "Gehitu Kontaktua"
-#: templates/index.php:14
-msgid "Address Books"
+#: templates/index.php:7
+msgid "Addressbooks"
msgstr ""
#: templates/part.addcardform.php:8
-msgid "Group"
-msgstr "Taldea"
+msgid "Addressbook"
+msgstr ""
-#: templates/part.addcardform.php:19
+#: templates/part.addcardform.php:21
msgid "Name"
msgstr "Izena"
-#: templates/part.addcardform.php:41
-msgid "Number"
-msgstr ""
-
-#: templates/part.addcardform.php:45 templates/part.addcardform.php:59
-#: templates/part.details.php:42 templates/part.details.php:78
-#: templates/part.setpropertyform.php:10 templates/part.setpropertyform.php:47
+#: templates/part.addcardform.php:57 templates/part.details.php:43
+#: templates/part.details.php:79 templates/part.setpropertyform.php:10
+#: templates/part.setpropertyform.php:47
msgid "Type"
msgstr ""
-#: templates/part.addcardform.php:65 templates/part.details.php:48
+#: templates/part.addcardform.php:65 templates/part.details.php:49
#: templates/part.setpropertyform.php:16
msgid "PO Box"
msgstr "Posta kutxa"
-#: templates/part.addcardform.php:69 templates/part.details.php:52
+#: templates/part.addcardform.php:72 templates/part.details.php:53
#: templates/part.setpropertyform.php:20
msgid "Extended"
msgstr "Hedatua"
-#: templates/part.addcardform.php:73 templates/part.details.php:56
+#: templates/part.addcardform.php:78 templates/part.details.php:57
#: templates/part.setpropertyform.php:24
msgid "Street"
msgstr "Kalea"
-#: templates/part.addcardform.php:77 templates/part.details.php:60
+#: templates/part.addcardform.php:84 templates/part.details.php:61
#: templates/part.setpropertyform.php:28
msgid "City"
msgstr "Hiria"
-#: templates/part.addcardform.php:81 templates/part.details.php:64
+#: templates/part.addcardform.php:90 templates/part.details.php:65
#: templates/part.setpropertyform.php:32
msgid "Region"
msgstr "Eskualdea"
-#: templates/part.addcardform.php:85 templates/part.details.php:68
+#: templates/part.addcardform.php:96 templates/part.details.php:69
#: templates/part.setpropertyform.php:36
msgid "Zipcode"
msgstr "Posta Kodea"
-#: templates/part.addcardform.php:89 templates/part.details.php:72
+#: templates/part.addcardform.php:102 templates/part.details.php:73
#: templates/part.setpropertyform.php:40
msgid "Country"
msgstr "Herrialdea"
-#: templates/part.addcardform.php:97
+#: templates/part.addcardform.php:109
msgid "Create Contact"
msgstr "Sortu Kontaktua"
@@ -168,7 +208,6 @@ msgid "Choose active Address Books"
msgstr ""
#: templates/part.chooseaddressbook.php:16
-#: templates/part.editaddressbook.php:9
msgid "New Address Book"
msgstr ""
@@ -190,15 +229,23 @@ msgid "Delete"
msgstr "Ezabatu"
#: templates/part.details.php:3
+msgid "Download contact"
+msgstr ""
+
+#: templates/part.details.php:4
msgid "Delete contact"
msgstr ""
-#: templates/part.details.php:33
+#: templates/part.details.php:34
msgid "Add"
msgstr ""
#: templates/part.editaddressbook.php:9
-msgid "Edit Address Book"
+msgid "New Addressbook"
+msgstr ""
+
+#: templates/part.editaddressbook.php:9
+msgid "Edit Addressbook"
msgstr ""
#: templates/part.editaddressbook.php:12
@@ -237,4 +284,8 @@ msgstr "Telefonoa"
msgid "Update"
msgstr ""
+#: templates/settings.php:4
+msgid "CardDAV syncing address:"
+msgstr ""
+
diff --git a/l10n/eu/gallery.po b/l10n/eu/gallery.po
new file mode 100644
index 00000000000..e2dc7b08f2a
--- /dev/null
+++ b/l10n/eu/gallery.po
@@ -0,0 +1,32 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: ownCloud\n"
+"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:48+0000\n"
+"Last-Translator: icewind \n"
+"Language-Team: Basque (http://www.transifex.net/projects/p/owncloud/team/eu/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+
+#: appinfo/app.php:41
+msgid "Gallery"
+msgstr ""
+
+#: templates/index.php:10
+msgid "Rescan"
+msgstr ""
+
+#: templates/view_album.php:19
+msgid "Back"
+msgstr ""
+
+
diff --git a/l10n/fr/calendar.po b/l10n/fr/calendar.po
index 3c961b669c8..2b5623cf569 100644
--- a/l10n/fr/calendar.po
+++ b/l10n/fr/calendar.po
@@ -3,14 +3,18 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
-# , 2011.
+# , 2011.
+# , 2011.
+# Jan-Christoph Borchardt , 2011.
+# , 2011, 2012.
+# Yann Yann , 2011.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2011-09-24 23:05+0200\n"
-"PO-Revision-Date: 2011-09-24 21:05+0000\n"
-"Last-Translator: JanCBorchardt \n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:45+0000\n"
+"Last-Translator: icewind \n"
"Language-Team: French (http://www.transifex.net/projects/p/owncloud/team/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -18,321 +22,403 @@ msgstr ""
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
-#: ajax/createcalendar.php:18 ajax/settimezone.php:19
-#: ajax/updatecalendar.php:18
-msgid "Authentication error"
-msgstr "Erreur d'authentification"
+#: ajax/guesstimezone.php:42
+msgid "New Timezone:"
+msgstr "Nouveau fuseau horaire :"
-#: ajax/editeventform.php:25
-msgid "Wrong calendar"
-msgstr "Mauvais calendrier"
-
-#: ajax/settimezone.php:27
+#: ajax/settimezone.php:22
msgid "Timezone changed"
msgstr "Fuseau horaire modifié"
-#: ajax/settimezone.php:29
+#: ajax/settimezone.php:24
msgid "Invalid request"
msgstr "Requête invalide"
-#: appinfo/app.php:19 templates/part.eventform.php:27
-#: templates/part.eventinfo.php:18
+#: appinfo/app.php:20 templates/calendar.php:13
+#: templates/part.eventform.php:20
msgid "Calendar"
msgstr "Calendrier"
-#: lib/object.php:292
+#: lib/app.php:19
+msgid "Wrong calendar"
+msgstr "Mauvais calendrier"
+
+#: lib/app.php:60 lib/object.php:332
msgid "Birthday"
msgstr "Anniversaire"
-#: lib/object.php:293
+#: lib/app.php:61 lib/object.php:333
msgid "Business"
-msgstr "Business"
+msgstr "Professionnel"
-#: lib/object.php:294
+#: lib/app.php:62 lib/object.php:334
msgid "Call"
msgstr "Appel"
-#: lib/object.php:295
+#: lib/app.php:63 lib/object.php:335
msgid "Clients"
-msgstr "Clients"
+msgstr "Clientèle"
-#: lib/object.php:296
+#: lib/app.php:64 lib/object.php:336
msgid "Deliverer"
-msgstr "Livreur"
+msgstr "Livraison"
-#: lib/object.php:297
+#: lib/app.php:65 lib/object.php:337
msgid "Holidays"
msgstr "Vacances"
-#: lib/object.php:298
+#: lib/app.php:66 lib/object.php:338
msgid "Ideas"
msgstr "Idées"
-#: lib/object.php:299
+#: lib/app.php:67 lib/object.php:339
msgid "Journey"
-msgstr "Journée"
+msgstr "Déplacement"
-#: lib/object.php:300
+#: lib/app.php:68 lib/object.php:340
msgid "Jubilee"
msgstr "Jubilé"
-#: lib/object.php:301
+#: lib/app.php:69 lib/object.php:341
msgid "Meeting"
msgstr "Meeting"
-#: lib/object.php:302
+#: lib/app.php:70 lib/object.php:342
msgid "Other"
msgstr "Autre"
-#: lib/object.php:303
+#: lib/app.php:71 lib/object.php:343
msgid "Personal"
msgstr "Personnel"
-#: lib/object.php:304
+#: lib/app.php:72 lib/object.php:344
msgid "Projects"
msgstr "Projets"
-#: lib/object.php:305
+#: lib/app.php:73 lib/object.php:345
msgid "Questions"
msgstr "Questions"
-#: lib/object.php:306
+#: lib/app.php:74 lib/object.php:346
msgid "Work"
msgstr "Travail"
-#: lib/object.php:313
+#: lib/object.php:353
msgid "Does not repeat"
msgstr "Pas de répétition"
-#: lib/object.php:314
+#: lib/object.php:354
msgid "Daily"
msgstr "Tous les jours"
-#: lib/object.php:315
+#: lib/object.php:355
msgid "Weekly"
-msgstr "Toutes les semaines"
+msgstr "Hebdomadaire"
-#: lib/object.php:316
+#: lib/object.php:356
msgid "Every Weekday"
-msgstr "Chaque jour de la semaine"
+msgstr "Quotidien"
-#: lib/object.php:317
+#: lib/object.php:357
msgid "Bi-Weekly"
-msgstr "Bimestriel"
+msgstr "Bi-hebdomadaire"
-#: lib/object.php:318
+#: lib/object.php:358
msgid "Monthly"
-msgstr "Tous les mois"
+msgstr "Mensuel"
-#: lib/object.php:319
+#: lib/object.php:359
msgid "Yearly"
-msgstr "Tous les ans"
+msgstr "Annuel"
-#: lib/object.php:337
-msgid "Not an array"
-msgstr "Ce n'est pas un tableau"
+#: lib/object.php:366
+msgid "never"
+msgstr "jamais"
-#: templates/calendar.php:3
-msgid "All day"
-msgstr "Tous les jours"
+#: lib/object.php:367
+msgid "by occurrences"
+msgstr "par occurrences"
-#: templates/calendar.php:32
-msgid "Sunday"
-msgstr "Dimanche"
+#: lib/object.php:368
+msgid "by date"
+msgstr "par date"
-#: templates/calendar.php:32
+#: lib/object.php:375
+msgid "by monthday"
+msgstr "par jour du mois"
+
+#: lib/object.php:376
+msgid "by weekday"
+msgstr "par jour de la semaine"
+
+#: lib/object.php:383 templates/lAfix.php:3
msgid "Monday"
msgstr "Lundi"
-#: templates/calendar.php:32
+#: lib/object.php:384 templates/lAfix.php:4
msgid "Tuesday"
msgstr "Mardi"
-#: templates/calendar.php:32
+#: lib/object.php:385 templates/lAfix.php:5
msgid "Wednesday"
msgstr "Mercredi"
-#: templates/calendar.php:32
+#: lib/object.php:386 templates/lAfix.php:6
msgid "Thursday"
msgstr "Jeudi"
-#: templates/calendar.php:32
+#: lib/object.php:387 templates/lAfix.php:7
msgid "Friday"
msgstr "Vendredi"
-#: templates/calendar.php:32
+#: lib/object.php:388 templates/lAfix.php:8
msgid "Saturday"
msgstr "Samedi"
-#: templates/calendar.php:33
-msgid "Sun."
-msgstr "Dim."
+#: lib/object.php:389 templates/lAfix.php:2
+msgid "Sunday"
+msgstr "Dimanche"
-#: templates/calendar.php:33
-msgid "Mon."
-msgstr "Lun."
+#: lib/object.php:396
+msgid "events week of month"
+msgstr ""
-#: templates/calendar.php:33
-msgid "Tue."
-msgstr "Mar."
+#: lib/object.php:397
+msgid "first"
+msgstr "premier"
-#: templates/calendar.php:33
-msgid "Wed."
-msgstr "Mer."
+#: lib/object.php:398
+msgid "second"
+msgstr "second"
-#: templates/calendar.php:33
-msgid "Thu."
-msgstr "Jeu."
+#: lib/object.php:399
+msgid "third"
+msgstr "troisième"
-#: templates/calendar.php:33
-msgid "Fri."
-msgstr "Ven."
+#: lib/object.php:400
+msgid "fourth"
+msgstr "quatrième"
-#: templates/calendar.php:33
-msgid "Sat."
-msgstr "Sam."
+#: lib/object.php:401
+msgid "fifth"
+msgstr "cinquième"
-#: templates/calendar.php:34
+#: lib/object.php:402
+msgid "last"
+msgstr "dernier"
+
+#: lib/object.php:424 templates/lAfix.php:16
msgid "January"
msgstr "Janvier"
-#: templates/calendar.php:34
+#: lib/object.php:425 templates/lAfix.php:17
msgid "February"
msgstr "Février"
-#: templates/calendar.php:34
+#: lib/object.php:426 templates/lAfix.php:18
msgid "March"
msgstr "Mars"
-#: templates/calendar.php:34
+#: lib/object.php:427 templates/lAfix.php:19
msgid "April"
msgstr "Avril"
-#: templates/calendar.php:34
+#: lib/object.php:428 templates/lAfix.php:20
msgid "May"
msgstr "Mai"
-#: templates/calendar.php:34
+#: lib/object.php:429 templates/lAfix.php:21
msgid "June"
msgstr "Juin"
-#: templates/calendar.php:34
+#: lib/object.php:430 templates/lAfix.php:22
msgid "July"
msgstr "Juillet"
-#: templates/calendar.php:34
+#: lib/object.php:431 templates/lAfix.php:23
msgid "August"
msgstr "Août"
-#: templates/calendar.php:34
+#: lib/object.php:432 templates/lAfix.php:24
msgid "September"
msgstr "Septembre"
-#: templates/calendar.php:34
+#: lib/object.php:433 templates/lAfix.php:25
msgid "October"
msgstr "Octobre"
-#: templates/calendar.php:34
+#: lib/object.php:434 templates/lAfix.php:26
msgid "November"
msgstr "Novembre"
-#: templates/calendar.php:34
+#: lib/object.php:435 templates/lAfix.php:27
msgid "December"
msgstr "Décembre"
-#: templates/calendar.php:35
-msgid "Jan."
-msgstr "Jan."
+#: lib/object.php:441
+msgid "by events date"
+msgstr "par date d’événements"
-#: templates/calendar.php:35
-msgid "Feb."
-msgstr "Fév."
+#: lib/object.php:442
+msgid "by yearday(s)"
+msgstr "par jour(s) de l'année"
-#: templates/calendar.php:35
-msgid "Mar."
-msgstr "Mar."
+#: lib/object.php:443
+msgid "by weeknumber(s)"
+msgstr "par numéro de semaine(s)"
-#: templates/calendar.php:35
-msgid "Apr."
-msgstr "Avr."
+#: lib/object.php:444
+msgid "by day and month"
+msgstr "par jour et mois"
-#: templates/calendar.php:35
-msgid "May."
-msgstr "Peut-être *****"
+#: lib/object.php:467
+msgid "Not an array"
+msgstr "Ce n'est pas un tableau"
-#: templates/calendar.php:35
-msgid "Jun."
-msgstr "Juin"
+#: lib/search.php:32 lib/search.php:34 lib/search.php:37
+msgid "Date"
+msgstr "Date"
-#: templates/calendar.php:35
-msgid "Jul."
-msgstr "Juil."
+#: lib/search.php:40
+msgid "Cal."
+msgstr "Cal."
-#: templates/calendar.php:35
-msgid "Aug."
-msgstr "Aoû."
+#: templates/calendar.php:10
+msgid "All day"
+msgstr "Journée entière"
-#: templates/calendar.php:35
-msgid "Sep."
-msgstr "Sep."
+#: templates/calendar.php:11
+msgid "Missing fields"
+msgstr "Champs manquants"
-#: templates/calendar.php:35
-msgid "Oct."
-msgstr "Oct."
+#: templates/calendar.php:12 templates/part.eventform.php:3
+msgid "Title"
+msgstr "Titre"
-#: templates/calendar.php:35
-msgid "Nov."
-msgstr "Nov."
+#: templates/calendar.php:14
+msgid "From Date"
+msgstr "De la date"
-#: templates/calendar.php:35
-msgid "Dec."
-msgstr "Déc."
+#: templates/calendar.php:15
+msgid "From Time"
+msgstr "De l'heure"
-#: templates/calendar.php:36 templates/calendar.php:50
-#: templates/calendar.php:116
+#: templates/calendar.php:16
+msgid "To Date"
+msgstr "A la date"
+
+#: templates/calendar.php:17
+msgid "To Time"
+msgstr "A l'heure"
+
+#: templates/calendar.php:18
+msgid "The event ends before it starts"
+msgstr "L'évènement s'est terminé avant qu'il ne commence"
+
+#: templates/calendar.php:19
+msgid "There was a database fail"
+msgstr "Il y a eu un échec dans la base de donnée"
+
+#: templates/calendar.php:52
msgid "Week"
msgstr "Semaine"
-#: templates/calendar.php:37 templates/calendar.php:51
-msgid "Weeks"
-msgstr "Semaines"
-
-#: templates/calendar.php:38
-msgid "More before {startdate}"
-msgstr "Voir plus avant {startdate}"
-
-#: templates/calendar.php:39
-msgid "More after {enddate}"
-msgstr "Voir plus après {enddate}"
-
-#: templates/calendar.php:49
-msgid "Day"
-msgstr "Jour"
-
-#: templates/calendar.php:52
+#: templates/calendar.php:53
msgid "Month"
msgstr "Mois"
-#: templates/calendar.php:53
+#: templates/calendar.php:54
msgid "List"
msgstr "Liste"
-#: templates/calendar.php:58
+#: templates/calendar.php:59
msgid "Today"
msgstr "Aujourd'hui"
-#: templates/calendar.php:59
+#: templates/calendar.php:60
msgid "Calendars"
msgstr "Calendriers"
-#: templates/calendar.php:76 templates/calendar.php:94
-msgid "Time"
-msgstr "Heure"
-
-#: templates/calendar.php:169
+#: templates/calendar.php:78
msgid "There was a fail, while parsing the file."
msgstr "Une erreur est survenue pendant la lecture du fichier."
+#: templates/lAfix.php:9
+msgid "Sun."
+msgstr "Dim."
+
+#: templates/lAfix.php:10
+msgid "Mon."
+msgstr "Lun."
+
+#: templates/lAfix.php:11
+msgid "Tue."
+msgstr "Mar."
+
+#: templates/lAfix.php:12
+msgid "Wed."
+msgstr "Mer."
+
+#: templates/lAfix.php:13
+msgid "Thu."
+msgstr "Jeu."
+
+#: templates/lAfix.php:14
+msgid "Fri."
+msgstr "Ven."
+
+#: templates/lAfix.php:15
+msgid "Sat."
+msgstr "Sam."
+
+#: templates/lAfix.php:28
+msgid "Jan."
+msgstr "Jan."
+
+#: templates/lAfix.php:29
+msgid "Feb."
+msgstr "Fév."
+
+#: templates/lAfix.php:30
+msgid "Mar."
+msgstr "Mar."
+
+#: templates/lAfix.php:31
+msgid "Apr."
+msgstr "Avr."
+
+#: templates/lAfix.php:32
+msgid "May."
+msgstr "Mai."
+
+#: templates/lAfix.php:33
+msgid "Jun."
+msgstr "Jui."
+
+#: templates/lAfix.php:34
+msgid "Jul."
+msgstr "Jit."
+
+#: templates/lAfix.php:35
+msgid "Aug."
+msgstr "Aou."
+
+#: templates/lAfix.php:36
+msgid "Sep."
+msgstr "Sep."
+
+#: templates/lAfix.php:37
+msgid "Oct."
+msgstr "Oct."
+
+#: templates/lAfix.php:38
+msgid "Nov."
+msgstr "Nov."
+
+#: templates/lAfix.php:39
+msgid "Dec."
+msgstr "Déc."
+
#: templates/part.choosecalendar.php:1
msgid "Choose active calendars"
msgstr "Choix des calendriers actifs"
@@ -351,14 +437,13 @@ msgid "Download"
msgstr "Télécharger"
#: templates/part.choosecalendar.rowfields.php:4
-#: templates/part.eventinfo.php:64
msgid "Edit"
msgstr "Éditer"
#: templates/part.choosecalendar.rowfields.php:4
-#: templates/part.editevent.php:8
+#: templates/part.editevent.php:9
msgid "Delete"
-msgstr ""
+msgstr "Supprimer"
#: templates/part.editcalendar.php:9
msgid "New calendar"
@@ -376,90 +461,181 @@ msgstr "Nom d'affichage"
msgid "Active"
msgstr "Actif"
-#: templates/part.editcalendar.php:29 templates/part.eventform.php:88
-#: templates/part.eventinfo.php:58
-msgid "Description"
-msgstr "Description"
-
-#: templates/part.editcalendar.php:35
+#: templates/part.editcalendar.php:29
msgid "Calendar color"
msgstr "Couleur du calendrier"
-#: templates/part.editcalendar.php:41
+#: templates/part.editcalendar.php:42
msgid "Save"
msgstr "Sauvegarder"
-#: templates/part.editcalendar.php:41 templates/part.editevent.php:7
+#: templates/part.editcalendar.php:42 templates/part.editevent.php:8
#: templates/part.newevent.php:6
msgid "Submit"
msgstr "Soumettre"
-#: templates/part.editcalendar.php:42
+#: templates/part.editcalendar.php:43
msgid "Cancel"
msgstr "Annuler"
-#: templates/part.editevent.php:1 templates/part.eventinfo.php:1
+#: templates/part.editevent.php:1
msgid "Edit an event"
msgstr "Éditer un événement"
-#: templates/part.eventform.php:3 templates/part.eventinfo.php:4
-msgid "Title"
-msgstr "Titre"
+#: templates/part.editevent.php:10
+msgid "Export"
+msgstr "Exporter"
#: templates/part.eventform.php:5
msgid "Title of the Event"
msgstr "Titre de l'événement"
-#: templates/part.eventform.php:9 templates/part.eventinfo.php:9
-msgid "Location"
-msgstr "Localisation"
-
#: templates/part.eventform.php:11
-msgid "Location of the Event"
-msgstr "Localisation de l'événement"
-
-#: templates/part.eventform.php:17 templates/part.eventinfo.php:16
msgid "Category"
msgstr "Catégorie"
-#: templates/part.eventform.php:19
+#: templates/part.eventform.php:13
msgid "Select category"
msgstr "Sélectionner une catégorie"
-#: templates/part.eventform.php:45 templates/part.eventinfo.php:28
+#: templates/part.eventform.php:37
msgid "All Day Event"
-msgstr "Événement de toute une journée"
+msgstr "Journée entière"
-#: templates/part.eventform.php:49 templates/part.eventinfo.php:31
+#: templates/part.eventform.php:41
msgid "From"
msgstr "De"
-#: templates/part.eventform.php:57 templates/part.eventinfo.php:38
+#: templates/part.eventform.php:49
msgid "To"
msgstr "À"
-#: templates/part.eventform.php:65 templates/part.eventinfo.php:44
+#: templates/part.eventform.php:57
+msgid "Advanced options"
+msgstr "Options avancées"
+
+#: templates/part.eventform.php:61
msgid "Repeat"
msgstr "Répétition"
-#: templates/part.eventform.php:81 templates/part.eventinfo.php:51
-msgid "Attendees"
-msgstr "Personnes présentes"
+#: templates/part.eventform.php:68
+msgid "Advanced"
+msgstr "Avancé"
-#: templates/part.eventform.php:89
+#: templates/part.eventform.php:112
+msgid "Select weekdays"
+msgstr "Sélection des jours de la semaine"
+
+#: templates/part.eventform.php:125 templates/part.eventform.php:138
+msgid "Select days"
+msgstr "Sélection des jours"
+
+#: templates/part.eventform.php:130
+msgid "and the events day of year."
+msgstr ""
+
+#: templates/part.eventform.php:143
+msgid "and the events day of month."
+msgstr ""
+
+#: templates/part.eventform.php:151
+msgid "Select months"
+msgstr "Sélection des mois"
+
+#: templates/part.eventform.php:164
+msgid "Select weeks"
+msgstr "Sélection des semaines"
+
+#: templates/part.eventform.php:169
+msgid "and the events week of year."
+msgstr ""
+
+#: templates/part.eventform.php:175
+msgid "Interval"
+msgstr "Intervalle"
+
+#: templates/part.eventform.php:181
+msgid "End"
+msgstr "Fin"
+
+#: templates/part.eventform.php:193
+msgid "occurrences"
+msgstr "occurrences"
+
+#: templates/part.eventform.php:208
+msgid "Location"
+msgstr "Emplacement"
+
+#: templates/part.eventform.php:210
+msgid "Location of the Event"
+msgstr "Emplacement de l'événement"
+
+#: templates/part.eventform.php:216
+msgid "Description"
+msgstr "Description"
+
+#: templates/part.eventform.php:218
msgid "Description of the Event"
msgstr "Description de l'événement"
-#: templates/part.eventinfo.php:63
-msgid "Close"
-msgstr "Fermer"
+#: templates/part.import.php:1
+msgid "Import a calendar file"
+msgstr ""
+
+#: templates/part.import.php:6
+msgid "Please choose the calendar"
+msgstr "Choisissez le calendrier svp"
+
+#: templates/part.import.php:10
+msgid "create a new calendar"
+msgstr ""
+
+#: templates/part.import.php:15
+msgid "Name of new calendar"
+msgstr ""
+
+#: templates/part.import.php:17
+msgid "Import"
+msgstr "Importer"
+
+#: templates/part.import.php:20
+msgid "Importing calendar"
+msgstr ""
+
+#: templates/part.import.php:23
+msgid "Calendar imported successfully"
+msgstr ""
+
+#: templates/part.import.php:24
+msgid "Close Dialog"
+msgstr ""
#: templates/part.newevent.php:1
msgid "Create a new event"
msgstr "Créer un nouvel événement"
-#: templates/settings.php:11
+#: templates/settings.php:13
msgid "Timezone"
msgstr "Fuseau horaire"
+#: templates/settings.php:30
+msgid "Check always for changes of the timezone"
+msgstr "Toujours vérifier d'éventuels changements de fuseau horaire"
+
+#: templates/settings.php:32
+msgid "Timeformat"
+msgstr "Format de l'heure"
+
+#: templates/settings.php:34
+msgid "24h"
+msgstr "24h"
+
+#: templates/settings.php:35
+msgid "12h"
+msgstr "12h"
+
+#: templates/settings.php:41
+msgid "Calendar CalDAV syncing address:"
+msgstr "Adresse de synchronisation du calendrier CalDAV :"
+
diff --git a/l10n/fr/contacts.po b/l10n/fr/contacts.po
index 2f2dd572cd9..90e4474072b 100644
--- a/l10n/fr/contacts.po
+++ b/l10n/fr/contacts.po
@@ -3,14 +3,16 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
+# , 2011.
# , 2011.
+# Jan-Christoph Borchardt , 2011.
# , 2011.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-11 00:18+0100\n"
-"PO-Revision-Date: 2012-01-10 23:43+0000\n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:45+0000\n"
"Last-Translator: icewind \n"
"Language-Team: French (http://www.transifex.net/projects/p/owncloud/team/fr/)\n"
"MIME-Version: 1.0\n"
@@ -19,6 +21,50 @@ msgstr ""
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
+#: ajax/activation.php:17 ajax/updateaddressbook.php:26
+msgid "Error (de)activating addressbook."
+msgstr ""
+
+#: ajax/addcard.php:79
+msgid "There was an error adding the contact."
+msgstr ""
+
+#: ajax/addproperty.php:39
+msgid "Cannot add empty property."
+msgstr ""
+
+#: ajax/addproperty.php:51
+msgid "At least one of the address fields has to be filled out."
+msgstr ""
+
+#: ajax/addproperty.php:77
+msgid "Error adding contact property."
+msgstr ""
+
+#: ajax/createaddressbook.php:20
+msgid "Error adding addressbook."
+msgstr ""
+
+#: ajax/createaddressbook.php:26
+msgid "Error activating addressbook."
+msgstr ""
+
+#: ajax/deleteproperty.php:40
+msgid "Error deleting contact property."
+msgstr ""
+
+#: ajax/setproperty.php:79
+msgid "Error updating contact property."
+msgstr ""
+
+#: ajax/updateaddressbook.php:20
+msgid "Error updating addressbook."
+msgstr ""
+
+#: appinfo/app.php:21 templates/settings.php:3
+msgid "Contacts"
+msgstr ""
+
#: lib/app.php:42
msgid "This is not your addressbook."
msgstr "Ce n'est pas votre carnet d'adresses."
@@ -27,31 +73,27 @@ msgstr "Ce n'est pas votre carnet d'adresses."
msgid "Contact could not be found."
msgstr "Ce contact n'a pas été trouvé."
-#: lib/app.php:65
-msgid "vCard could not be read."
-msgstr "Cette vCard n'a pas pu être lue."
-
#: lib/app.php:79
msgid "Information about vCard is incorrect. Please reload the page."
msgstr ""
"Les informations relatives à cette vCard sont incorrectes. Veuillez "
"recharger la page."
-#: lib/app.php:91 templates/part.addcardform.php:56
+#: lib/app.php:91 templates/part.addcardform.php:54
#: templates/part.property.php:45 templates/part.setpropertyform.php:7
msgid "Address"
msgstr "Adresse"
-#: lib/app.php:92 templates/part.addcardform.php:37
+#: lib/app.php:92 templates/part.addcardform.php:43
msgid "Telephone"
msgstr "Téléphone"
-#: lib/app.php:93 templates/part.addcardform.php:31
+#: lib/app.php:93 templates/part.addcardform.php:37
#: templates/part.property.php:16 templates/part.setpropertyform.php:51
msgid "Email"
-msgstr "Email"
+msgstr "E-mail"
-#: lib/app.php:94 templates/part.addcardform.php:23
+#: lib/app.php:94 templates/part.addcardform.php:27
#: templates/part.property.php:9 templates/part.setpropertyform.php:54
msgid "Organization"
msgstr "Société"
@@ -88,6 +130,10 @@ msgstr "Vidéo"
msgid "Pager"
msgstr "Bipeur"
+#: lib/search.php:22
+msgid "Contact"
+msgstr ""
+
#: photo.php:40
msgid "This is not your contact."
msgstr "Ce n'est pas votre contact."
@@ -100,88 +146,83 @@ msgstr "Cette fiche n'est pas compatible RFC."
msgid "This card does not contain a photo."
msgstr "Cette fiche ne contient pas de photo."
-#: templates/index.php:13
+#: templates/index.php:6
msgid "Add Contact"
msgstr "Ajouter un Contact"
-#: templates/index.php:14
-msgid "Address Books"
+#: templates/index.php:7
+msgid "Addressbooks"
msgstr ""
#: templates/part.addcardform.php:8
-msgid "Group"
-msgstr "Groupe"
+msgid "Addressbook"
+msgstr ""
-#: templates/part.addcardform.php:19
+#: templates/part.addcardform.php:21
msgid "Name"
msgstr "Nom"
-#: templates/part.addcardform.php:41
-msgid "Number"
-msgstr ""
-
-#: templates/part.addcardform.php:45 templates/part.addcardform.php:59
-#: templates/part.details.php:42 templates/part.details.php:78
-#: templates/part.setpropertyform.php:10 templates/part.setpropertyform.php:47
+#: templates/part.addcardform.php:57 templates/part.details.php:43
+#: templates/part.details.php:79 templates/part.setpropertyform.php:10
+#: templates/part.setpropertyform.php:47
msgid "Type"
-msgstr ""
+msgstr "Type"
-#: templates/part.addcardform.php:65 templates/part.details.php:48
+#: templates/part.addcardform.php:65 templates/part.details.php:49
#: templates/part.setpropertyform.php:16
msgid "PO Box"
msgstr "Boîte postale"
-#: templates/part.addcardform.php:69 templates/part.details.php:52
+#: templates/part.addcardform.php:72 templates/part.details.php:53
#: templates/part.setpropertyform.php:20
msgid "Extended"
msgstr "Étendu"
-#: templates/part.addcardform.php:73 templates/part.details.php:56
+#: templates/part.addcardform.php:78 templates/part.details.php:57
#: templates/part.setpropertyform.php:24
msgid "Street"
msgstr "Rue"
-#: templates/part.addcardform.php:77 templates/part.details.php:60
+#: templates/part.addcardform.php:84 templates/part.details.php:61
#: templates/part.setpropertyform.php:28
msgid "City"
msgstr "Ville"
-#: templates/part.addcardform.php:81 templates/part.details.php:64
+#: templates/part.addcardform.php:90 templates/part.details.php:65
#: templates/part.setpropertyform.php:32
msgid "Region"
msgstr "Région"
-#: templates/part.addcardform.php:85 templates/part.details.php:68
+#: templates/part.addcardform.php:96 templates/part.details.php:69
#: templates/part.setpropertyform.php:36
msgid "Zipcode"
msgstr "Code postal"
-#: templates/part.addcardform.php:89 templates/part.details.php:72
+#: templates/part.addcardform.php:102 templates/part.details.php:73
#: templates/part.setpropertyform.php:40
msgid "Country"
msgstr "Pays"
-#: templates/part.addcardform.php:97
+#: templates/part.addcardform.php:109
msgid "Create Contact"
msgstr "Créer le Contact"
#: templates/part.chooseaddressbook.php:1
msgid "Choose active Address Books"
-msgstr ""
+msgstr "Choisissez le Carnet d'adresses actif"
#: templates/part.chooseaddressbook.php:16
-#: templates/part.editaddressbook.php:9
msgid "New Address Book"
-msgstr ""
+msgstr "Nouveau Carnet d'adresses"
#: templates/part.chooseaddressbook.php:21
#: templates/part.chooseaddressbook.rowfields.php:5
msgid "CardDav Link"
-msgstr ""
+msgstr "Lien CardDav"
#: templates/part.chooseaddressbook.rowfields.php:5
msgid "Download"
-msgstr ""
+msgstr "Télécharger"
#: templates/part.chooseaddressbook.rowfields.php:5
msgid "Edit"
@@ -189,39 +230,47 @@ msgstr "Modifier"
#: templates/part.chooseaddressbook.rowfields.php:5
msgid "Delete"
-msgstr "Effacer"
+msgstr "Supprimer"
#: templates/part.details.php:3
-msgid "Delete contact"
+msgid "Download contact"
msgstr ""
-#: templates/part.details.php:33
+#: templates/part.details.php:4
+msgid "Delete contact"
+msgstr "Supprimer le contact"
+
+#: templates/part.details.php:34
msgid "Add"
+msgstr "Ajouter"
+
+#: templates/part.editaddressbook.php:9
+msgid "New Addressbook"
msgstr ""
#: templates/part.editaddressbook.php:9
-msgid "Edit Address Book"
+msgid "Edit Addressbook"
msgstr ""
#: templates/part.editaddressbook.php:12
msgid "Displayname"
-msgstr ""
+msgstr "Nom"
#: templates/part.editaddressbook.php:23
msgid "Active"
-msgstr ""
+msgstr "Carnet actif"
#: templates/part.editaddressbook.php:29
msgid "Save"
-msgstr ""
+msgstr "Sauvegarder"
#: templates/part.editaddressbook.php:29
msgid "Submit"
-msgstr ""
+msgstr "Envoyer"
#: templates/part.editaddressbook.php:30
msgid "Cancel"
-msgstr ""
+msgstr "Annuler"
#: templates/part.property.php:3
msgid "Birthday"
@@ -229,7 +278,7 @@ msgstr "Anniversaire"
#: templates/part.property.php:23
msgid "Preferred"
-msgstr ""
+msgstr "Préféré"
#: templates/part.property.php:23 templates/part.setpropertyform.php:45
msgid "Phone"
@@ -237,6 +286,10 @@ msgstr "Téléphone"
#: templates/part.setpropertyform.php:57
msgid "Update"
+msgstr "Enregistrer"
+
+#: templates/settings.php:4
+msgid "CardDAV syncing address:"
msgstr ""
diff --git a/l10n/fr/core.po b/l10n/fr/core.po
index 2760dfdeb9d..87746ef79bb 100644
--- a/l10n/fr/core.po
+++ b/l10n/fr/core.po
@@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-11 00:19+0100\n"
-"PO-Revision-Date: 2012-01-10 23:43+0000\n"
-"Last-Translator: icewind \n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-11 20:14+0000\n"
+"Last-Translator: Borjan Tchakaloff \n"
"Language-Team: French (http://www.transifex.net/projects/p/owncloud/team/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -20,11 +20,12 @@ msgstr ""
#: lostpassword/index.php:24
msgid "Owncloud password reset"
-msgstr ""
+msgstr "Réinitialisation de votre mot de passe Owncloud"
#: lostpassword/templates/email.php:1
msgid "Use the following link to reset your password: {link}"
msgstr ""
+"Utilisez le lien suivant pour réinitialiser votre mot de passe : {link}"
#: lostpassword/templates/lostpassword.php:3
msgid "You will receive a link to reset your password via Email."
@@ -55,7 +56,7 @@ msgstr "Votre mot de passe a été réinitialisé"
#: lostpassword/templates/resetpassword.php:5
msgid "To login page"
-msgstr ""
+msgstr "Retour à la page d'authentification"
#: lostpassword/templates/resetpassword.php:8
msgid "New password"
@@ -136,7 +137,7 @@ msgstr "Terminer l'installation"
#: templates/layout.guest.php:35
msgid "web services under your control"
-msgstr ""
+msgstr "services web sous votre contrôle"
#: templates/layout.user.php:34
msgid "Log out"
@@ -156,7 +157,7 @@ msgstr "se souvenir de moi"
#: templates/login.php:16
msgid "Log in"
-msgstr ""
+msgstr "Connexion"
#: templates/logout.php:1
msgid "You are logged out."
diff --git a/l10n/fr/files.po b/l10n/fr/files.po
index 8f1ba975395..4bdbb70bc56 100644
--- a/l10n/fr/files.po
+++ b/l10n/fr/files.po
@@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-11 00:19+0100\n"
-"PO-Revision-Date: 2012-01-10 23:43+0000\n"
-"Last-Translator: icewind \n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-11 20:06+0000\n"
+"Last-Translator: Borjan Tchakaloff \n"
"Language-Team: French (http://www.transifex.net/projects/p/owncloud/team/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -58,19 +58,19 @@ msgstr "Taille max. d'envoi"
#: templates/index.php:7
msgid "New"
-msgstr ""
+msgstr "Nouveau"
#: templates/index.php:10
msgid "Text file"
-msgstr ""
+msgstr "Fichier texte"
#: templates/index.php:11
msgid "Folder"
-msgstr ""
+msgstr "Dossier"
#: templates/index.php:12
msgid "From the web"
-msgstr ""
+msgstr "Depuis le web"
#: templates/index.php:22
msgid "Upload"
diff --git a/l10n/fr/gallery.po b/l10n/fr/gallery.po
new file mode 100644
index 00000000000..f2a196d96b9
--- /dev/null
+++ b/l10n/fr/gallery.po
@@ -0,0 +1,32 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: ownCloud\n"
+"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:48+0000\n"
+"Last-Translator: icewind \n"
+"Language-Team: French (http://www.transifex.net/projects/p/owncloud/team/fr/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
+"Plural-Forms: nplurals=2; plural=(n > 1)\n"
+
+#: appinfo/app.php:41
+msgid "Gallery"
+msgstr ""
+
+#: templates/index.php:10
+msgid "Rescan"
+msgstr ""
+
+#: templates/view_album.php:19
+msgid "Back"
+msgstr ""
+
+
diff --git a/l10n/fr/settings.po b/l10n/fr/settings.po
index c3737d58524..a0a3373fba9 100644
--- a/l10n/fr/settings.po
+++ b/l10n/fr/settings.po
@@ -10,9 +10,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-11 00:19+0100\n"
-"PO-Revision-Date: 2012-01-10 23:43+0000\n"
-"Last-Translator: icewind \n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-11 20:18+0000\n"
+"Last-Translator: Borjan Tchakaloff \n"
"Language-Team: French (http://www.transifex.net/projects/p/owncloud/team/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -22,7 +22,7 @@ msgstr ""
#: ajax/lostpassword.php:14
msgid "email Changed"
-msgstr ""
+msgstr "e-mail modifié"
#: ajax/lostpassword.php:16 ajax/openid.php:17 ajax/setlanguage.php:16
msgid "Invalid request"
@@ -38,7 +38,7 @@ msgstr "Langue changée"
#: templates/admin.php:13
msgid "Log level"
-msgstr ""
+msgstr "Niveau de log"
#: templates/apps.php:8
msgid "Add your application"
@@ -106,15 +106,16 @@ msgstr "Changer de mot de passe"
#: templates/personal.php:24
msgid "Email"
-msgstr ""
+msgstr "E-mail"
#: templates/personal.php:25
msgid "Your email address"
-msgstr ""
+msgstr "Votre adresse e-mail"
#: templates/personal.php:26
msgid "Fill in an email address to enable password recovery"
msgstr ""
+"Entrez votre adresse e-mail pour activer la réinitialisation de mot de passe"
#: templates/personal.php:32 templates/personal.php:33
msgid "Language"
@@ -122,7 +123,7 @@ msgstr "Langue"
#: templates/personal.php:38
msgid "Help translate"
-msgstr ""
+msgstr "Aidez à traduire"
#: templates/personal.php:45
msgid "use this address to connect to your ownCloud in your file manager"
@@ -148,7 +149,7 @@ msgstr "Créer"
#: templates/users.php:33
msgid "Quota"
-msgstr ""
+msgstr "Quota"
#: templates/users.php:58
msgid "Delete"
diff --git a/l10n/gl/calendar.po b/l10n/gl/calendar.po
new file mode 100644
index 00000000000..e4607d2f7d8
--- /dev/null
+++ b/l10n/gl/calendar.po
@@ -0,0 +1,636 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: ownCloud\n"
+"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:45+0000\n"
+"Last-Translator: icewind \n"
+"Language-Team: Galician (http://www.transifex.net/projects/p/owncloud/team/gl/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: gl\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+
+#: ajax/guesstimezone.php:42
+msgid "New Timezone:"
+msgstr ""
+
+#: ajax/settimezone.php:22
+msgid "Timezone changed"
+msgstr ""
+
+#: ajax/settimezone.php:24
+msgid "Invalid request"
+msgstr ""
+
+#: appinfo/app.php:20 templates/calendar.php:13
+#: templates/part.eventform.php:20
+msgid "Calendar"
+msgstr ""
+
+#: lib/app.php:19
+msgid "Wrong calendar"
+msgstr ""
+
+#: lib/app.php:60 lib/object.php:332
+msgid "Birthday"
+msgstr ""
+
+#: lib/app.php:61 lib/object.php:333
+msgid "Business"
+msgstr ""
+
+#: lib/app.php:62 lib/object.php:334
+msgid "Call"
+msgstr ""
+
+#: lib/app.php:63 lib/object.php:335
+msgid "Clients"
+msgstr ""
+
+#: lib/app.php:64 lib/object.php:336
+msgid "Deliverer"
+msgstr ""
+
+#: lib/app.php:65 lib/object.php:337
+msgid "Holidays"
+msgstr ""
+
+#: lib/app.php:66 lib/object.php:338
+msgid "Ideas"
+msgstr ""
+
+#: lib/app.php:67 lib/object.php:339
+msgid "Journey"
+msgstr ""
+
+#: lib/app.php:68 lib/object.php:340
+msgid "Jubilee"
+msgstr ""
+
+#: lib/app.php:69 lib/object.php:341
+msgid "Meeting"
+msgstr ""
+
+#: lib/app.php:70 lib/object.php:342
+msgid "Other"
+msgstr ""
+
+#: lib/app.php:71 lib/object.php:343
+msgid "Personal"
+msgstr ""
+
+#: lib/app.php:72 lib/object.php:344
+msgid "Projects"
+msgstr ""
+
+#: lib/app.php:73 lib/object.php:345
+msgid "Questions"
+msgstr ""
+
+#: lib/app.php:74 lib/object.php:346
+msgid "Work"
+msgstr ""
+
+#: lib/object.php:353
+msgid "Does not repeat"
+msgstr ""
+
+#: lib/object.php:354
+msgid "Daily"
+msgstr ""
+
+#: lib/object.php:355
+msgid "Weekly"
+msgstr ""
+
+#: lib/object.php:356
+msgid "Every Weekday"
+msgstr ""
+
+#: lib/object.php:357
+msgid "Bi-Weekly"
+msgstr ""
+
+#: lib/object.php:358
+msgid "Monthly"
+msgstr ""
+
+#: lib/object.php:359
+msgid "Yearly"
+msgstr ""
+
+#: lib/object.php:366
+msgid "never"
+msgstr ""
+
+#: lib/object.php:367
+msgid "by occurrences"
+msgstr ""
+
+#: lib/object.php:368
+msgid "by date"
+msgstr ""
+
+#: lib/object.php:375
+msgid "by monthday"
+msgstr ""
+
+#: lib/object.php:376
+msgid "by weekday"
+msgstr ""
+
+#: lib/object.php:383 templates/lAfix.php:3
+msgid "Monday"
+msgstr ""
+
+#: lib/object.php:384 templates/lAfix.php:4
+msgid "Tuesday"
+msgstr ""
+
+#: lib/object.php:385 templates/lAfix.php:5
+msgid "Wednesday"
+msgstr ""
+
+#: lib/object.php:386 templates/lAfix.php:6
+msgid "Thursday"
+msgstr ""
+
+#: lib/object.php:387 templates/lAfix.php:7
+msgid "Friday"
+msgstr ""
+
+#: lib/object.php:388 templates/lAfix.php:8
+msgid "Saturday"
+msgstr ""
+
+#: lib/object.php:389 templates/lAfix.php:2
+msgid "Sunday"
+msgstr ""
+
+#: lib/object.php:396
+msgid "events week of month"
+msgstr ""
+
+#: lib/object.php:397
+msgid "first"
+msgstr ""
+
+#: lib/object.php:398
+msgid "second"
+msgstr ""
+
+#: lib/object.php:399
+msgid "third"
+msgstr ""
+
+#: lib/object.php:400
+msgid "fourth"
+msgstr ""
+
+#: lib/object.php:401
+msgid "fifth"
+msgstr ""
+
+#: lib/object.php:402
+msgid "last"
+msgstr ""
+
+#: lib/object.php:424 templates/lAfix.php:16
+msgid "January"
+msgstr ""
+
+#: lib/object.php:425 templates/lAfix.php:17
+msgid "February"
+msgstr ""
+
+#: lib/object.php:426 templates/lAfix.php:18
+msgid "March"
+msgstr ""
+
+#: lib/object.php:427 templates/lAfix.php:19
+msgid "April"
+msgstr ""
+
+#: lib/object.php:428 templates/lAfix.php:20
+msgid "May"
+msgstr ""
+
+#: lib/object.php:429 templates/lAfix.php:21
+msgid "June"
+msgstr ""
+
+#: lib/object.php:430 templates/lAfix.php:22
+msgid "July"
+msgstr ""
+
+#: lib/object.php:431 templates/lAfix.php:23
+msgid "August"
+msgstr ""
+
+#: lib/object.php:432 templates/lAfix.php:24
+msgid "September"
+msgstr ""
+
+#: lib/object.php:433 templates/lAfix.php:25
+msgid "October"
+msgstr ""
+
+#: lib/object.php:434 templates/lAfix.php:26
+msgid "November"
+msgstr ""
+
+#: lib/object.php:435 templates/lAfix.php:27
+msgid "December"
+msgstr ""
+
+#: lib/object.php:441
+msgid "by events date"
+msgstr ""
+
+#: lib/object.php:442
+msgid "by yearday(s)"
+msgstr ""
+
+#: lib/object.php:443
+msgid "by weeknumber(s)"
+msgstr ""
+
+#: lib/object.php:444
+msgid "by day and month"
+msgstr ""
+
+#: lib/object.php:467
+msgid "Not an array"
+msgstr ""
+
+#: lib/search.php:32 lib/search.php:34 lib/search.php:37
+msgid "Date"
+msgstr ""
+
+#: lib/search.php:40
+msgid "Cal."
+msgstr ""
+
+#: templates/calendar.php:10
+msgid "All day"
+msgstr ""
+
+#: templates/calendar.php:11
+msgid "Missing fields"
+msgstr ""
+
+#: templates/calendar.php:12 templates/part.eventform.php:3
+msgid "Title"
+msgstr ""
+
+#: templates/calendar.php:14
+msgid "From Date"
+msgstr ""
+
+#: templates/calendar.php:15
+msgid "From Time"
+msgstr ""
+
+#: templates/calendar.php:16
+msgid "To Date"
+msgstr ""
+
+#: templates/calendar.php:17
+msgid "To Time"
+msgstr ""
+
+#: templates/calendar.php:18
+msgid "The event ends before it starts"
+msgstr ""
+
+#: templates/calendar.php:19
+msgid "There was a database fail"
+msgstr ""
+
+#: templates/calendar.php:52
+msgid "Week"
+msgstr ""
+
+#: templates/calendar.php:53
+msgid "Month"
+msgstr ""
+
+#: templates/calendar.php:54
+msgid "List"
+msgstr ""
+
+#: templates/calendar.php:59
+msgid "Today"
+msgstr ""
+
+#: templates/calendar.php:60
+msgid "Calendars"
+msgstr ""
+
+#: templates/calendar.php:78
+msgid "There was a fail, while parsing the file."
+msgstr ""
+
+#: templates/lAfix.php:9
+msgid "Sun."
+msgstr ""
+
+#: templates/lAfix.php:10
+msgid "Mon."
+msgstr ""
+
+#: templates/lAfix.php:11
+msgid "Tue."
+msgstr ""
+
+#: templates/lAfix.php:12
+msgid "Wed."
+msgstr ""
+
+#: templates/lAfix.php:13
+msgid "Thu."
+msgstr ""
+
+#: templates/lAfix.php:14
+msgid "Fri."
+msgstr ""
+
+#: templates/lAfix.php:15
+msgid "Sat."
+msgstr ""
+
+#: templates/lAfix.php:28
+msgid "Jan."
+msgstr ""
+
+#: templates/lAfix.php:29
+msgid "Feb."
+msgstr ""
+
+#: templates/lAfix.php:30
+msgid "Mar."
+msgstr ""
+
+#: templates/lAfix.php:31
+msgid "Apr."
+msgstr ""
+
+#: templates/lAfix.php:32
+msgid "May."
+msgstr ""
+
+#: templates/lAfix.php:33
+msgid "Jun."
+msgstr ""
+
+#: templates/lAfix.php:34
+msgid "Jul."
+msgstr ""
+
+#: templates/lAfix.php:35
+msgid "Aug."
+msgstr ""
+
+#: templates/lAfix.php:36
+msgid "Sep."
+msgstr ""
+
+#: templates/lAfix.php:37
+msgid "Oct."
+msgstr ""
+
+#: templates/lAfix.php:38
+msgid "Nov."
+msgstr ""
+
+#: templates/lAfix.php:39
+msgid "Dec."
+msgstr ""
+
+#: templates/part.choosecalendar.php:1
+msgid "Choose active calendars"
+msgstr ""
+
+#: templates/part.choosecalendar.php:15
+msgid "New Calendar"
+msgstr ""
+
+#: templates/part.choosecalendar.php:20
+#: templates/part.choosecalendar.rowfields.php:4
+msgid "CalDav Link"
+msgstr ""
+
+#: templates/part.choosecalendar.rowfields.php:4
+msgid "Download"
+msgstr ""
+
+#: templates/part.choosecalendar.rowfields.php:4
+msgid "Edit"
+msgstr ""
+
+#: templates/part.choosecalendar.rowfields.php:4
+#: templates/part.editevent.php:9
+msgid "Delete"
+msgstr ""
+
+#: templates/part.editcalendar.php:9
+msgid "New calendar"
+msgstr ""
+
+#: templates/part.editcalendar.php:9
+msgid "Edit calendar"
+msgstr ""
+
+#: templates/part.editcalendar.php:12
+msgid "Displayname"
+msgstr ""
+
+#: templates/part.editcalendar.php:23
+msgid "Active"
+msgstr ""
+
+#: templates/part.editcalendar.php:29
+msgid "Calendar color"
+msgstr ""
+
+#: templates/part.editcalendar.php:42
+msgid "Save"
+msgstr ""
+
+#: templates/part.editcalendar.php:42 templates/part.editevent.php:8
+#: templates/part.newevent.php:6
+msgid "Submit"
+msgstr ""
+
+#: templates/part.editcalendar.php:43
+msgid "Cancel"
+msgstr ""
+
+#: templates/part.editevent.php:1
+msgid "Edit an event"
+msgstr ""
+
+#: templates/part.editevent.php:10
+msgid "Export"
+msgstr ""
+
+#: templates/part.eventform.php:5
+msgid "Title of the Event"
+msgstr ""
+
+#: templates/part.eventform.php:11
+msgid "Category"
+msgstr ""
+
+#: templates/part.eventform.php:13
+msgid "Select category"
+msgstr ""
+
+#: templates/part.eventform.php:37
+msgid "All Day Event"
+msgstr ""
+
+#: templates/part.eventform.php:41
+msgid "From"
+msgstr ""
+
+#: templates/part.eventform.php:49
+msgid "To"
+msgstr ""
+
+#: templates/part.eventform.php:57
+msgid "Advanced options"
+msgstr ""
+
+#: templates/part.eventform.php:61
+msgid "Repeat"
+msgstr ""
+
+#: templates/part.eventform.php:68
+msgid "Advanced"
+msgstr ""
+
+#: templates/part.eventform.php:112
+msgid "Select weekdays"
+msgstr ""
+
+#: templates/part.eventform.php:125 templates/part.eventform.php:138
+msgid "Select days"
+msgstr ""
+
+#: templates/part.eventform.php:130
+msgid "and the events day of year."
+msgstr ""
+
+#: templates/part.eventform.php:143
+msgid "and the events day of month."
+msgstr ""
+
+#: templates/part.eventform.php:151
+msgid "Select months"
+msgstr ""
+
+#: templates/part.eventform.php:164
+msgid "Select weeks"
+msgstr ""
+
+#: templates/part.eventform.php:169
+msgid "and the events week of year."
+msgstr ""
+
+#: templates/part.eventform.php:175
+msgid "Interval"
+msgstr ""
+
+#: templates/part.eventform.php:181
+msgid "End"
+msgstr ""
+
+#: templates/part.eventform.php:193
+msgid "occurrences"
+msgstr ""
+
+#: templates/part.eventform.php:208
+msgid "Location"
+msgstr ""
+
+#: templates/part.eventform.php:210
+msgid "Location of the Event"
+msgstr ""
+
+#: templates/part.eventform.php:216
+msgid "Description"
+msgstr ""
+
+#: templates/part.eventform.php:218
+msgid "Description of the Event"
+msgstr ""
+
+#: templates/part.import.php:1
+msgid "Import a calendar file"
+msgstr ""
+
+#: templates/part.import.php:6
+msgid "Please choose the calendar"
+msgstr ""
+
+#: templates/part.import.php:10
+msgid "create a new calendar"
+msgstr ""
+
+#: templates/part.import.php:15
+msgid "Name of new calendar"
+msgstr ""
+
+#: templates/part.import.php:17
+msgid "Import"
+msgstr ""
+
+#: templates/part.import.php:20
+msgid "Importing calendar"
+msgstr ""
+
+#: templates/part.import.php:23
+msgid "Calendar imported successfully"
+msgstr ""
+
+#: templates/part.import.php:24
+msgid "Close Dialog"
+msgstr ""
+
+#: templates/part.newevent.php:1
+msgid "Create a new event"
+msgstr ""
+
+#: templates/settings.php:13
+msgid "Timezone"
+msgstr ""
+
+#: templates/settings.php:30
+msgid "Check always for changes of the timezone"
+msgstr ""
+
+#: templates/settings.php:32
+msgid "Timeformat"
+msgstr ""
+
+#: templates/settings.php:34
+msgid "24h"
+msgstr ""
+
+#: templates/settings.php:35
+msgid "12h"
+msgstr ""
+
+#: templates/settings.php:41
+msgid "Calendar CalDAV syncing address:"
+msgstr ""
+
+
diff --git a/l10n/gl/contacts.po b/l10n/gl/contacts.po
new file mode 100644
index 00000000000..a5df9ac8e9a
--- /dev/null
+++ b/l10n/gl/contacts.po
@@ -0,0 +1,289 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: ownCloud\n"
+"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:45+0000\n"
+"Last-Translator: icewind \n"
+"Language-Team: Galician (http://www.transifex.net/projects/p/owncloud/team/gl/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: gl\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+
+#: ajax/activation.php:17 ajax/updateaddressbook.php:26
+msgid "Error (de)activating addressbook."
+msgstr ""
+
+#: ajax/addcard.php:79
+msgid "There was an error adding the contact."
+msgstr ""
+
+#: ajax/addproperty.php:39
+msgid "Cannot add empty property."
+msgstr ""
+
+#: ajax/addproperty.php:51
+msgid "At least one of the address fields has to be filled out."
+msgstr ""
+
+#: ajax/addproperty.php:77
+msgid "Error adding contact property."
+msgstr ""
+
+#: ajax/createaddressbook.php:20
+msgid "Error adding addressbook."
+msgstr ""
+
+#: ajax/createaddressbook.php:26
+msgid "Error activating addressbook."
+msgstr ""
+
+#: ajax/deleteproperty.php:40
+msgid "Error deleting contact property."
+msgstr ""
+
+#: ajax/setproperty.php:79
+msgid "Error updating contact property."
+msgstr ""
+
+#: ajax/updateaddressbook.php:20
+msgid "Error updating addressbook."
+msgstr ""
+
+#: appinfo/app.php:21 templates/settings.php:3
+msgid "Contacts"
+msgstr ""
+
+#: lib/app.php:42
+msgid "This is not your addressbook."
+msgstr ""
+
+#: lib/app.php:51 photo.php:34
+msgid "Contact could not be found."
+msgstr ""
+
+#: lib/app.php:79
+msgid "Information about vCard is incorrect. Please reload the page."
+msgstr ""
+
+#: lib/app.php:91 templates/part.addcardform.php:54
+#: templates/part.property.php:45 templates/part.setpropertyform.php:7
+msgid "Address"
+msgstr ""
+
+#: lib/app.php:92 templates/part.addcardform.php:43
+msgid "Telephone"
+msgstr ""
+
+#: lib/app.php:93 templates/part.addcardform.php:37
+#: templates/part.property.php:16 templates/part.setpropertyform.php:51
+msgid "Email"
+msgstr ""
+
+#: lib/app.php:94 templates/part.addcardform.php:27
+#: templates/part.property.php:9 templates/part.setpropertyform.php:54
+msgid "Organization"
+msgstr ""
+
+#: lib/app.php:106 lib/app.php:113
+msgid "Work"
+msgstr ""
+
+#: lib/app.php:107 lib/app.php:111
+msgid "Home"
+msgstr ""
+
+#: lib/app.php:112
+msgid "Mobile"
+msgstr ""
+
+#: lib/app.php:114
+msgid "Text"
+msgstr ""
+
+#: lib/app.php:115
+msgid "Voice"
+msgstr ""
+
+#: lib/app.php:116
+msgid "Fax"
+msgstr ""
+
+#: lib/app.php:117
+msgid "Video"
+msgstr ""
+
+#: lib/app.php:118
+msgid "Pager"
+msgstr ""
+
+#: lib/search.php:22
+msgid "Contact"
+msgstr ""
+
+#: photo.php:40
+msgid "This is not your contact."
+msgstr ""
+
+#: photo.php:48
+msgid "This card is not RFC compatible."
+msgstr ""
+
+#: photo.php:85
+msgid "This card does not contain a photo."
+msgstr ""
+
+#: templates/index.php:6
+msgid "Add Contact"
+msgstr ""
+
+#: templates/index.php:7
+msgid "Addressbooks"
+msgstr ""
+
+#: templates/part.addcardform.php:8
+msgid "Addressbook"
+msgstr ""
+
+#: templates/part.addcardform.php:21
+msgid "Name"
+msgstr ""
+
+#: templates/part.addcardform.php:57 templates/part.details.php:43
+#: templates/part.details.php:79 templates/part.setpropertyform.php:10
+#: templates/part.setpropertyform.php:47
+msgid "Type"
+msgstr ""
+
+#: templates/part.addcardform.php:65 templates/part.details.php:49
+#: templates/part.setpropertyform.php:16
+msgid "PO Box"
+msgstr ""
+
+#: templates/part.addcardform.php:72 templates/part.details.php:53
+#: templates/part.setpropertyform.php:20
+msgid "Extended"
+msgstr ""
+
+#: templates/part.addcardform.php:78 templates/part.details.php:57
+#: templates/part.setpropertyform.php:24
+msgid "Street"
+msgstr ""
+
+#: templates/part.addcardform.php:84 templates/part.details.php:61
+#: templates/part.setpropertyform.php:28
+msgid "City"
+msgstr ""
+
+#: templates/part.addcardform.php:90 templates/part.details.php:65
+#: templates/part.setpropertyform.php:32
+msgid "Region"
+msgstr ""
+
+#: templates/part.addcardform.php:96 templates/part.details.php:69
+#: templates/part.setpropertyform.php:36
+msgid "Zipcode"
+msgstr ""
+
+#: templates/part.addcardform.php:102 templates/part.details.php:73
+#: templates/part.setpropertyform.php:40
+msgid "Country"
+msgstr ""
+
+#: templates/part.addcardform.php:109
+msgid "Create Contact"
+msgstr ""
+
+#: templates/part.chooseaddressbook.php:1
+msgid "Choose active Address Books"
+msgstr ""
+
+#: templates/part.chooseaddressbook.php:16
+msgid "New Address Book"
+msgstr ""
+
+#: templates/part.chooseaddressbook.php:21
+#: templates/part.chooseaddressbook.rowfields.php:5
+msgid "CardDav Link"
+msgstr ""
+
+#: templates/part.chooseaddressbook.rowfields.php:5
+msgid "Download"
+msgstr ""
+
+#: templates/part.chooseaddressbook.rowfields.php:5
+msgid "Edit"
+msgstr ""
+
+#: templates/part.chooseaddressbook.rowfields.php:5
+msgid "Delete"
+msgstr ""
+
+#: templates/part.details.php:3
+msgid "Download contact"
+msgstr ""
+
+#: templates/part.details.php:4
+msgid "Delete contact"
+msgstr ""
+
+#: templates/part.details.php:34
+msgid "Add"
+msgstr ""
+
+#: templates/part.editaddressbook.php:9
+msgid "New Addressbook"
+msgstr ""
+
+#: templates/part.editaddressbook.php:9
+msgid "Edit Addressbook"
+msgstr ""
+
+#: templates/part.editaddressbook.php:12
+msgid "Displayname"
+msgstr ""
+
+#: templates/part.editaddressbook.php:23
+msgid "Active"
+msgstr ""
+
+#: templates/part.editaddressbook.php:29
+msgid "Save"
+msgstr ""
+
+#: templates/part.editaddressbook.php:29
+msgid "Submit"
+msgstr ""
+
+#: templates/part.editaddressbook.php:30
+msgid "Cancel"
+msgstr ""
+
+#: templates/part.property.php:3
+msgid "Birthday"
+msgstr ""
+
+#: templates/part.property.php:23
+msgid "Preferred"
+msgstr ""
+
+#: templates/part.property.php:23 templates/part.setpropertyform.php:45
+msgid "Phone"
+msgstr ""
+
+#: templates/part.setpropertyform.php:57
+msgid "Update"
+msgstr ""
+
+#: templates/settings.php:4
+msgid "CardDAV syncing address:"
+msgstr ""
+
+
diff --git a/l10n/gl/core.po b/l10n/gl/core.po
new file mode 100644
index 00000000000..aabdef11038
--- /dev/null
+++ b/l10n/gl/core.po
@@ -0,0 +1,170 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: ownCloud\n"
+"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2011-07-25 16:05+0000\n"
+"Last-Translator: FULL NAME \n"
+"Language-Team: Galician (http://www.transifex.net/projects/p/owncloud/team/gl/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: gl\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+
+#: lostpassword/index.php:24
+msgid "Owncloud password reset"
+msgstr ""
+
+#: lostpassword/templates/email.php:1
+msgid "Use the following link to reset your password: {link}"
+msgstr ""
+
+#: lostpassword/templates/lostpassword.php:3
+msgid "You will receive a link to reset your password via Email."
+msgstr ""
+
+#: lostpassword/templates/lostpassword.php:5
+msgid "Requested"
+msgstr ""
+
+#: lostpassword/templates/lostpassword.php:8
+msgid "Login failed!"
+msgstr ""
+
+#: lostpassword/templates/lostpassword.php:11 templates/installation.php:22
+#: templates/login.php:8
+msgid "Username"
+msgstr ""
+
+#: lostpassword/templates/lostpassword.php:14
+msgid "Request reset"
+msgstr ""
+
+#: lostpassword/templates/resetpassword.php:4
+msgid "Your password was reset"
+msgstr ""
+
+#: lostpassword/templates/resetpassword.php:5
+msgid "To login page"
+msgstr ""
+
+#: lostpassword/templates/resetpassword.php:8
+msgid "New password"
+msgstr ""
+
+#: lostpassword/templates/resetpassword.php:11
+msgid "Reset password"
+msgstr ""
+
+#: strings.php:5
+msgid "Personal"
+msgstr ""
+
+#: strings.php:6
+msgid "Users"
+msgstr ""
+
+#: strings.php:7
+msgid "Apps"
+msgstr ""
+
+#: strings.php:8
+msgid "Admin"
+msgstr ""
+
+#: strings.php:9
+msgid "Help"
+msgstr ""
+
+#: templates/404.php:12
+msgid "Cloud not found"
+msgstr ""
+
+#: templates/installation.php:20
+msgid "Create an admin account"
+msgstr ""
+
+#: templates/installation.php:26 templates/login.php:12
+msgid "Password"
+msgstr ""
+
+#: templates/installation.php:32
+msgid "Advanced"
+msgstr ""
+
+#: templates/installation.php:34
+msgid "Data folder"
+msgstr ""
+
+#: templates/installation.php:41
+msgid "Configure the database"
+msgstr ""
+
+#: templates/installation.php:46 templates/installation.php:57
+#: templates/installation.php:67
+msgid "will be used"
+msgstr ""
+
+#: templates/installation.php:79
+msgid "Database user"
+msgstr ""
+
+#: templates/installation.php:83
+msgid "Database password"
+msgstr ""
+
+#: templates/installation.php:87
+msgid "Database name"
+msgstr ""
+
+#: templates/installation.php:93
+msgid "Database host"
+msgstr ""
+
+#: templates/installation.php:98
+msgid "Finish setup"
+msgstr ""
+
+#: templates/layout.guest.php:35
+msgid "web services under your control"
+msgstr ""
+
+#: templates/layout.user.php:34
+msgid "Log out"
+msgstr ""
+
+#: templates/layout.user.php:46 templates/layout.user.php:47
+msgid "Settings"
+msgstr ""
+
+#: templates/login.php:5
+msgid "Lost your password?"
+msgstr ""
+
+#: templates/login.php:15
+msgid "remember"
+msgstr ""
+
+#: templates/login.php:16
+msgid "Log in"
+msgstr ""
+
+#: templates/logout.php:1
+msgid "You are logged out."
+msgstr ""
+
+#: templates/part.pagenavi.php:3
+msgid "prev"
+msgstr ""
+
+#: templates/part.pagenavi.php:20
+msgid "next"
+msgstr ""
+
+
diff --git a/l10n/gl/files.po b/l10n/gl/files.po
new file mode 100644
index 00000000000..164a7125e91
--- /dev/null
+++ b/l10n/gl/files.po
@@ -0,0 +1,108 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: ownCloud\n"
+"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2011-08-13 02:19+0000\n"
+"Last-Translator: FULL NAME \n"
+"Language-Team: Galician (http://www.transifex.net/projects/p/owncloud/team/gl/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: gl\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+
+#: ajax/upload.php:19
+msgid "There is no error, the file uploaded with success"
+msgstr ""
+
+#: ajax/upload.php:20
+msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini"
+msgstr ""
+
+#: ajax/upload.php:21
+msgid ""
+"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
+"the HTML form"
+msgstr ""
+
+#: ajax/upload.php:22
+msgid "The uploaded file was only partially uploaded"
+msgstr ""
+
+#: ajax/upload.php:23
+msgid "No file was uploaded"
+msgstr ""
+
+#: ajax/upload.php:24
+msgid "Missing a temporary folder"
+msgstr ""
+
+#: appinfo/app.php:8
+msgid "Files"
+msgstr ""
+
+#: templates/admin.php:5
+msgid "Maximum upload size"
+msgstr ""
+
+#: templates/index.php:7
+msgid "New"
+msgstr ""
+
+#: templates/index.php:10
+msgid "Text file"
+msgstr ""
+
+#: templates/index.php:11
+msgid "Folder"
+msgstr ""
+
+#: templates/index.php:12
+msgid "From the web"
+msgstr ""
+
+#: templates/index.php:22
+msgid "Upload"
+msgstr ""
+
+#: templates/index.php:35
+msgid "Nothing in here. Upload something!"
+msgstr ""
+
+#: templates/index.php:43
+msgid "Name"
+msgstr ""
+
+#: templates/index.php:45
+msgid "Download"
+msgstr ""
+
+#: templates/index.php:49
+msgid "Size"
+msgstr ""
+
+#: templates/index.php:50
+msgid "Modified"
+msgstr ""
+
+#: templates/index.php:50
+msgid "Delete"
+msgstr ""
+
+#: templates/index.php:58
+msgid "Upload too large"
+msgstr ""
+
+#: templates/index.php:60
+msgid ""
+"The files you are trying to upload exceed the maximum size for file uploads "
+"on this server."
+msgstr ""
+
+
diff --git a/l10n/gl/gallery.po b/l10n/gl/gallery.po
new file mode 100644
index 00000000000..ec369f59cb9
--- /dev/null
+++ b/l10n/gl/gallery.po
@@ -0,0 +1,32 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: ownCloud\n"
+"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:48+0000\n"
+"Last-Translator: icewind \n"
+"Language-Team: Galician (http://www.transifex.net/projects/p/owncloud/team/gl/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: gl\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+
+#: appinfo/app.php:41
+msgid "Gallery"
+msgstr ""
+
+#: templates/index.php:10
+msgid "Rescan"
+msgstr ""
+
+#: templates/view_album.php:19
+msgid "Back"
+msgstr ""
+
+
diff --git a/l10n/gl/media.po b/l10n/gl/media.po
new file mode 100644
index 00000000000..66a58f40a80
--- /dev/null
+++ b/l10n/gl/media.po
@@ -0,0 +1,64 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: ownCloud\n"
+"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2011-08-13 02:19+0000\n"
+"Last-Translator: FULL NAME \n"
+"Language-Team: Galician (http://www.transifex.net/projects/p/owncloud/team/gl/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: gl\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+
+#: appinfo/app.php:32 templates/player.php:9
+msgid "Music"
+msgstr ""
+
+#: templates/music.php:3 templates/player.php:13
+msgid "Play"
+msgstr ""
+
+#: templates/music.php:4 templates/music.php:26 templates/player.php:14
+msgid "Pause"
+msgstr ""
+
+#: templates/music.php:5
+msgid "Previous"
+msgstr ""
+
+#: templates/music.php:6 templates/player.php:15
+msgid "Next"
+msgstr ""
+
+#: templates/music.php:7
+msgid "Mute"
+msgstr ""
+
+#: templates/music.php:8
+msgid "Unmute"
+msgstr ""
+
+#: templates/music.php:25
+msgid "Rescan Collection"
+msgstr ""
+
+#: templates/music.php:37
+msgid "Artist"
+msgstr ""
+
+#: templates/music.php:38
+msgid "Album"
+msgstr ""
+
+#: templates/music.php:39
+msgid "Title"
+msgstr ""
+
+
diff --git a/l10n/gl/settings.po b/l10n/gl/settings.po
new file mode 100644
index 00000000000..2cb16dd7c32
--- /dev/null
+++ b/l10n/gl/settings.po
@@ -0,0 +1,152 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: ownCloud\n"
+"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2011-07-25 16:05+0000\n"
+"Last-Translator: FULL NAME \n"
+"Language-Team: Galician (http://www.transifex.net/projects/p/owncloud/team/gl/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: gl\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+
+#: ajax/lostpassword.php:14
+msgid "email Changed"
+msgstr ""
+
+#: ajax/lostpassword.php:16 ajax/openid.php:17 ajax/setlanguage.php:16
+msgid "Invalid request"
+msgstr ""
+
+#: ajax/openid.php:15
+msgid "OpenID Changed"
+msgstr ""
+
+#: ajax/setlanguage.php:14
+msgid "Language changed"
+msgstr ""
+
+#: templates/admin.php:13
+msgid "Log level"
+msgstr ""
+
+#: templates/apps.php:8
+msgid "Add your application"
+msgstr ""
+
+#: templates/apps.php:21
+msgid "Select an App"
+msgstr ""
+
+#: templates/apps.php:23
+msgid "-licensed"
+msgstr ""
+
+#: templates/apps.php:23
+msgid "by"
+msgstr ""
+
+#: templates/help.php:8
+msgid "Ask a question"
+msgstr ""
+
+#: templates/help.php:20
+msgid "Problems connecting to help database."
+msgstr ""
+
+#: templates/help.php:21
+msgid "Go there manually."
+msgstr ""
+
+#: templates/help.php:29
+msgid "Answer"
+msgstr ""
+
+#: templates/personal.php:8
+msgid "You use"
+msgstr ""
+
+#: templates/personal.php:8
+msgid "of the available"
+msgstr ""
+
+#: templates/personal.php:13
+msgid "Your password got changed"
+msgstr ""
+
+#: templates/personal.php:14
+msgid "Unable to change your password"
+msgstr ""
+
+#: templates/personal.php:15
+msgid "Current password"
+msgstr ""
+
+#: templates/personal.php:16
+msgid "New password"
+msgstr ""
+
+#: templates/personal.php:17
+msgid "show"
+msgstr ""
+
+#: templates/personal.php:18
+msgid "Change password"
+msgstr ""
+
+#: templates/personal.php:24
+msgid "Email"
+msgstr ""
+
+#: templates/personal.php:25
+msgid "Your email address"
+msgstr ""
+
+#: templates/personal.php:26
+msgid "Fill in an email address to enable password recovery"
+msgstr ""
+
+#: templates/personal.php:32 templates/personal.php:33
+msgid "Language"
+msgstr ""
+
+#: templates/personal.php:38
+msgid "Help translate"
+msgstr ""
+
+#: templates/personal.php:45
+msgid "use this address to connect to your ownCloud in your file manager"
+msgstr ""
+
+#: templates/users.php:15 templates/users.php:30
+msgid "Name"
+msgstr ""
+
+#: templates/users.php:16 templates/users.php:31
+msgid "Password"
+msgstr ""
+
+#: templates/users.php:17 templates/users.php:32 templates/users.php:46
+msgid "Groups"
+msgstr ""
+
+#: templates/users.php:23
+msgid "Create"
+msgstr ""
+
+#: templates/users.php:33
+msgid "Quota"
+msgstr ""
+
+#: templates/users.php:58
+msgid "Delete"
+msgstr ""
+
+
diff --git a/l10n/he/calendar.po b/l10n/he/calendar.po
index 39d8b244769..fd3ee1ab0f4 100644
--- a/l10n/he/calendar.po
+++ b/l10n/he/calendar.po
@@ -10,9 +10,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-07 18:29+0100\n"
-"PO-Revision-Date: 2012-01-08 08:41+0000\n"
-"Last-Translator: george \n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:45+0000\n"
+"Last-Translator: icewind \n"
"Language-Team: Hebrew (http://www.transifex.net/projects/p/owncloud/team/he/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -317,27 +317,27 @@ msgstr ""
msgid "There was a database fail"
msgstr ""
-#: templates/calendar.php:38
+#: templates/calendar.php:52
msgid "Week"
msgstr "שבוע"
-#: templates/calendar.php:39
+#: templates/calendar.php:53
msgid "Month"
msgstr "חודש"
-#: templates/calendar.php:40
+#: templates/calendar.php:54
msgid "List"
msgstr "רשימה"
-#: templates/calendar.php:45
+#: templates/calendar.php:59
msgid "Today"
msgstr "היום"
-#: templates/calendar.php:46
+#: templates/calendar.php:60
msgid "Calendars"
msgstr "לוחות שנה"
-#: templates/calendar.php:64
+#: templates/calendar.php:78
msgid "There was a fail, while parsing the file."
msgstr "אירעה שגיאה בעת פענוח הקובץ."
@@ -451,7 +451,7 @@ msgstr "לוח שנה חדש"
msgid "Edit calendar"
msgstr "עריכת לוח שנה"
-#: templates/part.editcalendar.php:12 templates/part.import.php:29
+#: templates/part.editcalendar.php:12
msgid "Displayname"
msgstr "שם תצוגה"
@@ -577,35 +577,35 @@ msgid "Description of the Event"
msgstr "תיאור האירוע"
#: templates/part.import.php:1
-msgid "Import Ical File"
-msgstr ""
-
-#: templates/part.import.php:4
-msgid "How to import the new calendar?"
+msgid "Import a calendar file"
msgstr ""
#: templates/part.import.php:6
-msgid "Import into an existing calendar"
-msgstr ""
-
-#: templates/part.import.php:7
-msgid "Import into a new calendar"
-msgstr ""
-
-#: templates/part.import.php:10
msgid "Please choose the calendar"
msgstr ""
-#: templates/part.import.php:20 templates/part.import.php:37
+#: templates/part.import.php:10
+msgid "create a new calendar"
+msgstr ""
+
+#: templates/part.import.php:15
+msgid "Name of new calendar"
+msgstr ""
+
+#: templates/part.import.php:17
msgid "Import"
msgstr "יבוא"
-#: templates/part.import.php:22 templates/part.import.php:39
-msgid "Back"
+#: templates/part.import.php:20
+msgid "Importing calendar"
msgstr ""
-#: templates/part.import.php:25
-msgid "Please fill out the form"
+#: templates/part.import.php:23
+msgid "Calendar imported successfully"
+msgstr ""
+
+#: templates/part.import.php:24
+msgid "Close Dialog"
msgstr ""
#: templates/part.newevent.php:1
diff --git a/l10n/he/contacts.po b/l10n/he/contacts.po
index 3932aca9797..3779134461c 100644
--- a/l10n/he/contacts.po
+++ b/l10n/he/contacts.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-11 00:18+0100\n"
-"PO-Revision-Date: 2012-01-10 23:43+0000\n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:45+0000\n"
"Last-Translator: icewind \n"
"Language-Team: Hebrew (http://www.transifex.net/projects/p/owncloud/team/he/)\n"
"MIME-Version: 1.0\n"
@@ -18,6 +18,50 @@ msgstr ""
"Language: he\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+#: ajax/activation.php:17 ajax/updateaddressbook.php:26
+msgid "Error (de)activating addressbook."
+msgstr ""
+
+#: ajax/addcard.php:79
+msgid "There was an error adding the contact."
+msgstr ""
+
+#: ajax/addproperty.php:39
+msgid "Cannot add empty property."
+msgstr ""
+
+#: ajax/addproperty.php:51
+msgid "At least one of the address fields has to be filled out."
+msgstr ""
+
+#: ajax/addproperty.php:77
+msgid "Error adding contact property."
+msgstr ""
+
+#: ajax/createaddressbook.php:20
+msgid "Error adding addressbook."
+msgstr ""
+
+#: ajax/createaddressbook.php:26
+msgid "Error activating addressbook."
+msgstr ""
+
+#: ajax/deleteproperty.php:40
+msgid "Error deleting contact property."
+msgstr ""
+
+#: ajax/setproperty.php:79
+msgid "Error updating contact property."
+msgstr ""
+
+#: ajax/updateaddressbook.php:20
+msgid "Error updating addressbook."
+msgstr ""
+
+#: appinfo/app.php:21 templates/settings.php:3
+msgid "Contacts"
+msgstr ""
+
#: lib/app.php:42
msgid "This is not your addressbook."
msgstr "זהו אינו ספר הכתובות שלך"
@@ -26,29 +70,25 @@ msgstr "זהו אינו ספר הכתובות שלך"
msgid "Contact could not be found."
msgstr "לא ניתן לאתר איש קשר"
-#: lib/app.php:65
-msgid "vCard could not be read."
-msgstr "לא ניתן לקרוא vCard."
-
#: lib/app.php:79
msgid "Information about vCard is incorrect. Please reload the page."
msgstr "המידע אודות vCard אינו נכון. נא לטעון מחדש את הדף."
-#: lib/app.php:91 templates/part.addcardform.php:56
+#: lib/app.php:91 templates/part.addcardform.php:54
#: templates/part.property.php:45 templates/part.setpropertyform.php:7
msgid "Address"
msgstr "כתובת"
-#: lib/app.php:92 templates/part.addcardform.php:37
+#: lib/app.php:92 templates/part.addcardform.php:43
msgid "Telephone"
msgstr "טלפון"
-#: lib/app.php:93 templates/part.addcardform.php:31
+#: lib/app.php:93 templates/part.addcardform.php:37
#: templates/part.property.php:16 templates/part.setpropertyform.php:51
msgid "Email"
msgstr "דואר אלקטרוני"
-#: lib/app.php:94 templates/part.addcardform.php:23
+#: lib/app.php:94 templates/part.addcardform.php:27
#: templates/part.property.php:9 templates/part.setpropertyform.php:54
msgid "Organization"
msgstr "ארגון"
@@ -85,6 +125,10 @@ msgstr "וידאו"
msgid "Pager"
msgstr "זימונית"
+#: lib/search.php:22
+msgid "Contact"
+msgstr ""
+
#: photo.php:40
msgid "This is not your contact."
msgstr "זהו אינו איש קשר שלך"
@@ -97,68 +141,64 @@ msgstr "כרטיס זה אינו תואם ל־RFC"
msgid "This card does not contain a photo."
msgstr "כרטיס זה אינו כולל תמונה"
-#: templates/index.php:13
+#: templates/index.php:6
msgid "Add Contact"
msgstr "הוספת איש קשר"
-#: templates/index.php:14
-msgid "Address Books"
+#: templates/index.php:7
+msgid "Addressbooks"
msgstr ""
#: templates/part.addcardform.php:8
-msgid "Group"
-msgstr "קבוצה"
+msgid "Addressbook"
+msgstr ""
-#: templates/part.addcardform.php:19
+#: templates/part.addcardform.php:21
msgid "Name"
msgstr "שם"
-#: templates/part.addcardform.php:41
-msgid "Number"
-msgstr ""
-
-#: templates/part.addcardform.php:45 templates/part.addcardform.php:59
-#: templates/part.details.php:42 templates/part.details.php:78
-#: templates/part.setpropertyform.php:10 templates/part.setpropertyform.php:47
+#: templates/part.addcardform.php:57 templates/part.details.php:43
+#: templates/part.details.php:79 templates/part.setpropertyform.php:10
+#: templates/part.setpropertyform.php:47
msgid "Type"
msgstr ""
-#: templates/part.addcardform.php:65 templates/part.details.php:48
+#: templates/part.addcardform.php:65 templates/part.details.php:49
#: templates/part.setpropertyform.php:16
msgid "PO Box"
msgstr "תא דואר"
-#: templates/part.addcardform.php:69 templates/part.details.php:52
+#: templates/part.addcardform.php:72 templates/part.details.php:53
#: templates/part.setpropertyform.php:20
msgid "Extended"
msgstr "מורחב"
-#: templates/part.addcardform.php:73 templates/part.details.php:56
+#: templates/part.addcardform.php:78 templates/part.details.php:57
#: templates/part.setpropertyform.php:24
msgid "Street"
msgstr "רחוב"
-#: templates/part.addcardform.php:77 templates/part.details.php:60
+#: templates/part.addcardform.php:84 templates/part.details.php:61
#: templates/part.setpropertyform.php:28
msgid "City"
msgstr "עיר"
-#: templates/part.addcardform.php:81 templates/part.details.php:64
+#: templates/part.addcardform.php:90 templates/part.details.php:65
#: templates/part.setpropertyform.php:32
msgid "Region"
msgstr "אזור"
-#: templates/part.addcardform.php:85 templates/part.details.php:68
+#: templates/part.addcardform.php:96 templates/part.details.php:69
#: templates/part.setpropertyform.php:36
msgid "Zipcode"
msgstr "מיקוד"
-#: templates/part.addcardform.php:89 templates/part.details.php:72
+#: templates/part.addcardform.php:102 templates/part.details.php:73
#: templates/part.setpropertyform.php:40
msgid "Country"
msgstr "מדינה"
-#: templates/part.addcardform.php:97
+#: templates/part.addcardform.php:109
msgid "Create Contact"
msgstr "יצירת איש קשר"
@@ -167,7 +207,6 @@ msgid "Choose active Address Books"
msgstr ""
#: templates/part.chooseaddressbook.php:16
-#: templates/part.editaddressbook.php:9
msgid "New Address Book"
msgstr ""
@@ -189,15 +228,23 @@ msgid "Delete"
msgstr "מחיקה"
#: templates/part.details.php:3
+msgid "Download contact"
+msgstr ""
+
+#: templates/part.details.php:4
msgid "Delete contact"
msgstr ""
-#: templates/part.details.php:33
+#: templates/part.details.php:34
msgid "Add"
msgstr ""
#: templates/part.editaddressbook.php:9
-msgid "Edit Address Book"
+msgid "New Addressbook"
+msgstr ""
+
+#: templates/part.editaddressbook.php:9
+msgid "Edit Addressbook"
msgstr ""
#: templates/part.editaddressbook.php:12
@@ -236,4 +283,8 @@ msgstr "טלפון"
msgid "Update"
msgstr ""
+#: templates/settings.php:4
+msgid "CardDAV syncing address:"
+msgstr ""
+
diff --git a/l10n/he/gallery.po b/l10n/he/gallery.po
new file mode 100644
index 00000000000..5b80974785c
--- /dev/null
+++ b/l10n/he/gallery.po
@@ -0,0 +1,32 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: ownCloud\n"
+"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:48+0000\n"
+"Last-Translator: icewind \n"
+"Language-Team: Hebrew (http://www.transifex.net/projects/p/owncloud/team/he/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: he\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+
+#: appinfo/app.php:41
+msgid "Gallery"
+msgstr ""
+
+#: templates/index.php:10
+msgid "Rescan"
+msgstr ""
+
+#: templates/view_album.php:19
+msgid "Back"
+msgstr ""
+
+
diff --git a/l10n/hr/calendar.po b/l10n/hr/calendar.po
index c4ea31f3c0a..9aac8b76f34 100644
--- a/l10n/hr/calendar.po
+++ b/l10n/hr/calendar.po
@@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-07 18:29+0100\n"
-"PO-Revision-Date: 2012-01-08 08:41+0000\n"
-"Last-Translator: george \n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:45+0000\n"
+"Last-Translator: icewind \n"
"Language-Team: Croatian (http://www.transifex.net/projects/p/owncloud/team/hr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -315,27 +315,27 @@ msgstr "Događaj završava prije nego počinje"
msgid "There was a database fail"
msgstr "Pogreška u bazi podataka"
-#: templates/calendar.php:38
+#: templates/calendar.php:52
msgid "Week"
msgstr "Tjedan"
-#: templates/calendar.php:39
+#: templates/calendar.php:53
msgid "Month"
msgstr "Mjesec"
-#: templates/calendar.php:40
+#: templates/calendar.php:54
msgid "List"
msgstr "Lista"
-#: templates/calendar.php:45
+#: templates/calendar.php:59
msgid "Today"
msgstr "Danas"
-#: templates/calendar.php:46
+#: templates/calendar.php:60
msgid "Calendars"
msgstr "Kalendari"
-#: templates/calendar.php:64
+#: templates/calendar.php:78
msgid "There was a fail, while parsing the file."
msgstr "Pogreška pri čitanju datoteke."
@@ -449,7 +449,7 @@ msgstr "Novi kalendar"
msgid "Edit calendar"
msgstr "Uredi kalendar"
-#: templates/part.editcalendar.php:12 templates/part.import.php:29
+#: templates/part.editcalendar.php:12
msgid "Displayname"
msgstr "Naziv"
@@ -575,36 +575,36 @@ msgid "Description of the Event"
msgstr "Opis događaja"
#: templates/part.import.php:1
-msgid "Import Ical File"
-msgstr "Uvoz Ical datoteke"
-
-#: templates/part.import.php:4
-msgid "How to import the new calendar?"
-msgstr "Kako uvesti novi kalendar?"
+msgid "Import a calendar file"
+msgstr ""
#: templates/part.import.php:6
-msgid "Import into an existing calendar"
-msgstr "Uvoz u postojeći kalendar"
-
-#: templates/part.import.php:7
-msgid "Import into a new calendar"
-msgstr "Uvoz u novi kalendar"
-
-#: templates/part.import.php:10
msgid "Please choose the calendar"
msgstr "Odaberite kalendar"
-#: templates/part.import.php:20 templates/part.import.php:37
+#: templates/part.import.php:10
+msgid "create a new calendar"
+msgstr ""
+
+#: templates/part.import.php:15
+msgid "Name of new calendar"
+msgstr ""
+
+#: templates/part.import.php:17
msgid "Import"
msgstr "Uvoz"
-#: templates/part.import.php:22 templates/part.import.php:39
-msgid "Back"
-msgstr "Natrag"
+#: templates/part.import.php:20
+msgid "Importing calendar"
+msgstr ""
-#: templates/part.import.php:25
-msgid "Please fill out the form"
-msgstr "Molimo popunite obrazac"
+#: templates/part.import.php:23
+msgid "Calendar imported successfully"
+msgstr ""
+
+#: templates/part.import.php:24
+msgid "Close Dialog"
+msgstr ""
#: templates/part.newevent.php:1
msgid "Create a new event"
diff --git a/l10n/hr/contacts.po b/l10n/hr/contacts.po
index e722369c0d5..3df2758e0ca 100644
--- a/l10n/hr/contacts.po
+++ b/l10n/hr/contacts.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-11 00:18+0100\n"
-"PO-Revision-Date: 2012-01-10 23:43+0000\n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:45+0000\n"
"Last-Translator: icewind \n"
"Language-Team: Croatian (http://www.transifex.net/projects/p/owncloud/team/hr/)\n"
"MIME-Version: 1.0\n"
@@ -18,6 +18,50 @@ msgstr ""
"Language: hr\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2\n"
+#: ajax/activation.php:17 ajax/updateaddressbook.php:26
+msgid "Error (de)activating addressbook."
+msgstr ""
+
+#: ajax/addcard.php:79
+msgid "There was an error adding the contact."
+msgstr ""
+
+#: ajax/addproperty.php:39
+msgid "Cannot add empty property."
+msgstr ""
+
+#: ajax/addproperty.php:51
+msgid "At least one of the address fields has to be filled out."
+msgstr ""
+
+#: ajax/addproperty.php:77
+msgid "Error adding contact property."
+msgstr ""
+
+#: ajax/createaddressbook.php:20
+msgid "Error adding addressbook."
+msgstr ""
+
+#: ajax/createaddressbook.php:26
+msgid "Error activating addressbook."
+msgstr ""
+
+#: ajax/deleteproperty.php:40
+msgid "Error deleting contact property."
+msgstr ""
+
+#: ajax/setproperty.php:79
+msgid "Error updating contact property."
+msgstr ""
+
+#: ajax/updateaddressbook.php:20
+msgid "Error updating addressbook."
+msgstr ""
+
+#: appinfo/app.php:21 templates/settings.php:3
+msgid "Contacts"
+msgstr ""
+
#: lib/app.php:42
msgid "This is not your addressbook."
msgstr "Ovo nije vaš adresar."
@@ -26,29 +70,25 @@ msgstr "Ovo nije vaš adresar."
msgid "Contact could not be found."
msgstr "Kontakt ne postoji."
-#: lib/app.php:65
-msgid "vCard could not be read."
-msgstr "Nemoguće pročitati vCard."
-
#: lib/app.php:79
msgid "Information about vCard is incorrect. Please reload the page."
msgstr "Informacija o vCard je neispravna. Osvježite stranicu."
-#: lib/app.php:91 templates/part.addcardform.php:56
+#: lib/app.php:91 templates/part.addcardform.php:54
#: templates/part.property.php:45 templates/part.setpropertyform.php:7
msgid "Address"
msgstr "Adresa"
-#: lib/app.php:92 templates/part.addcardform.php:37
+#: lib/app.php:92 templates/part.addcardform.php:43
msgid "Telephone"
msgstr "Telefon"
-#: lib/app.php:93 templates/part.addcardform.php:31
+#: lib/app.php:93 templates/part.addcardform.php:37
#: templates/part.property.php:16 templates/part.setpropertyform.php:51
msgid "Email"
msgstr "E-mail"
-#: lib/app.php:94 templates/part.addcardform.php:23
+#: lib/app.php:94 templates/part.addcardform.php:27
#: templates/part.property.php:9 templates/part.setpropertyform.php:54
msgid "Organization"
msgstr "Organizacija"
@@ -85,6 +125,10 @@ msgstr "Video"
msgid "Pager"
msgstr "Pager"
+#: lib/search.php:22
+msgid "Contact"
+msgstr ""
+
#: photo.php:40
msgid "This is not your contact."
msgstr "Ovo nije vaš kontakt."
@@ -97,68 +141,64 @@ msgstr "Ova kartica nije sukladna prema RFC direktivama."
msgid "This card does not contain a photo."
msgstr "Ova kartica ne sadrži fotografiju."
-#: templates/index.php:13
+#: templates/index.php:6
msgid "Add Contact"
msgstr "Dodaj kontakt"
-#: templates/index.php:14
-msgid "Address Books"
+#: templates/index.php:7
+msgid "Addressbooks"
msgstr ""
#: templates/part.addcardform.php:8
-msgid "Group"
-msgstr "Grupa"
+msgid "Addressbook"
+msgstr ""
-#: templates/part.addcardform.php:19
+#: templates/part.addcardform.php:21
msgid "Name"
msgstr "Naziv"
-#: templates/part.addcardform.php:41
-msgid "Number"
-msgstr ""
-
-#: templates/part.addcardform.php:45 templates/part.addcardform.php:59
-#: templates/part.details.php:42 templates/part.details.php:78
-#: templates/part.setpropertyform.php:10 templates/part.setpropertyform.php:47
+#: templates/part.addcardform.php:57 templates/part.details.php:43
+#: templates/part.details.php:79 templates/part.setpropertyform.php:10
+#: templates/part.setpropertyform.php:47
msgid "Type"
msgstr ""
-#: templates/part.addcardform.php:65 templates/part.details.php:48
+#: templates/part.addcardform.php:65 templates/part.details.php:49
#: templates/part.setpropertyform.php:16
msgid "PO Box"
msgstr "Poštanski Pretinac"
-#: templates/part.addcardform.php:69 templates/part.details.php:52
+#: templates/part.addcardform.php:72 templates/part.details.php:53
#: templates/part.setpropertyform.php:20
msgid "Extended"
msgstr "Prošireno"
-#: templates/part.addcardform.php:73 templates/part.details.php:56
+#: templates/part.addcardform.php:78 templates/part.details.php:57
#: templates/part.setpropertyform.php:24
msgid "Street"
msgstr "Ulica"
-#: templates/part.addcardform.php:77 templates/part.details.php:60
+#: templates/part.addcardform.php:84 templates/part.details.php:61
#: templates/part.setpropertyform.php:28
msgid "City"
msgstr "Grad"
-#: templates/part.addcardform.php:81 templates/part.details.php:64
+#: templates/part.addcardform.php:90 templates/part.details.php:65
#: templates/part.setpropertyform.php:32
msgid "Region"
msgstr "Regija"
-#: templates/part.addcardform.php:85 templates/part.details.php:68
+#: templates/part.addcardform.php:96 templates/part.details.php:69
#: templates/part.setpropertyform.php:36
msgid "Zipcode"
msgstr "Poštanski broj"
-#: templates/part.addcardform.php:89 templates/part.details.php:72
+#: templates/part.addcardform.php:102 templates/part.details.php:73
#: templates/part.setpropertyform.php:40
msgid "Country"
msgstr "Država"
-#: templates/part.addcardform.php:97
+#: templates/part.addcardform.php:109
msgid "Create Contact"
msgstr "Izradi Kontakt"
@@ -167,7 +207,6 @@ msgid "Choose active Address Books"
msgstr ""
#: templates/part.chooseaddressbook.php:16
-#: templates/part.editaddressbook.php:9
msgid "New Address Book"
msgstr ""
@@ -189,15 +228,23 @@ msgid "Delete"
msgstr "Obriši"
#: templates/part.details.php:3
+msgid "Download contact"
+msgstr ""
+
+#: templates/part.details.php:4
msgid "Delete contact"
msgstr ""
-#: templates/part.details.php:33
+#: templates/part.details.php:34
msgid "Add"
msgstr ""
#: templates/part.editaddressbook.php:9
-msgid "Edit Address Book"
+msgid "New Addressbook"
+msgstr ""
+
+#: templates/part.editaddressbook.php:9
+msgid "Edit Addressbook"
msgstr ""
#: templates/part.editaddressbook.php:12
@@ -236,4 +283,8 @@ msgstr "Telefon"
msgid "Update"
msgstr ""
+#: templates/settings.php:4
+msgid "CardDAV syncing address:"
+msgstr ""
+
diff --git a/l10n/hr/gallery.po b/l10n/hr/gallery.po
new file mode 100644
index 00000000000..fba00795844
--- /dev/null
+++ b/l10n/hr/gallery.po
@@ -0,0 +1,32 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: ownCloud\n"
+"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:48+0000\n"
+"Last-Translator: icewind \n"
+"Language-Team: Croatian (http://www.transifex.net/projects/p/owncloud/team/hr/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: hr\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2\n"
+
+#: appinfo/app.php:41
+msgid "Gallery"
+msgstr ""
+
+#: templates/index.php:10
+msgid "Rescan"
+msgstr ""
+
+#: templates/view_album.php:19
+msgid "Back"
+msgstr ""
+
+
diff --git a/l10n/hu_HU/calendar.po b/l10n/hu_HU/calendar.po
index aee11c9a501..5e36feb430d 100644
--- a/l10n/hu_HU/calendar.po
+++ b/l10n/hu_HU/calendar.po
@@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-07 18:29+0100\n"
-"PO-Revision-Date: 2012-01-08 08:41+0000\n"
-"Last-Translator: george \n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:45+0000\n"
+"Last-Translator: icewind \n"
"Language-Team: Hungarian (Hungary) (http://www.transifex.net/projects/p/owncloud/team/hu_HU/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -315,27 +315,27 @@ msgstr "Az esemény véget ér a kezdés előtt."
msgid "There was a database fail"
msgstr "Adatbázis hiba történt"
-#: templates/calendar.php:38
+#: templates/calendar.php:52
msgid "Week"
msgstr "Hét"
-#: templates/calendar.php:39
+#: templates/calendar.php:53
msgid "Month"
msgstr "Hónap"
-#: templates/calendar.php:40
+#: templates/calendar.php:54
msgid "List"
msgstr "Lista"
-#: templates/calendar.php:45
+#: templates/calendar.php:59
msgid "Today"
msgstr "Ma"
-#: templates/calendar.php:46
+#: templates/calendar.php:60
msgid "Calendars"
msgstr "Naptárak"
-#: templates/calendar.php:64
+#: templates/calendar.php:78
msgid "There was a fail, while parsing the file."
msgstr "Probléma volt a fájl elemzése közben."
@@ -449,7 +449,7 @@ msgstr "Új naptár"
msgid "Edit calendar"
msgstr "Naptár szerkesztése"
-#: templates/part.editcalendar.php:12 templates/part.import.php:29
+#: templates/part.editcalendar.php:12
msgid "Displayname"
msgstr "Megjelenítési név"
@@ -575,36 +575,36 @@ msgid "Description of the Event"
msgstr "Az esemény leírása"
#: templates/part.import.php:1
-msgid "Import Ical File"
-msgstr "Ical fájl importálása"
-
-#: templates/part.import.php:4
-msgid "How to import the new calendar?"
-msgstr "Hogyan legyen importálva az új naptár?"
+msgid "Import a calendar file"
+msgstr ""
#: templates/part.import.php:6
-msgid "Import into an existing calendar"
-msgstr "Létező naptárba importálás"
-
-#: templates/part.import.php:7
-msgid "Import into a new calendar"
-msgstr "Új naptárba importálás"
-
-#: templates/part.import.php:10
msgid "Please choose the calendar"
msgstr "Válassz naptárat"
-#: templates/part.import.php:20 templates/part.import.php:37
+#: templates/part.import.php:10
+msgid "create a new calendar"
+msgstr ""
+
+#: templates/part.import.php:15
+msgid "Name of new calendar"
+msgstr ""
+
+#: templates/part.import.php:17
msgid "Import"
msgstr "Importálás"
-#: templates/part.import.php:22 templates/part.import.php:39
-msgid "Back"
-msgstr "Vissza"
+#: templates/part.import.php:20
+msgid "Importing calendar"
+msgstr ""
-#: templates/part.import.php:25
-msgid "Please fill out the form"
-msgstr "Töltsd ki az űrlapot"
+#: templates/part.import.php:23
+msgid "Calendar imported successfully"
+msgstr ""
+
+#: templates/part.import.php:24
+msgid "Close Dialog"
+msgstr ""
#: templates/part.newevent.php:1
msgid "Create a new event"
diff --git a/l10n/hu_HU/contacts.po b/l10n/hu_HU/contacts.po
index 463190e33fc..b4e5d034ecb 100644
--- a/l10n/hu_HU/contacts.po
+++ b/l10n/hu_HU/contacts.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-11 00:18+0100\n"
-"PO-Revision-Date: 2012-01-10 23:43+0000\n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:45+0000\n"
"Last-Translator: icewind \n"
"Language-Team: Hungarian (Hungary) (http://www.transifex.net/projects/p/owncloud/team/hu_HU/)\n"
"MIME-Version: 1.0\n"
@@ -19,6 +19,50 @@ msgstr ""
"Language: hu_HU\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+#: ajax/activation.php:17 ajax/updateaddressbook.php:26
+msgid "Error (de)activating addressbook."
+msgstr ""
+
+#: ajax/addcard.php:79
+msgid "There was an error adding the contact."
+msgstr ""
+
+#: ajax/addproperty.php:39
+msgid "Cannot add empty property."
+msgstr ""
+
+#: ajax/addproperty.php:51
+msgid "At least one of the address fields has to be filled out."
+msgstr ""
+
+#: ajax/addproperty.php:77
+msgid "Error adding contact property."
+msgstr ""
+
+#: ajax/createaddressbook.php:20
+msgid "Error adding addressbook."
+msgstr ""
+
+#: ajax/createaddressbook.php:26
+msgid "Error activating addressbook."
+msgstr ""
+
+#: ajax/deleteproperty.php:40
+msgid "Error deleting contact property."
+msgstr ""
+
+#: ajax/setproperty.php:79
+msgid "Error updating contact property."
+msgstr ""
+
+#: ajax/updateaddressbook.php:20
+msgid "Error updating addressbook."
+msgstr ""
+
+#: appinfo/app.php:21 templates/settings.php:3
+msgid "Contacts"
+msgstr ""
+
#: lib/app.php:42
msgid "This is not your addressbook."
msgstr "Ez nem a te címjegyzéked."
@@ -27,29 +71,25 @@ msgstr "Ez nem a te címjegyzéked."
msgid "Contact could not be found."
msgstr "Kapcsolat nem található."
-#: lib/app.php:65
-msgid "vCard could not be read."
-msgstr "A vCard-ot nem lehet olvasni."
-
#: lib/app.php:79
msgid "Information about vCard is incorrect. Please reload the page."
msgstr "A vCardról szóló információ helytelen. Töltsd újra az oldalt."
-#: lib/app.php:91 templates/part.addcardform.php:56
+#: lib/app.php:91 templates/part.addcardform.php:54
#: templates/part.property.php:45 templates/part.setpropertyform.php:7
msgid "Address"
msgstr "Cím"
-#: lib/app.php:92 templates/part.addcardform.php:37
+#: lib/app.php:92 templates/part.addcardform.php:43
msgid "Telephone"
msgstr "Telefonszám"
-#: lib/app.php:93 templates/part.addcardform.php:31
+#: lib/app.php:93 templates/part.addcardform.php:37
#: templates/part.property.php:16 templates/part.setpropertyform.php:51
msgid "Email"
msgstr "E-mail"
-#: lib/app.php:94 templates/part.addcardform.php:23
+#: lib/app.php:94 templates/part.addcardform.php:27
#: templates/part.property.php:9 templates/part.setpropertyform.php:54
msgid "Organization"
msgstr "Organizáció"
@@ -86,6 +126,10 @@ msgstr "Video"
msgid "Pager"
msgstr "Lapozó"
+#: lib/search.php:22
+msgid "Contact"
+msgstr ""
+
#: photo.php:40
msgid "This is not your contact."
msgstr "Nem a te kapcsolatod."
@@ -98,68 +142,64 @@ msgstr "A kártya nem RFC kompatibilis."
msgid "This card does not contain a photo."
msgstr "A kártya nem tartlmaz fényképet."
-#: templates/index.php:13
+#: templates/index.php:6
msgid "Add Contact"
msgstr "Kontakt hozzáadása"
-#: templates/index.php:14
-msgid "Address Books"
+#: templates/index.php:7
+msgid "Addressbooks"
msgstr ""
#: templates/part.addcardform.php:8
-msgid "Group"
-msgstr "Csoport"
+msgid "Addressbook"
+msgstr ""
-#: templates/part.addcardform.php:19
+#: templates/part.addcardform.php:21
msgid "Name"
msgstr "Név"
-#: templates/part.addcardform.php:41
-msgid "Number"
-msgstr ""
-
-#: templates/part.addcardform.php:45 templates/part.addcardform.php:59
-#: templates/part.details.php:42 templates/part.details.php:78
-#: templates/part.setpropertyform.php:10 templates/part.setpropertyform.php:47
+#: templates/part.addcardform.php:57 templates/part.details.php:43
+#: templates/part.details.php:79 templates/part.setpropertyform.php:10
+#: templates/part.setpropertyform.php:47
msgid "Type"
msgstr ""
-#: templates/part.addcardform.php:65 templates/part.details.php:48
+#: templates/part.addcardform.php:65 templates/part.details.php:49
#: templates/part.setpropertyform.php:16
msgid "PO Box"
msgstr "Postafiók"
-#: templates/part.addcardform.php:69 templates/part.details.php:52
+#: templates/part.addcardform.php:72 templates/part.details.php:53
#: templates/part.setpropertyform.php:20
msgid "Extended"
msgstr "Kiterjesztett"
-#: templates/part.addcardform.php:73 templates/part.details.php:56
+#: templates/part.addcardform.php:78 templates/part.details.php:57
#: templates/part.setpropertyform.php:24
msgid "Street"
msgstr "Utca"
-#: templates/part.addcardform.php:77 templates/part.details.php:60
+#: templates/part.addcardform.php:84 templates/part.details.php:61
#: templates/part.setpropertyform.php:28
msgid "City"
msgstr "Helység"
-#: templates/part.addcardform.php:81 templates/part.details.php:64
+#: templates/part.addcardform.php:90 templates/part.details.php:65
#: templates/part.setpropertyform.php:32
msgid "Region"
msgstr "Megye"
-#: templates/part.addcardform.php:85 templates/part.details.php:68
+#: templates/part.addcardform.php:96 templates/part.details.php:69
#: templates/part.setpropertyform.php:36
msgid "Zipcode"
msgstr "Irányítószám"
-#: templates/part.addcardform.php:89 templates/part.details.php:72
+#: templates/part.addcardform.php:102 templates/part.details.php:73
#: templates/part.setpropertyform.php:40
msgid "Country"
msgstr "Ország"
-#: templates/part.addcardform.php:97
+#: templates/part.addcardform.php:109
msgid "Create Contact"
msgstr "Kontakt létrehozása"
@@ -168,7 +208,6 @@ msgid "Choose active Address Books"
msgstr ""
#: templates/part.chooseaddressbook.php:16
-#: templates/part.editaddressbook.php:9
msgid "New Address Book"
msgstr ""
@@ -190,15 +229,23 @@ msgid "Delete"
msgstr "Törlés"
#: templates/part.details.php:3
+msgid "Download contact"
+msgstr ""
+
+#: templates/part.details.php:4
msgid "Delete contact"
msgstr ""
-#: templates/part.details.php:33
+#: templates/part.details.php:34
msgid "Add"
msgstr ""
#: templates/part.editaddressbook.php:9
-msgid "Edit Address Book"
+msgid "New Addressbook"
+msgstr ""
+
+#: templates/part.editaddressbook.php:9
+msgid "Edit Addressbook"
msgstr ""
#: templates/part.editaddressbook.php:12
@@ -237,4 +284,8 @@ msgstr "Telefonszám"
msgid "Update"
msgstr ""
+#: templates/settings.php:4
+msgid "CardDAV syncing address:"
+msgstr ""
+
diff --git a/l10n/hu_HU/gallery.po b/l10n/hu_HU/gallery.po
new file mode 100644
index 00000000000..96eb6168cac
--- /dev/null
+++ b/l10n/hu_HU/gallery.po
@@ -0,0 +1,32 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: ownCloud\n"
+"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:48+0000\n"
+"Last-Translator: icewind \n"
+"Language-Team: Hungarian (Hungary) (http://www.transifex.net/projects/p/owncloud/team/hu_HU/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: hu_HU\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+
+#: appinfo/app.php:41
+msgid "Gallery"
+msgstr ""
+
+#: templates/index.php:10
+msgid "Rescan"
+msgstr ""
+
+#: templates/view_album.php:19
+msgid "Back"
+msgstr ""
+
+
diff --git a/l10n/hy/calendar.po b/l10n/hy/calendar.po
index b3a8dbbe07b..c89b61f035d 100644
--- a/l10n/hy/calendar.po
+++ b/l10n/hy/calendar.po
@@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-07 18:29+0100\n"
-"PO-Revision-Date: 2012-01-08 08:41+0000\n"
-"Last-Translator: george \n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:45+0000\n"
+"Last-Translator: icewind \n"
"Language-Team: Armenian (http://www.transifex.net/projects/p/owncloud/team/hy/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -315,27 +315,27 @@ msgstr ""
msgid "There was a database fail"
msgstr ""
-#: templates/calendar.php:38
+#: templates/calendar.php:52
msgid "Week"
msgstr ""
-#: templates/calendar.php:39
+#: templates/calendar.php:53
msgid "Month"
msgstr "Ամիս"
-#: templates/calendar.php:40
+#: templates/calendar.php:54
msgid "List"
msgstr ""
-#: templates/calendar.php:45
+#: templates/calendar.php:59
msgid "Today"
msgstr "Այսօր"
-#: templates/calendar.php:46
+#: templates/calendar.php:60
msgid "Calendars"
msgstr ""
-#: templates/calendar.php:64
+#: templates/calendar.php:78
msgid "There was a fail, while parsing the file."
msgstr ""
@@ -449,7 +449,7 @@ msgstr ""
msgid "Edit calendar"
msgstr ""
-#: templates/part.editcalendar.php:12 templates/part.import.php:29
+#: templates/part.editcalendar.php:12
msgid "Displayname"
msgstr ""
@@ -575,35 +575,35 @@ msgid "Description of the Event"
msgstr ""
#: templates/part.import.php:1
-msgid "Import Ical File"
-msgstr ""
-
-#: templates/part.import.php:4
-msgid "How to import the new calendar?"
+msgid "Import a calendar file"
msgstr ""
#: templates/part.import.php:6
-msgid "Import into an existing calendar"
-msgstr ""
-
-#: templates/part.import.php:7
-msgid "Import into a new calendar"
-msgstr ""
-
-#: templates/part.import.php:10
msgid "Please choose the calendar"
msgstr ""
-#: templates/part.import.php:20 templates/part.import.php:37
+#: templates/part.import.php:10
+msgid "create a new calendar"
+msgstr ""
+
+#: templates/part.import.php:15
+msgid "Name of new calendar"
+msgstr ""
+
+#: templates/part.import.php:17
msgid "Import"
msgstr ""
-#: templates/part.import.php:22 templates/part.import.php:39
-msgid "Back"
+#: templates/part.import.php:20
+msgid "Importing calendar"
msgstr ""
-#: templates/part.import.php:25
-msgid "Please fill out the form"
+#: templates/part.import.php:23
+msgid "Calendar imported successfully"
+msgstr ""
+
+#: templates/part.import.php:24
+msgid "Close Dialog"
msgstr ""
#: templates/part.newevent.php:1
diff --git a/l10n/hy/contacts.po b/l10n/hy/contacts.po
index f4a8aac2cd5..53d8557da1b 100644
--- a/l10n/hy/contacts.po
+++ b/l10n/hy/contacts.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-11 00:18+0100\n"
-"PO-Revision-Date: 2012-01-10 23:43+0000\n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:45+0000\n"
"Last-Translator: icewind \n"
"Language-Team: Armenian (http://www.transifex.net/projects/p/owncloud/team/hy/)\n"
"MIME-Version: 1.0\n"
@@ -17,6 +17,50 @@ msgstr ""
"Language: hy\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+#: ajax/activation.php:17 ajax/updateaddressbook.php:26
+msgid "Error (de)activating addressbook."
+msgstr ""
+
+#: ajax/addcard.php:79
+msgid "There was an error adding the contact."
+msgstr ""
+
+#: ajax/addproperty.php:39
+msgid "Cannot add empty property."
+msgstr ""
+
+#: ajax/addproperty.php:51
+msgid "At least one of the address fields has to be filled out."
+msgstr ""
+
+#: ajax/addproperty.php:77
+msgid "Error adding contact property."
+msgstr ""
+
+#: ajax/createaddressbook.php:20
+msgid "Error adding addressbook."
+msgstr ""
+
+#: ajax/createaddressbook.php:26
+msgid "Error activating addressbook."
+msgstr ""
+
+#: ajax/deleteproperty.php:40
+msgid "Error deleting contact property."
+msgstr ""
+
+#: ajax/setproperty.php:79
+msgid "Error updating contact property."
+msgstr ""
+
+#: ajax/updateaddressbook.php:20
+msgid "Error updating addressbook."
+msgstr ""
+
+#: appinfo/app.php:21 templates/settings.php:3
+msgid "Contacts"
+msgstr ""
+
#: lib/app.php:42
msgid "This is not your addressbook."
msgstr ""
@@ -25,29 +69,25 @@ msgstr ""
msgid "Contact could not be found."
msgstr ""
-#: lib/app.php:65
-msgid "vCard could not be read."
-msgstr ""
-
#: lib/app.php:79
msgid "Information about vCard is incorrect. Please reload the page."
msgstr ""
-#: lib/app.php:91 templates/part.addcardform.php:56
+#: lib/app.php:91 templates/part.addcardform.php:54
#: templates/part.property.php:45 templates/part.setpropertyform.php:7
msgid "Address"
msgstr ""
-#: lib/app.php:92 templates/part.addcardform.php:37
+#: lib/app.php:92 templates/part.addcardform.php:43
msgid "Telephone"
msgstr ""
-#: lib/app.php:93 templates/part.addcardform.php:31
+#: lib/app.php:93 templates/part.addcardform.php:37
#: templates/part.property.php:16 templates/part.setpropertyform.php:51
msgid "Email"
msgstr ""
-#: lib/app.php:94 templates/part.addcardform.php:23
+#: lib/app.php:94 templates/part.addcardform.php:27
#: templates/part.property.php:9 templates/part.setpropertyform.php:54
msgid "Organization"
msgstr ""
@@ -84,6 +124,10 @@ msgstr ""
msgid "Pager"
msgstr ""
+#: lib/search.php:22
+msgid "Contact"
+msgstr ""
+
#: photo.php:40
msgid "This is not your contact."
msgstr ""
@@ -96,68 +140,64 @@ msgstr ""
msgid "This card does not contain a photo."
msgstr ""
-#: templates/index.php:13
+#: templates/index.php:6
msgid "Add Contact"
msgstr ""
-#: templates/index.php:14
-msgid "Address Books"
+#: templates/index.php:7
+msgid "Addressbooks"
msgstr ""
#: templates/part.addcardform.php:8
-msgid "Group"
+msgid "Addressbook"
msgstr ""
-#: templates/part.addcardform.php:19
+#: templates/part.addcardform.php:21
msgid "Name"
msgstr ""
-#: templates/part.addcardform.php:41
-msgid "Number"
-msgstr ""
-
-#: templates/part.addcardform.php:45 templates/part.addcardform.php:59
-#: templates/part.details.php:42 templates/part.details.php:78
-#: templates/part.setpropertyform.php:10 templates/part.setpropertyform.php:47
+#: templates/part.addcardform.php:57 templates/part.details.php:43
+#: templates/part.details.php:79 templates/part.setpropertyform.php:10
+#: templates/part.setpropertyform.php:47
msgid "Type"
msgstr ""
-#: templates/part.addcardform.php:65 templates/part.details.php:48
+#: templates/part.addcardform.php:65 templates/part.details.php:49
#: templates/part.setpropertyform.php:16
msgid "PO Box"
msgstr ""
-#: templates/part.addcardform.php:69 templates/part.details.php:52
+#: templates/part.addcardform.php:72 templates/part.details.php:53
#: templates/part.setpropertyform.php:20
msgid "Extended"
msgstr ""
-#: templates/part.addcardform.php:73 templates/part.details.php:56
+#: templates/part.addcardform.php:78 templates/part.details.php:57
#: templates/part.setpropertyform.php:24
msgid "Street"
msgstr ""
-#: templates/part.addcardform.php:77 templates/part.details.php:60
+#: templates/part.addcardform.php:84 templates/part.details.php:61
#: templates/part.setpropertyform.php:28
msgid "City"
msgstr ""
-#: templates/part.addcardform.php:81 templates/part.details.php:64
+#: templates/part.addcardform.php:90 templates/part.details.php:65
#: templates/part.setpropertyform.php:32
msgid "Region"
msgstr ""
-#: templates/part.addcardform.php:85 templates/part.details.php:68
+#: templates/part.addcardform.php:96 templates/part.details.php:69
#: templates/part.setpropertyform.php:36
msgid "Zipcode"
msgstr ""
-#: templates/part.addcardform.php:89 templates/part.details.php:72
+#: templates/part.addcardform.php:102 templates/part.details.php:73
#: templates/part.setpropertyform.php:40
msgid "Country"
msgstr ""
-#: templates/part.addcardform.php:97
+#: templates/part.addcardform.php:109
msgid "Create Contact"
msgstr ""
@@ -166,7 +206,6 @@ msgid "Choose active Address Books"
msgstr ""
#: templates/part.chooseaddressbook.php:16
-#: templates/part.editaddressbook.php:9
msgid "New Address Book"
msgstr ""
@@ -188,15 +227,23 @@ msgid "Delete"
msgstr ""
#: templates/part.details.php:3
+msgid "Download contact"
+msgstr ""
+
+#: templates/part.details.php:4
msgid "Delete contact"
msgstr ""
-#: templates/part.details.php:33
+#: templates/part.details.php:34
msgid "Add"
msgstr ""
#: templates/part.editaddressbook.php:9
-msgid "Edit Address Book"
+msgid "New Addressbook"
+msgstr ""
+
+#: templates/part.editaddressbook.php:9
+msgid "Edit Addressbook"
msgstr ""
#: templates/part.editaddressbook.php:12
@@ -235,4 +282,8 @@ msgstr ""
msgid "Update"
msgstr ""
+#: templates/settings.php:4
+msgid "CardDAV syncing address:"
+msgstr ""
+
diff --git a/l10n/hy/gallery.po b/l10n/hy/gallery.po
new file mode 100644
index 00000000000..c1a1f43fe7d
--- /dev/null
+++ b/l10n/hy/gallery.po
@@ -0,0 +1,32 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: ownCloud\n"
+"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:48+0000\n"
+"Last-Translator: icewind \n"
+"Language-Team: Armenian (http://www.transifex.net/projects/p/owncloud/team/hy/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: hy\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+
+#: appinfo/app.php:41
+msgid "Gallery"
+msgstr ""
+
+#: templates/index.php:10
+msgid "Rescan"
+msgstr ""
+
+#: templates/view_album.php:19
+msgid "Back"
+msgstr ""
+
+
diff --git a/l10n/ia/calendar.po b/l10n/ia/calendar.po
index da2e4a59022..9cdf15555b7 100644
--- a/l10n/ia/calendar.po
+++ b/l10n/ia/calendar.po
@@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-07 18:29+0100\n"
-"PO-Revision-Date: 2012-01-08 08:41+0000\n"
-"Last-Translator: george \n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:45+0000\n"
+"Last-Translator: icewind \n"
"Language-Team: Interlingua (http://www.transifex.net/projects/p/owncloud/team/ia/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -315,27 +315,27 @@ msgstr ""
msgid "There was a database fail"
msgstr ""
-#: templates/calendar.php:38
+#: templates/calendar.php:52
msgid "Week"
msgstr "Septimana"
-#: templates/calendar.php:39
+#: templates/calendar.php:53
msgid "Month"
msgstr "Mense"
-#: templates/calendar.php:40
+#: templates/calendar.php:54
msgid "List"
msgstr "Lista"
-#: templates/calendar.php:45
+#: templates/calendar.php:59
msgid "Today"
msgstr "Hodie"
-#: templates/calendar.php:46
+#: templates/calendar.php:60
msgid "Calendars"
msgstr "Calendarios"
-#: templates/calendar.php:64
+#: templates/calendar.php:78
msgid "There was a fail, while parsing the file."
msgstr ""
@@ -449,7 +449,7 @@ msgstr ""
msgid "Edit calendar"
msgstr "Modificar calendario"
-#: templates/part.editcalendar.php:12 templates/part.import.php:29
+#: templates/part.editcalendar.php:12
msgid "Displayname"
msgstr ""
@@ -575,35 +575,35 @@ msgid "Description of the Event"
msgstr ""
#: templates/part.import.php:1
-msgid "Import Ical File"
-msgstr ""
-
-#: templates/part.import.php:4
-msgid "How to import the new calendar?"
+msgid "Import a calendar file"
msgstr ""
#: templates/part.import.php:6
-msgid "Import into an existing calendar"
-msgstr ""
-
-#: templates/part.import.php:7
-msgid "Import into a new calendar"
-msgstr ""
-
-#: templates/part.import.php:10
msgid "Please choose the calendar"
msgstr ""
-#: templates/part.import.php:20 templates/part.import.php:37
+#: templates/part.import.php:10
+msgid "create a new calendar"
+msgstr ""
+
+#: templates/part.import.php:15
+msgid "Name of new calendar"
+msgstr ""
+
+#: templates/part.import.php:17
msgid "Import"
msgstr ""
-#: templates/part.import.php:22 templates/part.import.php:39
-msgid "Back"
+#: templates/part.import.php:20
+msgid "Importing calendar"
msgstr ""
-#: templates/part.import.php:25
-msgid "Please fill out the form"
+#: templates/part.import.php:23
+msgid "Calendar imported successfully"
+msgstr ""
+
+#: templates/part.import.php:24
+msgid "Close Dialog"
msgstr ""
#: templates/part.newevent.php:1
diff --git a/l10n/ia/contacts.po b/l10n/ia/contacts.po
index 89f2366ca88..6958d64a4b9 100644
--- a/l10n/ia/contacts.po
+++ b/l10n/ia/contacts.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-11 00:18+0100\n"
-"PO-Revision-Date: 2012-01-10 23:43+0000\n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:45+0000\n"
"Last-Translator: icewind \n"
"Language-Team: Interlingua (http://www.transifex.net/projects/p/owncloud/team/ia/)\n"
"MIME-Version: 1.0\n"
@@ -19,6 +19,50 @@ msgstr ""
"Language: ia\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+#: ajax/activation.php:17 ajax/updateaddressbook.php:26
+msgid "Error (de)activating addressbook."
+msgstr ""
+
+#: ajax/addcard.php:79
+msgid "There was an error adding the contact."
+msgstr ""
+
+#: ajax/addproperty.php:39
+msgid "Cannot add empty property."
+msgstr ""
+
+#: ajax/addproperty.php:51
+msgid "At least one of the address fields has to be filled out."
+msgstr ""
+
+#: ajax/addproperty.php:77
+msgid "Error adding contact property."
+msgstr ""
+
+#: ajax/createaddressbook.php:20
+msgid "Error adding addressbook."
+msgstr ""
+
+#: ajax/createaddressbook.php:26
+msgid "Error activating addressbook."
+msgstr ""
+
+#: ajax/deleteproperty.php:40
+msgid "Error deleting contact property."
+msgstr ""
+
+#: ajax/setproperty.php:79
+msgid "Error updating contact property."
+msgstr ""
+
+#: ajax/updateaddressbook.php:20
+msgid "Error updating addressbook."
+msgstr ""
+
+#: appinfo/app.php:21 templates/settings.php:3
+msgid "Contacts"
+msgstr ""
+
#: lib/app.php:42
msgid "This is not your addressbook."
msgstr "Iste non es tu libro de adresses"
@@ -27,29 +71,25 @@ msgstr "Iste non es tu libro de adresses"
msgid "Contact could not be found."
msgstr "Contacto non poterea esser legite"
-#: lib/app.php:65
-msgid "vCard could not be read."
-msgstr "vCard non poterea esser legite."
-
#: lib/app.php:79
msgid "Information about vCard is incorrect. Please reload the page."
msgstr ""
-#: lib/app.php:91 templates/part.addcardform.php:56
+#: lib/app.php:91 templates/part.addcardform.php:54
#: templates/part.property.php:45 templates/part.setpropertyform.php:7
msgid "Address"
msgstr "Adresse"
-#: lib/app.php:92 templates/part.addcardform.php:37
+#: lib/app.php:92 templates/part.addcardform.php:43
msgid "Telephone"
msgstr "Telephono"
-#: lib/app.php:93 templates/part.addcardform.php:31
+#: lib/app.php:93 templates/part.addcardform.php:37
#: templates/part.property.php:16 templates/part.setpropertyform.php:51
msgid "Email"
msgstr "E-posta"
-#: lib/app.php:94 templates/part.addcardform.php:23
+#: lib/app.php:94 templates/part.addcardform.php:27
#: templates/part.property.php:9 templates/part.setpropertyform.php:54
msgid "Organization"
msgstr "Organisation"
@@ -86,6 +126,10 @@ msgstr "Video"
msgid "Pager"
msgstr "Pager"
+#: lib/search.php:22
+msgid "Contact"
+msgstr ""
+
#: photo.php:40
msgid "This is not your contact."
msgstr "Iste non es tu contacto"
@@ -98,68 +142,64 @@ msgstr "Iste carta non es compatibile con RFC"
msgid "This card does not contain a photo."
msgstr ""
-#: templates/index.php:13
+#: templates/index.php:6
msgid "Add Contact"
msgstr "Adder contacto"
-#: templates/index.php:14
-msgid "Address Books"
+#: templates/index.php:7
+msgid "Addressbooks"
msgstr ""
#: templates/part.addcardform.php:8
-msgid "Group"
-msgstr "Gruppo"
+msgid "Addressbook"
+msgstr ""
-#: templates/part.addcardform.php:19
+#: templates/part.addcardform.php:21
msgid "Name"
msgstr "Nomine"
-#: templates/part.addcardform.php:41
-msgid "Number"
-msgstr ""
-
-#: templates/part.addcardform.php:45 templates/part.addcardform.php:59
-#: templates/part.details.php:42 templates/part.details.php:78
-#: templates/part.setpropertyform.php:10 templates/part.setpropertyform.php:47
+#: templates/part.addcardform.php:57 templates/part.details.php:43
+#: templates/part.details.php:79 templates/part.setpropertyform.php:10
+#: templates/part.setpropertyform.php:47
msgid "Type"
msgstr ""
-#: templates/part.addcardform.php:65 templates/part.details.php:48
+#: templates/part.addcardform.php:65 templates/part.details.php:49
#: templates/part.setpropertyform.php:16
msgid "PO Box"
msgstr "Cassa postal"
-#: templates/part.addcardform.php:69 templates/part.details.php:52
+#: templates/part.addcardform.php:72 templates/part.details.php:53
#: templates/part.setpropertyform.php:20
msgid "Extended"
msgstr ""
-#: templates/part.addcardform.php:73 templates/part.details.php:56
+#: templates/part.addcardform.php:78 templates/part.details.php:57
#: templates/part.setpropertyform.php:24
msgid "Street"
msgstr "Strata"
-#: templates/part.addcardform.php:77 templates/part.details.php:60
+#: templates/part.addcardform.php:84 templates/part.details.php:61
#: templates/part.setpropertyform.php:28
msgid "City"
msgstr "Citate"
-#: templates/part.addcardform.php:81 templates/part.details.php:64
+#: templates/part.addcardform.php:90 templates/part.details.php:65
#: templates/part.setpropertyform.php:32
msgid "Region"
msgstr "Region"
-#: templates/part.addcardform.php:85 templates/part.details.php:68
+#: templates/part.addcardform.php:96 templates/part.details.php:69
#: templates/part.setpropertyform.php:36
msgid "Zipcode"
msgstr "Codice postal"
-#: templates/part.addcardform.php:89 templates/part.details.php:72
+#: templates/part.addcardform.php:102 templates/part.details.php:73
#: templates/part.setpropertyform.php:40
msgid "Country"
msgstr "Pais"
-#: templates/part.addcardform.php:97
+#: templates/part.addcardform.php:109
msgid "Create Contact"
msgstr "Crear contacto"
@@ -168,7 +208,6 @@ msgid "Choose active Address Books"
msgstr ""
#: templates/part.chooseaddressbook.php:16
-#: templates/part.editaddressbook.php:9
msgid "New Address Book"
msgstr ""
@@ -190,15 +229,23 @@ msgid "Delete"
msgstr "Deler"
#: templates/part.details.php:3
+msgid "Download contact"
+msgstr ""
+
+#: templates/part.details.php:4
msgid "Delete contact"
msgstr ""
-#: templates/part.details.php:33
+#: templates/part.details.php:34
msgid "Add"
msgstr ""
#: templates/part.editaddressbook.php:9
-msgid "Edit Address Book"
+msgid "New Addressbook"
+msgstr ""
+
+#: templates/part.editaddressbook.php:9
+msgid "Edit Addressbook"
msgstr ""
#: templates/part.editaddressbook.php:12
@@ -237,4 +284,8 @@ msgstr "Phono"
msgid "Update"
msgstr ""
+#: templates/settings.php:4
+msgid "CardDAV syncing address:"
+msgstr ""
+
diff --git a/l10n/ia/gallery.po b/l10n/ia/gallery.po
new file mode 100644
index 00000000000..76db89533ff
--- /dev/null
+++ b/l10n/ia/gallery.po
@@ -0,0 +1,32 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: ownCloud\n"
+"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:48+0000\n"
+"Last-Translator: icewind \n"
+"Language-Team: Interlingua (http://www.transifex.net/projects/p/owncloud/team/ia/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ia\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+
+#: appinfo/app.php:41
+msgid "Gallery"
+msgstr ""
+
+#: templates/index.php:10
+msgid "Rescan"
+msgstr ""
+
+#: templates/view_album.php:19
+msgid "Back"
+msgstr ""
+
+
diff --git a/l10n/id/calendar.po b/l10n/id/calendar.po
index 56e64399dd0..ac9956f71b3 100644
--- a/l10n/id/calendar.po
+++ b/l10n/id/calendar.po
@@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2011-09-24 23:05+0200\n"
-"PO-Revision-Date: 2011-09-24 21:05+0000\n"
-"Last-Translator: JanCBorchardt \n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:45+0000\n"
+"Last-Translator: icewind \n"
"Language-Team: Indonesian (http://www.transifex.net/projects/p/owncloud/team/id/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -18,321 +18,403 @@ msgstr ""
"Language: id\n"
"Plural-Forms: nplurals=1; plural=0\n"
-#: ajax/createcalendar.php:18 ajax/settimezone.php:19
-#: ajax/updatecalendar.php:18
-msgid "Authentication error"
-msgstr "Kesalahan otentikasi"
-
-#: ajax/editeventform.php:25
-msgid "Wrong calendar"
+#: ajax/guesstimezone.php:42
+msgid "New Timezone:"
msgstr ""
-#: ajax/settimezone.php:27
+#: ajax/settimezone.php:22
msgid "Timezone changed"
msgstr "Zona waktu telah diubah"
-#: ajax/settimezone.php:29
+#: ajax/settimezone.php:24
msgid "Invalid request"
msgstr "Permintaan tidak sah"
-#: appinfo/app.php:19 templates/part.eventform.php:27
-#: templates/part.eventinfo.php:18
+#: appinfo/app.php:20 templates/calendar.php:13
+#: templates/part.eventform.php:20
msgid "Calendar"
msgstr "Kalender"
-#: lib/object.php:292
+#: lib/app.php:19
+msgid "Wrong calendar"
+msgstr ""
+
+#: lib/app.php:60 lib/object.php:332
msgid "Birthday"
msgstr ""
-#: lib/object.php:293
+#: lib/app.php:61 lib/object.php:333
msgid "Business"
msgstr ""
-#: lib/object.php:294
+#: lib/app.php:62 lib/object.php:334
msgid "Call"
msgstr ""
-#: lib/object.php:295
+#: lib/app.php:63 lib/object.php:335
msgid "Clients"
msgstr ""
-#: lib/object.php:296
+#: lib/app.php:64 lib/object.php:336
msgid "Deliverer"
msgstr ""
-#: lib/object.php:297
+#: lib/app.php:65 lib/object.php:337
msgid "Holidays"
msgstr ""
-#: lib/object.php:298
+#: lib/app.php:66 lib/object.php:338
msgid "Ideas"
msgstr ""
-#: lib/object.php:299
+#: lib/app.php:67 lib/object.php:339
msgid "Journey"
msgstr ""
-#: lib/object.php:300
+#: lib/app.php:68 lib/object.php:340
msgid "Jubilee"
msgstr ""
-#: lib/object.php:301
+#: lib/app.php:69 lib/object.php:341
msgid "Meeting"
msgstr ""
-#: lib/object.php:302
+#: lib/app.php:70 lib/object.php:342
msgid "Other"
msgstr ""
-#: lib/object.php:303
+#: lib/app.php:71 lib/object.php:343
msgid "Personal"
msgstr ""
-#: lib/object.php:304
+#: lib/app.php:72 lib/object.php:344
msgid "Projects"
msgstr ""
-#: lib/object.php:305
+#: lib/app.php:73 lib/object.php:345
msgid "Questions"
msgstr ""
-#: lib/object.php:306
+#: lib/app.php:74 lib/object.php:346
msgid "Work"
msgstr ""
-#: lib/object.php:313
+#: lib/object.php:353
msgid "Does not repeat"
msgstr "Tidak akan mengulangi"
-#: lib/object.php:314
+#: lib/object.php:354
msgid "Daily"
msgstr "Harian"
-#: lib/object.php:315
+#: lib/object.php:355
msgid "Weekly"
msgstr "Mingguan"
-#: lib/object.php:316
+#: lib/object.php:356
msgid "Every Weekday"
msgstr "Setiap Hari Minggu"
-#: lib/object.php:317
+#: lib/object.php:357
msgid "Bi-Weekly"
msgstr "Dwi-mingguan"
-#: lib/object.php:318
+#: lib/object.php:358
msgid "Monthly"
msgstr "Bulanan"
-#: lib/object.php:319
+#: lib/object.php:359
msgid "Yearly"
msgstr "Tahunan"
-#: lib/object.php:337
+#: lib/object.php:366
+msgid "never"
+msgstr ""
+
+#: lib/object.php:367
+msgid "by occurrences"
+msgstr ""
+
+#: lib/object.php:368
+msgid "by date"
+msgstr ""
+
+#: lib/object.php:375
+msgid "by monthday"
+msgstr ""
+
+#: lib/object.php:376
+msgid "by weekday"
+msgstr ""
+
+#: lib/object.php:383 templates/lAfix.php:3
+msgid "Monday"
+msgstr ""
+
+#: lib/object.php:384 templates/lAfix.php:4
+msgid "Tuesday"
+msgstr ""
+
+#: lib/object.php:385 templates/lAfix.php:5
+msgid "Wednesday"
+msgstr ""
+
+#: lib/object.php:386 templates/lAfix.php:6
+msgid "Thursday"
+msgstr ""
+
+#: lib/object.php:387 templates/lAfix.php:7
+msgid "Friday"
+msgstr ""
+
+#: lib/object.php:388 templates/lAfix.php:8
+msgid "Saturday"
+msgstr ""
+
+#: lib/object.php:389 templates/lAfix.php:2
+msgid "Sunday"
+msgstr ""
+
+#: lib/object.php:396
+msgid "events week of month"
+msgstr ""
+
+#: lib/object.php:397
+msgid "first"
+msgstr ""
+
+#: lib/object.php:398
+msgid "second"
+msgstr ""
+
+#: lib/object.php:399
+msgid "third"
+msgstr ""
+
+#: lib/object.php:400
+msgid "fourth"
+msgstr ""
+
+#: lib/object.php:401
+msgid "fifth"
+msgstr ""
+
+#: lib/object.php:402
+msgid "last"
+msgstr ""
+
+#: lib/object.php:424 templates/lAfix.php:16
+msgid "January"
+msgstr ""
+
+#: lib/object.php:425 templates/lAfix.php:17
+msgid "February"
+msgstr ""
+
+#: lib/object.php:426 templates/lAfix.php:18
+msgid "March"
+msgstr ""
+
+#: lib/object.php:427 templates/lAfix.php:19
+msgid "April"
+msgstr ""
+
+#: lib/object.php:428 templates/lAfix.php:20
+msgid "May"
+msgstr ""
+
+#: lib/object.php:429 templates/lAfix.php:21
+msgid "June"
+msgstr ""
+
+#: lib/object.php:430 templates/lAfix.php:22
+msgid "July"
+msgstr ""
+
+#: lib/object.php:431 templates/lAfix.php:23
+msgid "August"
+msgstr ""
+
+#: lib/object.php:432 templates/lAfix.php:24
+msgid "September"
+msgstr ""
+
+#: lib/object.php:433 templates/lAfix.php:25
+msgid "October"
+msgstr ""
+
+#: lib/object.php:434 templates/lAfix.php:26
+msgid "November"
+msgstr ""
+
+#: lib/object.php:435 templates/lAfix.php:27
+msgid "December"
+msgstr ""
+
+#: lib/object.php:441
+msgid "by events date"
+msgstr ""
+
+#: lib/object.php:442
+msgid "by yearday(s)"
+msgstr ""
+
+#: lib/object.php:443
+msgid "by weeknumber(s)"
+msgstr ""
+
+#: lib/object.php:444
+msgid "by day and month"
+msgstr ""
+
+#: lib/object.php:467
msgid "Not an array"
msgstr ""
-#: templates/calendar.php:3
+#: lib/search.php:32 lib/search.php:34 lib/search.php:37
+msgid "Date"
+msgstr ""
+
+#: lib/search.php:40
+msgid "Cal."
+msgstr ""
+
+#: templates/calendar.php:10
msgid "All day"
msgstr "Semua Hari"
-#: templates/calendar.php:32
-msgid "Sunday"
-msgstr "Minggu"
-
-#: templates/calendar.php:32
-msgid "Monday"
-msgstr "Senin"
-
-#: templates/calendar.php:32
-msgid "Tuesday"
-msgstr "Selasa"
-
-#: templates/calendar.php:32
-msgid "Wednesday"
-msgstr "Rabu"
-
-#: templates/calendar.php:32
-msgid "Thursday"
-msgstr "Kamis"
-
-#: templates/calendar.php:32
-msgid "Friday"
-msgstr "Jumat"
-
-#: templates/calendar.php:32
-msgid "Saturday"
-msgstr "Sabtu"
-
-#: templates/calendar.php:33
-msgid "Sun."
-msgstr "Min."
-
-#: templates/calendar.php:33
-msgid "Mon."
-msgstr "Sen."
-
-#: templates/calendar.php:33
-msgid "Tue."
-msgstr "Sel."
-
-#: templates/calendar.php:33
-msgid "Wed."
-msgstr "Rab."
-
-#: templates/calendar.php:33
-msgid "Thu."
-msgstr "Kam."
-
-#: templates/calendar.php:33
-msgid "Fri."
-msgstr "Jum."
-
-#: templates/calendar.php:33
-msgid "Sat."
-msgstr "Sab."
-
-#: templates/calendar.php:34
-msgid "January"
-msgstr "Januari"
-
-#: templates/calendar.php:34
-msgid "February"
-msgstr "Februari"
-
-#: templates/calendar.php:34
-msgid "March"
-msgstr "Maret"
-
-#: templates/calendar.php:34
-msgid "April"
-msgstr "April"
-
-#: templates/calendar.php:34
-msgid "May"
-msgstr "Mei"
-
-#: templates/calendar.php:34
-msgid "June"
-msgstr "Juni"
-
-#: templates/calendar.php:34
-msgid "July"
-msgstr "Juli"
-
-#: templates/calendar.php:34
-msgid "August"
-msgstr "Agustus"
-
-#: templates/calendar.php:34
-msgid "September"
-msgstr "September"
-
-#: templates/calendar.php:34
-msgid "October"
-msgstr "Oktober"
-
-#: templates/calendar.php:34
-msgid "November"
-msgstr "November"
-
-#: templates/calendar.php:34
-msgid "December"
-msgstr "Desember"
-
-#: templates/calendar.php:35
-msgid "Jan."
-msgstr "Jan."
-
-#: templates/calendar.php:35
-msgid "Feb."
-msgstr "Feb."
-
-#: templates/calendar.php:35
-msgid "Mar."
-msgstr "Mar."
-
-#: templates/calendar.php:35
-msgid "Apr."
-msgstr "Apr."
-
-#: templates/calendar.php:35
-msgid "May."
+#: templates/calendar.php:11
+msgid "Missing fields"
msgstr ""
-#: templates/calendar.php:35
-msgid "Jun."
-msgstr "Jun."
+#: templates/calendar.php:12 templates/part.eventform.php:3
+msgid "Title"
+msgstr "Judul"
-#: templates/calendar.php:35
-msgid "Jul."
-msgstr "Jul."
+#: templates/calendar.php:14
+msgid "From Date"
+msgstr ""
-#: templates/calendar.php:35
-msgid "Aug."
-msgstr "Agu."
+#: templates/calendar.php:15
+msgid "From Time"
+msgstr ""
-#: templates/calendar.php:35
-msgid "Sep."
-msgstr "Sep."
+#: templates/calendar.php:16
+msgid "To Date"
+msgstr ""
-#: templates/calendar.php:35
-msgid "Oct."
-msgstr "Okt."
+#: templates/calendar.php:17
+msgid "To Time"
+msgstr ""
-#: templates/calendar.php:35
-msgid "Nov."
-msgstr "Nov."
+#: templates/calendar.php:18
+msgid "The event ends before it starts"
+msgstr ""
-#: templates/calendar.php:35
-msgid "Dec."
-msgstr "Des."
+#: templates/calendar.php:19
+msgid "There was a database fail"
+msgstr ""
-#: templates/calendar.php:36 templates/calendar.php:50
-#: templates/calendar.php:116
+#: templates/calendar.php:52
msgid "Week"
msgstr "Minggu"
-#: templates/calendar.php:37 templates/calendar.php:51
-msgid "Weeks"
-msgstr "Minggu"
-
-#: templates/calendar.php:38
-msgid "More before {startdate}"
-msgstr ""
-
-#: templates/calendar.php:39
-msgid "More after {enddate}"
-msgstr ""
-
-#: templates/calendar.php:49
-msgid "Day"
-msgstr "Hari"
-
-#: templates/calendar.php:52
+#: templates/calendar.php:53
msgid "Month"
msgstr "Bulan"
-#: templates/calendar.php:53
+#: templates/calendar.php:54
msgid "List"
msgstr ""
-#: templates/calendar.php:58
+#: templates/calendar.php:59
msgid "Today"
msgstr "Hari ini"
-#: templates/calendar.php:59
+#: templates/calendar.php:60
msgid "Calendars"
msgstr "Kalender"
-#: templates/calendar.php:76 templates/calendar.php:94
-msgid "Time"
-msgstr "Waktu"
-
-#: templates/calendar.php:169
+#: templates/calendar.php:78
msgid "There was a fail, while parsing the file."
msgstr "Terjadi kesalahan, saat mengurai berkas."
+#: templates/lAfix.php:9
+msgid "Sun."
+msgstr ""
+
+#: templates/lAfix.php:10
+msgid "Mon."
+msgstr ""
+
+#: templates/lAfix.php:11
+msgid "Tue."
+msgstr ""
+
+#: templates/lAfix.php:12
+msgid "Wed."
+msgstr ""
+
+#: templates/lAfix.php:13
+msgid "Thu."
+msgstr ""
+
+#: templates/lAfix.php:14
+msgid "Fri."
+msgstr ""
+
+#: templates/lAfix.php:15
+msgid "Sat."
+msgstr ""
+
+#: templates/lAfix.php:28
+msgid "Jan."
+msgstr ""
+
+#: templates/lAfix.php:29
+msgid "Feb."
+msgstr ""
+
+#: templates/lAfix.php:30
+msgid "Mar."
+msgstr ""
+
+#: templates/lAfix.php:31
+msgid "Apr."
+msgstr ""
+
+#: templates/lAfix.php:32
+msgid "May."
+msgstr ""
+
+#: templates/lAfix.php:33
+msgid "Jun."
+msgstr ""
+
+#: templates/lAfix.php:34
+msgid "Jul."
+msgstr ""
+
+#: templates/lAfix.php:35
+msgid "Aug."
+msgstr ""
+
+#: templates/lAfix.php:36
+msgid "Sep."
+msgstr ""
+
+#: templates/lAfix.php:37
+msgid "Oct."
+msgstr ""
+
+#: templates/lAfix.php:38
+msgid "Nov."
+msgstr ""
+
+#: templates/lAfix.php:39
+msgid "Dec."
+msgstr ""
+
#: templates/part.choosecalendar.php:1
msgid "Choose active calendars"
msgstr "Pilih kalender aktif"
@@ -351,12 +433,11 @@ msgid "Download"
msgstr "Unduh"
#: templates/part.choosecalendar.rowfields.php:4
-#: templates/part.eventinfo.php:64
msgid "Edit"
msgstr "Sunting"
#: templates/part.choosecalendar.rowfields.php:4
-#: templates/part.editevent.php:8
+#: templates/part.editevent.php:9
msgid "Delete"
msgstr ""
@@ -376,90 +457,181 @@ msgstr "Namatampilan"
msgid "Active"
msgstr "Aktif"
-#: templates/part.editcalendar.php:29 templates/part.eventform.php:88
-#: templates/part.eventinfo.php:58
-msgid "Description"
-msgstr "Deskripsi"
-
-#: templates/part.editcalendar.php:35
+#: templates/part.editcalendar.php:29
msgid "Calendar color"
msgstr "Warna kalender"
-#: templates/part.editcalendar.php:41
+#: templates/part.editcalendar.php:42
msgid "Save"
msgstr ""
-#: templates/part.editcalendar.php:41 templates/part.editevent.php:7
+#: templates/part.editcalendar.php:42 templates/part.editevent.php:8
#: templates/part.newevent.php:6
msgid "Submit"
msgstr "Sampaikan"
-#: templates/part.editcalendar.php:42
+#: templates/part.editcalendar.php:43
msgid "Cancel"
msgstr ""
-#: templates/part.editevent.php:1 templates/part.eventinfo.php:1
+#: templates/part.editevent.php:1
msgid "Edit an event"
msgstr "Sunting agenda"
-#: templates/part.eventform.php:3 templates/part.eventinfo.php:4
-msgid "Title"
-msgstr "Judul"
+#: templates/part.editevent.php:10
+msgid "Export"
+msgstr ""
#: templates/part.eventform.php:5
msgid "Title of the Event"
msgstr "Judul Agenda"
-#: templates/part.eventform.php:9 templates/part.eventinfo.php:9
-msgid "Location"
-msgstr "Lokasi"
-
#: templates/part.eventform.php:11
-msgid "Location of the Event"
-msgstr "Lokasi Agenda"
-
-#: templates/part.eventform.php:17 templates/part.eventinfo.php:16
msgid "Category"
msgstr "Kategori"
-#: templates/part.eventform.php:19
+#: templates/part.eventform.php:13
msgid "Select category"
msgstr ""
-#: templates/part.eventform.php:45 templates/part.eventinfo.php:28
+#: templates/part.eventform.php:37
msgid "All Day Event"
msgstr "Agenda di Semua Hari"
-#: templates/part.eventform.php:49 templates/part.eventinfo.php:31
+#: templates/part.eventform.php:41
msgid "From"
msgstr "Dari"
-#: templates/part.eventform.php:57 templates/part.eventinfo.php:38
+#: templates/part.eventform.php:49
msgid "To"
msgstr "Ke"
-#: templates/part.eventform.php:65 templates/part.eventinfo.php:44
+#: templates/part.eventform.php:57
+msgid "Advanced options"
+msgstr ""
+
+#: templates/part.eventform.php:61
msgid "Repeat"
msgstr "Ulangi"
-#: templates/part.eventform.php:81 templates/part.eventinfo.php:51
-msgid "Attendees"
-msgstr "Yang menghadiri"
+#: templates/part.eventform.php:68
+msgid "Advanced"
+msgstr ""
-#: templates/part.eventform.php:89
+#: templates/part.eventform.php:112
+msgid "Select weekdays"
+msgstr ""
+
+#: templates/part.eventform.php:125 templates/part.eventform.php:138
+msgid "Select days"
+msgstr ""
+
+#: templates/part.eventform.php:130
+msgid "and the events day of year."
+msgstr ""
+
+#: templates/part.eventform.php:143
+msgid "and the events day of month."
+msgstr ""
+
+#: templates/part.eventform.php:151
+msgid "Select months"
+msgstr ""
+
+#: templates/part.eventform.php:164
+msgid "Select weeks"
+msgstr ""
+
+#: templates/part.eventform.php:169
+msgid "and the events week of year."
+msgstr ""
+
+#: templates/part.eventform.php:175
+msgid "Interval"
+msgstr ""
+
+#: templates/part.eventform.php:181
+msgid "End"
+msgstr ""
+
+#: templates/part.eventform.php:193
+msgid "occurrences"
+msgstr ""
+
+#: templates/part.eventform.php:208
+msgid "Location"
+msgstr "Lokasi"
+
+#: templates/part.eventform.php:210
+msgid "Location of the Event"
+msgstr "Lokasi Agenda"
+
+#: templates/part.eventform.php:216
+msgid "Description"
+msgstr "Deskripsi"
+
+#: templates/part.eventform.php:218
msgid "Description of the Event"
msgstr "Deskripsi dari Agenda"
-#: templates/part.eventinfo.php:63
-msgid "Close"
-msgstr "Tutup"
+#: templates/part.import.php:1
+msgid "Import a calendar file"
+msgstr ""
+
+#: templates/part.import.php:6
+msgid "Please choose the calendar"
+msgstr ""
+
+#: templates/part.import.php:10
+msgid "create a new calendar"
+msgstr ""
+
+#: templates/part.import.php:15
+msgid "Name of new calendar"
+msgstr ""
+
+#: templates/part.import.php:17
+msgid "Import"
+msgstr ""
+
+#: templates/part.import.php:20
+msgid "Importing calendar"
+msgstr ""
+
+#: templates/part.import.php:23
+msgid "Calendar imported successfully"
+msgstr ""
+
+#: templates/part.import.php:24
+msgid "Close Dialog"
+msgstr ""
#: templates/part.newevent.php:1
msgid "Create a new event"
msgstr "Buat agenda baru"
-#: templates/settings.php:11
+#: templates/settings.php:13
msgid "Timezone"
msgstr "Zonawaktu"
+#: templates/settings.php:30
+msgid "Check always for changes of the timezone"
+msgstr ""
+
+#: templates/settings.php:32
+msgid "Timeformat"
+msgstr ""
+
+#: templates/settings.php:34
+msgid "24h"
+msgstr ""
+
+#: templates/settings.php:35
+msgid "12h"
+msgstr ""
+
+#: templates/settings.php:41
+msgid "Calendar CalDAV syncing address:"
+msgstr ""
+
diff --git a/l10n/id/contacts.po b/l10n/id/contacts.po
index 5ae316e2e11..d78cbcd9b18 100644
--- a/l10n/id/contacts.po
+++ b/l10n/id/contacts.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-11 00:18+0100\n"
-"PO-Revision-Date: 2012-01-10 23:43+0000\n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:45+0000\n"
"Last-Translator: icewind \n"
"Language-Team: Indonesian (http://www.transifex.net/projects/p/owncloud/team/id/)\n"
"MIME-Version: 1.0\n"
@@ -17,6 +17,50 @@ msgstr ""
"Language: id\n"
"Plural-Forms: nplurals=1; plural=0\n"
+#: ajax/activation.php:17 ajax/updateaddressbook.php:26
+msgid "Error (de)activating addressbook."
+msgstr ""
+
+#: ajax/addcard.php:79
+msgid "There was an error adding the contact."
+msgstr ""
+
+#: ajax/addproperty.php:39
+msgid "Cannot add empty property."
+msgstr ""
+
+#: ajax/addproperty.php:51
+msgid "At least one of the address fields has to be filled out."
+msgstr ""
+
+#: ajax/addproperty.php:77
+msgid "Error adding contact property."
+msgstr ""
+
+#: ajax/createaddressbook.php:20
+msgid "Error adding addressbook."
+msgstr ""
+
+#: ajax/createaddressbook.php:26
+msgid "Error activating addressbook."
+msgstr ""
+
+#: ajax/deleteproperty.php:40
+msgid "Error deleting contact property."
+msgstr ""
+
+#: ajax/setproperty.php:79
+msgid "Error updating contact property."
+msgstr ""
+
+#: ajax/updateaddressbook.php:20
+msgid "Error updating addressbook."
+msgstr ""
+
+#: appinfo/app.php:21 templates/settings.php:3
+msgid "Contacts"
+msgstr ""
+
#: lib/app.php:42
msgid "This is not your addressbook."
msgstr ""
@@ -25,29 +69,25 @@ msgstr ""
msgid "Contact could not be found."
msgstr ""
-#: lib/app.php:65
-msgid "vCard could not be read."
-msgstr ""
-
#: lib/app.php:79
msgid "Information about vCard is incorrect. Please reload the page."
msgstr ""
-#: lib/app.php:91 templates/part.addcardform.php:56
+#: lib/app.php:91 templates/part.addcardform.php:54
#: templates/part.property.php:45 templates/part.setpropertyform.php:7
msgid "Address"
msgstr ""
-#: lib/app.php:92 templates/part.addcardform.php:37
+#: lib/app.php:92 templates/part.addcardform.php:43
msgid "Telephone"
msgstr ""
-#: lib/app.php:93 templates/part.addcardform.php:31
+#: lib/app.php:93 templates/part.addcardform.php:37
#: templates/part.property.php:16 templates/part.setpropertyform.php:51
msgid "Email"
msgstr ""
-#: lib/app.php:94 templates/part.addcardform.php:23
+#: lib/app.php:94 templates/part.addcardform.php:27
#: templates/part.property.php:9 templates/part.setpropertyform.php:54
msgid "Organization"
msgstr ""
@@ -84,6 +124,10 @@ msgstr ""
msgid "Pager"
msgstr ""
+#: lib/search.php:22
+msgid "Contact"
+msgstr ""
+
#: photo.php:40
msgid "This is not your contact."
msgstr ""
@@ -96,68 +140,64 @@ msgstr ""
msgid "This card does not contain a photo."
msgstr ""
-#: templates/index.php:13
+#: templates/index.php:6
msgid "Add Contact"
msgstr ""
-#: templates/index.php:14
-msgid "Address Books"
+#: templates/index.php:7
+msgid "Addressbooks"
msgstr ""
#: templates/part.addcardform.php:8
-msgid "Group"
+msgid "Addressbook"
msgstr ""
-#: templates/part.addcardform.php:19
+#: templates/part.addcardform.php:21
msgid "Name"
msgstr ""
-#: templates/part.addcardform.php:41
-msgid "Number"
-msgstr ""
-
-#: templates/part.addcardform.php:45 templates/part.addcardform.php:59
-#: templates/part.details.php:42 templates/part.details.php:78
-#: templates/part.setpropertyform.php:10 templates/part.setpropertyform.php:47
+#: templates/part.addcardform.php:57 templates/part.details.php:43
+#: templates/part.details.php:79 templates/part.setpropertyform.php:10
+#: templates/part.setpropertyform.php:47
msgid "Type"
msgstr ""
-#: templates/part.addcardform.php:65 templates/part.details.php:48
+#: templates/part.addcardform.php:65 templates/part.details.php:49
#: templates/part.setpropertyform.php:16
msgid "PO Box"
msgstr ""
-#: templates/part.addcardform.php:69 templates/part.details.php:52
+#: templates/part.addcardform.php:72 templates/part.details.php:53
#: templates/part.setpropertyform.php:20
msgid "Extended"
msgstr ""
-#: templates/part.addcardform.php:73 templates/part.details.php:56
+#: templates/part.addcardform.php:78 templates/part.details.php:57
#: templates/part.setpropertyform.php:24
msgid "Street"
msgstr ""
-#: templates/part.addcardform.php:77 templates/part.details.php:60
+#: templates/part.addcardform.php:84 templates/part.details.php:61
#: templates/part.setpropertyform.php:28
msgid "City"
msgstr ""
-#: templates/part.addcardform.php:81 templates/part.details.php:64
+#: templates/part.addcardform.php:90 templates/part.details.php:65
#: templates/part.setpropertyform.php:32
msgid "Region"
msgstr ""
-#: templates/part.addcardform.php:85 templates/part.details.php:68
+#: templates/part.addcardform.php:96 templates/part.details.php:69
#: templates/part.setpropertyform.php:36
msgid "Zipcode"
msgstr ""
-#: templates/part.addcardform.php:89 templates/part.details.php:72
+#: templates/part.addcardform.php:102 templates/part.details.php:73
#: templates/part.setpropertyform.php:40
msgid "Country"
msgstr ""
-#: templates/part.addcardform.php:97
+#: templates/part.addcardform.php:109
msgid "Create Contact"
msgstr ""
@@ -166,7 +206,6 @@ msgid "Choose active Address Books"
msgstr ""
#: templates/part.chooseaddressbook.php:16
-#: templates/part.editaddressbook.php:9
msgid "New Address Book"
msgstr ""
@@ -188,15 +227,23 @@ msgid "Delete"
msgstr ""
#: templates/part.details.php:3
+msgid "Download contact"
+msgstr ""
+
+#: templates/part.details.php:4
msgid "Delete contact"
msgstr ""
-#: templates/part.details.php:33
+#: templates/part.details.php:34
msgid "Add"
msgstr ""
#: templates/part.editaddressbook.php:9
-msgid "Edit Address Book"
+msgid "New Addressbook"
+msgstr ""
+
+#: templates/part.editaddressbook.php:9
+msgid "Edit Addressbook"
msgstr ""
#: templates/part.editaddressbook.php:12
@@ -235,4 +282,8 @@ msgstr ""
msgid "Update"
msgstr ""
+#: templates/settings.php:4
+msgid "CardDAV syncing address:"
+msgstr ""
+
diff --git a/l10n/id/gallery.po b/l10n/id/gallery.po
new file mode 100644
index 00000000000..058bc22ba9b
--- /dev/null
+++ b/l10n/id/gallery.po
@@ -0,0 +1,32 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: ownCloud\n"
+"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:48+0000\n"
+"Last-Translator: icewind \n"
+"Language-Team: Indonesian (http://www.transifex.net/projects/p/owncloud/team/id/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: id\n"
+"Plural-Forms: nplurals=1; plural=0\n"
+
+#: appinfo/app.php:41
+msgid "Gallery"
+msgstr ""
+
+#: templates/index.php:10
+msgid "Rescan"
+msgstr ""
+
+#: templates/view_album.php:19
+msgid "Back"
+msgstr ""
+
+
diff --git a/l10n/it/calendar.po b/l10n/it/calendar.po
index fab6060c487..cd96af7425d 100644
--- a/l10n/it/calendar.po
+++ b/l10n/it/calendar.po
@@ -3,16 +3,19 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
+# Andrea Scarpino , 2011.
# , 2011.
# Francesco Apruzzese , 2011.
+# Lorenzo Beltrami , 2011.
+# , 2011, 2012.
# , 2011.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2011-09-24 23:05+0200\n"
-"PO-Revision-Date: 2011-09-24 21:05+0000\n"
-"Last-Translator: JanCBorchardt \n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:45+0000\n"
+"Last-Translator: icewind \n"
"Language-Team: Italian (http://www.transifex.net/projects/p/owncloud/team/it/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -20,321 +23,403 @@ msgstr ""
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
-#: ajax/createcalendar.php:18 ajax/settimezone.php:19
-#: ajax/updatecalendar.php:18
-msgid "Authentication error"
-msgstr "Errore di autenticazione"
+#: ajax/guesstimezone.php:42
+msgid "New Timezone:"
+msgstr "Nuovo fuso orario:"
-#: ajax/editeventform.php:25
-msgid "Wrong calendar"
-msgstr "Calendario sbagliato"
-
-#: ajax/settimezone.php:27
+#: ajax/settimezone.php:22
msgid "Timezone changed"
msgstr "Fuso orario cambiato"
-#: ajax/settimezone.php:29
+#: ajax/settimezone.php:24
msgid "Invalid request"
-msgstr "Richiesta non validia"
+msgstr "Richiesta non valida"
-#: appinfo/app.php:19 templates/part.eventform.php:27
-#: templates/part.eventinfo.php:18
+#: appinfo/app.php:20 templates/calendar.php:13
+#: templates/part.eventform.php:20
msgid "Calendar"
msgstr "Calendario"
-#: lib/object.php:292
+#: lib/app.php:19
+msgid "Wrong calendar"
+msgstr "Calendario sbagliato"
+
+#: lib/app.php:60 lib/object.php:332
msgid "Birthday"
msgstr "Compleanno"
-#: lib/object.php:293
+#: lib/app.php:61 lib/object.php:333
msgid "Business"
msgstr "Azienda"
-#: lib/object.php:294
+#: lib/app.php:62 lib/object.php:334
msgid "Call"
msgstr "Chiama"
-#: lib/object.php:295
+#: lib/app.php:63 lib/object.php:335
msgid "Clients"
msgstr "Clienti"
-#: lib/object.php:296
+#: lib/app.php:64 lib/object.php:336
msgid "Deliverer"
msgstr "Consegna"
-#: lib/object.php:297
+#: lib/app.php:65 lib/object.php:337
msgid "Holidays"
msgstr "Vacanze"
-#: lib/object.php:298
+#: lib/app.php:66 lib/object.php:338
msgid "Ideas"
msgstr "Idee"
-#: lib/object.php:299
+#: lib/app.php:67 lib/object.php:339
msgid "Journey"
msgstr "Viaggio"
-#: lib/object.php:300
+#: lib/app.php:68 lib/object.php:340
msgid "Jubilee"
msgstr "Anniversario"
-#: lib/object.php:301
+#: lib/app.php:69 lib/object.php:341
msgid "Meeting"
msgstr "Riunione"
-#: lib/object.php:302
+#: lib/app.php:70 lib/object.php:342
msgid "Other"
msgstr "Altro"
-#: lib/object.php:303
+#: lib/app.php:71 lib/object.php:343
msgid "Personal"
msgstr "Personale"
-#: lib/object.php:304
+#: lib/app.php:72 lib/object.php:344
msgid "Projects"
msgstr "Progetti"
-#: lib/object.php:305
+#: lib/app.php:73 lib/object.php:345
msgid "Questions"
msgstr "Domande"
-#: lib/object.php:306
+#: lib/app.php:74 lib/object.php:346
msgid "Work"
msgstr "Lavoro"
-#: lib/object.php:313
+#: lib/object.php:353
msgid "Does not repeat"
msgstr "Non ripetere"
-#: lib/object.php:314
+#: lib/object.php:354
msgid "Daily"
msgstr "Giornaliero"
-#: lib/object.php:315
+#: lib/object.php:355
msgid "Weekly"
msgstr "Settimanale"
-#: lib/object.php:316
+#: lib/object.php:356
msgid "Every Weekday"
msgstr "Ogni settimana"
-#: lib/object.php:317
+#: lib/object.php:357
msgid "Bi-Weekly"
msgstr "Ogni due settimane"
-#: lib/object.php:318
+#: lib/object.php:358
msgid "Monthly"
msgstr "Mensile"
-#: lib/object.php:319
+#: lib/object.php:359
msgid "Yearly"
msgstr "Annuale"
-#: lib/object.php:337
-msgid "Not an array"
-msgstr "Non è un array"
+#: lib/object.php:366
+msgid "never"
+msgstr "mai"
-#: templates/calendar.php:3
-msgid "All day"
-msgstr "Tutti i giorni"
+#: lib/object.php:367
+msgid "by occurrences"
+msgstr "per occorrenze"
-#: templates/calendar.php:32
-msgid "Sunday"
-msgstr "Domenica"
+#: lib/object.php:368
+msgid "by date"
+msgstr "per data"
-#: templates/calendar.php:32
+#: lib/object.php:375
+msgid "by monthday"
+msgstr "per giorno del mese"
+
+#: lib/object.php:376
+msgid "by weekday"
+msgstr "per giorno della settimana"
+
+#: lib/object.php:383 templates/lAfix.php:3
msgid "Monday"
msgstr "Lunedì"
-#: templates/calendar.php:32
+#: lib/object.php:384 templates/lAfix.php:4
msgid "Tuesday"
msgstr "Martedì"
-#: templates/calendar.php:32
+#: lib/object.php:385 templates/lAfix.php:5
msgid "Wednesday"
msgstr "Mercoledì"
-#: templates/calendar.php:32
+#: lib/object.php:386 templates/lAfix.php:6
msgid "Thursday"
msgstr "Giovedì"
-#: templates/calendar.php:32
+#: lib/object.php:387 templates/lAfix.php:7
msgid "Friday"
msgstr "Venerdì"
-#: templates/calendar.php:32
+#: lib/object.php:388 templates/lAfix.php:8
msgid "Saturday"
msgstr "Sabato"
-#: templates/calendar.php:33
-msgid "Sun."
-msgstr "Dom."
+#: lib/object.php:389 templates/lAfix.php:2
+msgid "Sunday"
+msgstr "Domenica"
-#: templates/calendar.php:33
-msgid "Mon."
-msgstr "Lun."
+#: lib/object.php:396
+msgid "events week of month"
+msgstr ""
-#: templates/calendar.php:33
-msgid "Tue."
-msgstr "Mar."
+#: lib/object.php:397
+msgid "first"
+msgstr "primo"
-#: templates/calendar.php:33
-msgid "Wed."
-msgstr "Mer."
+#: lib/object.php:398
+msgid "second"
+msgstr "secondo"
-#: templates/calendar.php:33
-msgid "Thu."
-msgstr "Gio."
+#: lib/object.php:399
+msgid "third"
+msgstr "terzo"
-#: templates/calendar.php:33
-msgid "Fri."
-msgstr "Ven."
+#: lib/object.php:400
+msgid "fourth"
+msgstr "quarto"
-#: templates/calendar.php:33
-msgid "Sat."
-msgstr "Sab."
+#: lib/object.php:401
+msgid "fifth"
+msgstr "quinto"
-#: templates/calendar.php:34
+#: lib/object.php:402
+msgid "last"
+msgstr "ultimo"
+
+#: lib/object.php:424 templates/lAfix.php:16
msgid "January"
msgstr "Gennaio"
-#: templates/calendar.php:34
+#: lib/object.php:425 templates/lAfix.php:17
msgid "February"
msgstr "Febbraio"
-#: templates/calendar.php:34
+#: lib/object.php:426 templates/lAfix.php:18
msgid "March"
msgstr "Marzo"
-#: templates/calendar.php:34
+#: lib/object.php:427 templates/lAfix.php:19
msgid "April"
msgstr "Aprile"
-#: templates/calendar.php:34
+#: lib/object.php:428 templates/lAfix.php:20
msgid "May"
msgstr "Maggio"
-#: templates/calendar.php:34
+#: lib/object.php:429 templates/lAfix.php:21
msgid "June"
msgstr "Giugno"
-#: templates/calendar.php:34
+#: lib/object.php:430 templates/lAfix.php:22
msgid "July"
msgstr "Luglio"
-#: templates/calendar.php:34
+#: lib/object.php:431 templates/lAfix.php:23
msgid "August"
msgstr "Agosto"
-#: templates/calendar.php:34
+#: lib/object.php:432 templates/lAfix.php:24
msgid "September"
msgstr "Settembre"
-#: templates/calendar.php:34
+#: lib/object.php:433 templates/lAfix.php:25
msgid "October"
msgstr "Ottobre"
-#: templates/calendar.php:34
+#: lib/object.php:434 templates/lAfix.php:26
msgid "November"
msgstr "Novembre"
-#: templates/calendar.php:34
+#: lib/object.php:435 templates/lAfix.php:27
msgid "December"
msgstr "Dicembre"
-#: templates/calendar.php:35
-msgid "Jan."
-msgstr "Gen."
+#: lib/object.php:441
+msgid "by events date"
+msgstr ""
-#: templates/calendar.php:35
-msgid "Feb."
-msgstr "Feb."
+#: lib/object.php:442
+msgid "by yearday(s)"
+msgstr ""
-#: templates/calendar.php:35
-msgid "Mar."
-msgstr "Mar."
+#: lib/object.php:443
+msgid "by weeknumber(s)"
+msgstr ""
-#: templates/calendar.php:35
-msgid "Apr."
-msgstr "Apr."
+#: lib/object.php:444
+msgid "by day and month"
+msgstr ""
-#: templates/calendar.php:35
-msgid "May."
-msgstr "Maggio."
+#: lib/object.php:467
+msgid "Not an array"
+msgstr "Non è un array"
-#: templates/calendar.php:35
-msgid "Jun."
-msgstr "Giu."
+#: lib/search.php:32 lib/search.php:34 lib/search.php:37
+msgid "Date"
+msgstr "Data"
-#: templates/calendar.php:35
-msgid "Jul."
-msgstr "Lug."
+#: lib/search.php:40
+msgid "Cal."
+msgstr "Cal."
-#: templates/calendar.php:35
-msgid "Aug."
-msgstr "Ago."
+#: templates/calendar.php:10
+msgid "All day"
+msgstr "Tutti i giorni"
-#: templates/calendar.php:35
-msgid "Sep."
-msgstr "Set."
+#: templates/calendar.php:11
+msgid "Missing fields"
+msgstr "Campi mancanti"
-#: templates/calendar.php:35
-msgid "Oct."
-msgstr "Ott."
+#: templates/calendar.php:12 templates/part.eventform.php:3
+msgid "Title"
+msgstr "Titolo"
-#: templates/calendar.php:35
-msgid "Nov."
-msgstr "Nov."
+#: templates/calendar.php:14
+msgid "From Date"
+msgstr "Dal giorno"
-#: templates/calendar.php:35
-msgid "Dec."
-msgstr "Dic."
+#: templates/calendar.php:15
+msgid "From Time"
+msgstr "Ora inizio"
-#: templates/calendar.php:36 templates/calendar.php:50
-#: templates/calendar.php:116
+#: templates/calendar.php:16
+msgid "To Date"
+msgstr "al giorno"
+
+#: templates/calendar.php:17
+msgid "To Time"
+msgstr "Ora fine"
+
+#: templates/calendar.php:18
+msgid "The event ends before it starts"
+msgstr "L'evento finisce prima d'iniziare"
+
+#: templates/calendar.php:19
+msgid "There was a database fail"
+msgstr "C'è stato un errore col database"
+
+#: templates/calendar.php:52
msgid "Week"
msgstr "Settimana"
-#: templates/calendar.php:37 templates/calendar.php:51
-msgid "Weeks"
-msgstr "Settimane"
-
-#: templates/calendar.php:38
-msgid "More before {startdate}"
-msgstr "Prima di {startdate}"
-
-#: templates/calendar.php:39
-msgid "More after {enddate}"
-msgstr "Dopo {enddate}"
-
-#: templates/calendar.php:49
-msgid "Day"
-msgstr "Giorno"
-
-#: templates/calendar.php:52
+#: templates/calendar.php:53
msgid "Month"
msgstr "Mese"
-#: templates/calendar.php:53
+#: templates/calendar.php:54
msgid "List"
msgstr "Lista"
-#: templates/calendar.php:58
+#: templates/calendar.php:59
msgid "Today"
msgstr "Oggi"
-#: templates/calendar.php:59
+#: templates/calendar.php:60
msgid "Calendars"
msgstr "Calendari"
-#: templates/calendar.php:76 templates/calendar.php:94
-msgid "Time"
-msgstr "Ora"
-
-#: templates/calendar.php:169
+#: templates/calendar.php:78
msgid "There was a fail, while parsing the file."
msgstr "C'è stato un errore nel parsing del file."
+#: templates/lAfix.php:9
+msgid "Sun."
+msgstr ""
+
+#: templates/lAfix.php:10
+msgid "Mon."
+msgstr ""
+
+#: templates/lAfix.php:11
+msgid "Tue."
+msgstr ""
+
+#: templates/lAfix.php:12
+msgid "Wed."
+msgstr ""
+
+#: templates/lAfix.php:13
+msgid "Thu."
+msgstr ""
+
+#: templates/lAfix.php:14
+msgid "Fri."
+msgstr ""
+
+#: templates/lAfix.php:15
+msgid "Sat."
+msgstr ""
+
+#: templates/lAfix.php:28
+msgid "Jan."
+msgstr ""
+
+#: templates/lAfix.php:29
+msgid "Feb."
+msgstr ""
+
+#: templates/lAfix.php:30
+msgid "Mar."
+msgstr ""
+
+#: templates/lAfix.php:31
+msgid "Apr."
+msgstr ""
+
+#: templates/lAfix.php:32
+msgid "May."
+msgstr ""
+
+#: templates/lAfix.php:33
+msgid "Jun."
+msgstr ""
+
+#: templates/lAfix.php:34
+msgid "Jul."
+msgstr ""
+
+#: templates/lAfix.php:35
+msgid "Aug."
+msgstr ""
+
+#: templates/lAfix.php:36
+msgid "Sep."
+msgstr ""
+
+#: templates/lAfix.php:37
+msgid "Oct."
+msgstr ""
+
+#: templates/lAfix.php:38
+msgid "Nov."
+msgstr ""
+
+#: templates/lAfix.php:39
+msgid "Dec."
+msgstr ""
+
#: templates/part.choosecalendar.php:1
msgid "Choose active calendars"
msgstr "Selezionare calendari attivi"
@@ -353,14 +438,13 @@ msgid "Download"
msgstr "Download"
#: templates/part.choosecalendar.rowfields.php:4
-#: templates/part.eventinfo.php:64
msgid "Edit"
msgstr "Modifica"
#: templates/part.choosecalendar.rowfields.php:4
-#: templates/part.editevent.php:8
+#: templates/part.editevent.php:9
msgid "Delete"
-msgstr ""
+msgstr "Elimina"
#: templates/part.editcalendar.php:9
msgid "New calendar"
@@ -378,90 +462,181 @@ msgstr "Mostra nome"
msgid "Active"
msgstr "Attivo"
-#: templates/part.editcalendar.php:29 templates/part.eventform.php:88
-#: templates/part.eventinfo.php:58
-msgid "Description"
-msgstr "Descrizione"
-
-#: templates/part.editcalendar.php:35
+#: templates/part.editcalendar.php:29
msgid "Calendar color"
msgstr "Colore calendario"
-#: templates/part.editcalendar.php:41
+#: templates/part.editcalendar.php:42
msgid "Save"
msgstr "Salva"
-#: templates/part.editcalendar.php:41 templates/part.editevent.php:7
+#: templates/part.editcalendar.php:42 templates/part.editevent.php:8
#: templates/part.newevent.php:6
msgid "Submit"
msgstr "Invia"
-#: templates/part.editcalendar.php:42
+#: templates/part.editcalendar.php:43
msgid "Cancel"
msgstr "Annulla"
-#: templates/part.editevent.php:1 templates/part.eventinfo.php:1
+#: templates/part.editevent.php:1
msgid "Edit an event"
msgstr "Modifica evento"
-#: templates/part.eventform.php:3 templates/part.eventinfo.php:4
-msgid "Title"
-msgstr "Titolo"
+#: templates/part.editevent.php:10
+msgid "Export"
+msgstr "Esporta"
#: templates/part.eventform.php:5
msgid "Title of the Event"
msgstr "Titolo evento"
-#: templates/part.eventform.php:9 templates/part.eventinfo.php:9
-msgid "Location"
-msgstr "Luogo"
-
#: templates/part.eventform.php:11
-msgid "Location of the Event"
-msgstr "Luogo evento"
-
-#: templates/part.eventform.php:17 templates/part.eventinfo.php:16
msgid "Category"
msgstr "Categoria"
-#: templates/part.eventform.php:19
+#: templates/part.eventform.php:13
msgid "Select category"
msgstr "Seleziona categoria"
-#: templates/part.eventform.php:45 templates/part.eventinfo.php:28
+#: templates/part.eventform.php:37
msgid "All Day Event"
msgstr "Tutti gli eventi del giorno"
-#: templates/part.eventform.php:49 templates/part.eventinfo.php:31
+#: templates/part.eventform.php:41
msgid "From"
msgstr "Da"
-#: templates/part.eventform.php:57 templates/part.eventinfo.php:38
+#: templates/part.eventform.php:49
msgid "To"
msgstr "A"
-#: templates/part.eventform.php:65 templates/part.eventinfo.php:44
+#: templates/part.eventform.php:57
+msgid "Advanced options"
+msgstr "Opzioni avanzate"
+
+#: templates/part.eventform.php:61
msgid "Repeat"
msgstr "Ripeti"
-#: templates/part.eventform.php:81 templates/part.eventinfo.php:51
-msgid "Attendees"
-msgstr "Partecipanti"
+#: templates/part.eventform.php:68
+msgid "Advanced"
+msgstr ""
-#: templates/part.eventform.php:89
+#: templates/part.eventform.php:112
+msgid "Select weekdays"
+msgstr "Seleziona i giorni della settimana"
+
+#: templates/part.eventform.php:125 templates/part.eventform.php:138
+msgid "Select days"
+msgstr "Seleziona i giorni"
+
+#: templates/part.eventform.php:130
+msgid "and the events day of year."
+msgstr ""
+
+#: templates/part.eventform.php:143
+msgid "and the events day of month."
+msgstr ""
+
+#: templates/part.eventform.php:151
+msgid "Select months"
+msgstr "Seleziona i mesi"
+
+#: templates/part.eventform.php:164
+msgid "Select weeks"
+msgstr "Seleziona le settimane"
+
+#: templates/part.eventform.php:169
+msgid "and the events week of year."
+msgstr ""
+
+#: templates/part.eventform.php:175
+msgid "Interval"
+msgstr "Intervallo"
+
+#: templates/part.eventform.php:181
+msgid "End"
+msgstr "Fine"
+
+#: templates/part.eventform.php:193
+msgid "occurrences"
+msgstr ""
+
+#: templates/part.eventform.php:208
+msgid "Location"
+msgstr "Luogo"
+
+#: templates/part.eventform.php:210
+msgid "Location of the Event"
+msgstr "Luogo evento"
+
+#: templates/part.eventform.php:216
+msgid "Description"
+msgstr "Descrizione"
+
+#: templates/part.eventform.php:218
msgid "Description of the Event"
msgstr "Descrizione evento"
-#: templates/part.eventinfo.php:63
-msgid "Close"
-msgstr "Chiuso"
+#: templates/part.import.php:1
+msgid "Import a calendar file"
+msgstr ""
+
+#: templates/part.import.php:6
+msgid "Please choose the calendar"
+msgstr "Per favore scegli il calendario"
+
+#: templates/part.import.php:10
+msgid "create a new calendar"
+msgstr ""
+
+#: templates/part.import.php:15
+msgid "Name of new calendar"
+msgstr ""
+
+#: templates/part.import.php:17
+msgid "Import"
+msgstr "Importa"
+
+#: templates/part.import.php:20
+msgid "Importing calendar"
+msgstr ""
+
+#: templates/part.import.php:23
+msgid "Calendar imported successfully"
+msgstr ""
+
+#: templates/part.import.php:24
+msgid "Close Dialog"
+msgstr ""
#: templates/part.newevent.php:1
msgid "Create a new event"
msgstr "Crea evento"
-#: templates/settings.php:11
+#: templates/settings.php:13
msgid "Timezone"
-msgstr "Timezone"
+msgstr "Fuso orario"
+
+#: templates/settings.php:30
+msgid "Check always for changes of the timezone"
+msgstr "Controlla sempre i cambiamenti di fuso orario"
+
+#: templates/settings.php:32
+msgid "Timeformat"
+msgstr "Formato ora"
+
+#: templates/settings.php:34
+msgid "24h"
+msgstr "24h"
+
+#: templates/settings.php:35
+msgid "12h"
+msgstr "12h"
+
+#: templates/settings.php:41
+msgid "Calendar CalDAV syncing address:"
+msgstr "Indirizzo sincronizzazione calendario CalDAV:"
diff --git a/l10n/it/contacts.po b/l10n/it/contacts.po
index 9a88c328e49..cee00f2bbdc 100644
--- a/l10n/it/contacts.po
+++ b/l10n/it/contacts.po
@@ -4,13 +4,13 @@
#
# Translators:
# Francesco Apruzzese , 2011.
-# , 2011.
+# , 2011, 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-11 00:18+0100\n"
-"PO-Revision-Date: 2012-01-10 23:43+0000\n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:45+0000\n"
"Last-Translator: icewind \n"
"Language-Team: Italian (http://www.transifex.net/projects/p/owncloud/team/it/)\n"
"MIME-Version: 1.0\n"
@@ -19,6 +19,50 @@ msgstr ""
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+#: ajax/activation.php:17 ajax/updateaddressbook.php:26
+msgid "Error (de)activating addressbook."
+msgstr ""
+
+#: ajax/addcard.php:79
+msgid "There was an error adding the contact."
+msgstr ""
+
+#: ajax/addproperty.php:39
+msgid "Cannot add empty property."
+msgstr ""
+
+#: ajax/addproperty.php:51
+msgid "At least one of the address fields has to be filled out."
+msgstr ""
+
+#: ajax/addproperty.php:77
+msgid "Error adding contact property."
+msgstr ""
+
+#: ajax/createaddressbook.php:20
+msgid "Error adding addressbook."
+msgstr ""
+
+#: ajax/createaddressbook.php:26
+msgid "Error activating addressbook."
+msgstr ""
+
+#: ajax/deleteproperty.php:40
+msgid "Error deleting contact property."
+msgstr ""
+
+#: ajax/setproperty.php:79
+msgid "Error updating contact property."
+msgstr ""
+
+#: ajax/updateaddressbook.php:20
+msgid "Error updating addressbook."
+msgstr ""
+
+#: appinfo/app.php:21 templates/settings.php:3
+msgid "Contacts"
+msgstr ""
+
#: lib/app.php:42
msgid "This is not your addressbook."
msgstr "Questa non è la tua rubrica."
@@ -27,29 +71,25 @@ msgstr "Questa non è la tua rubrica."
msgid "Contact could not be found."
msgstr "Il contatto non può essere trovato"
-#: lib/app.php:65
-msgid "vCard could not be read."
-msgstr "La vCard non può essere letta"
-
#: lib/app.php:79
msgid "Information about vCard is incorrect. Please reload the page."
msgstr "Informazioni sulla vCard incorrette. Ricaricare la pagina."
-#: lib/app.php:91 templates/part.addcardform.php:56
+#: lib/app.php:91 templates/part.addcardform.php:54
#: templates/part.property.php:45 templates/part.setpropertyform.php:7
msgid "Address"
msgstr "Indirizzo"
-#: lib/app.php:92 templates/part.addcardform.php:37
+#: lib/app.php:92 templates/part.addcardform.php:43
msgid "Telephone"
msgstr "Telefono"
-#: lib/app.php:93 templates/part.addcardform.php:31
+#: lib/app.php:93 templates/part.addcardform.php:37
#: templates/part.property.php:16 templates/part.setpropertyform.php:51
msgid "Email"
msgstr "Email"
-#: lib/app.php:94 templates/part.addcardform.php:23
+#: lib/app.php:94 templates/part.addcardform.php:27
#: templates/part.property.php:9 templates/part.setpropertyform.php:54
msgid "Organization"
msgstr "Organizzazione"
@@ -86,6 +126,10 @@ msgstr "Video"
msgid "Pager"
msgstr "Cercapersone"
+#: lib/search.php:22
+msgid "Contact"
+msgstr ""
+
#: photo.php:40
msgid "This is not your contact."
msgstr "Questo non è un tuo contatto."
@@ -98,88 +142,83 @@ msgstr "Questa card non è compatibile con il protocollo RFC."
msgid "This card does not contain a photo."
msgstr "Questa card non contiene una foto."
-#: templates/index.php:13
+#: templates/index.php:6
msgid "Add Contact"
msgstr "Aggiungi contatto"
-#: templates/index.php:14
-msgid "Address Books"
+#: templates/index.php:7
+msgid "Addressbooks"
msgstr ""
#: templates/part.addcardform.php:8
-msgid "Group"
-msgstr "Gruppo"
+msgid "Addressbook"
+msgstr ""
-#: templates/part.addcardform.php:19
+#: templates/part.addcardform.php:21
msgid "Name"
msgstr "Nome"
-#: templates/part.addcardform.php:41
-msgid "Number"
-msgstr ""
-
-#: templates/part.addcardform.php:45 templates/part.addcardform.php:59
-#: templates/part.details.php:42 templates/part.details.php:78
-#: templates/part.setpropertyform.php:10 templates/part.setpropertyform.php:47
+#: templates/part.addcardform.php:57 templates/part.details.php:43
+#: templates/part.details.php:79 templates/part.setpropertyform.php:10
+#: templates/part.setpropertyform.php:47
msgid "Type"
-msgstr ""
+msgstr "Tipo"
-#: templates/part.addcardform.php:65 templates/part.details.php:48
+#: templates/part.addcardform.php:65 templates/part.details.php:49
#: templates/part.setpropertyform.php:16
msgid "PO Box"
msgstr "Casella postale"
-#: templates/part.addcardform.php:69 templates/part.details.php:52
+#: templates/part.addcardform.php:72 templates/part.details.php:53
#: templates/part.setpropertyform.php:20
msgid "Extended"
msgstr "Estendi"
-#: templates/part.addcardform.php:73 templates/part.details.php:56
+#: templates/part.addcardform.php:78 templates/part.details.php:57
#: templates/part.setpropertyform.php:24
msgid "Street"
msgstr "Via"
-#: templates/part.addcardform.php:77 templates/part.details.php:60
+#: templates/part.addcardform.php:84 templates/part.details.php:61
#: templates/part.setpropertyform.php:28
msgid "City"
msgstr "Città"
-#: templates/part.addcardform.php:81 templates/part.details.php:64
+#: templates/part.addcardform.php:90 templates/part.details.php:65
#: templates/part.setpropertyform.php:32
msgid "Region"
msgstr "Regione"
-#: templates/part.addcardform.php:85 templates/part.details.php:68
+#: templates/part.addcardform.php:96 templates/part.details.php:69
#: templates/part.setpropertyform.php:36
msgid "Zipcode"
msgstr "CAP"
-#: templates/part.addcardform.php:89 templates/part.details.php:72
+#: templates/part.addcardform.php:102 templates/part.details.php:73
#: templates/part.setpropertyform.php:40
msgid "Country"
msgstr "Stato"
-#: templates/part.addcardform.php:97
+#: templates/part.addcardform.php:109
msgid "Create Contact"
msgstr "Crea contatto"
#: templates/part.chooseaddressbook.php:1
msgid "Choose active Address Books"
-msgstr ""
+msgstr "Seleziona le rubriche attive"
#: templates/part.chooseaddressbook.php:16
-#: templates/part.editaddressbook.php:9
msgid "New Address Book"
-msgstr ""
+msgstr "Nuova rubrica"
#: templates/part.chooseaddressbook.php:21
#: templates/part.chooseaddressbook.rowfields.php:5
msgid "CardDav Link"
-msgstr ""
+msgstr "Link CardDav"
#: templates/part.chooseaddressbook.rowfields.php:5
msgid "Download"
-msgstr ""
+msgstr "Scarica"
#: templates/part.chooseaddressbook.rowfields.php:5
msgid "Edit"
@@ -190,36 +229,44 @@ msgid "Delete"
msgstr "Cancella"
#: templates/part.details.php:3
-msgid "Delete contact"
+msgid "Download contact"
msgstr ""
-#: templates/part.details.php:33
+#: templates/part.details.php:4
+msgid "Delete contact"
+msgstr "Cancella contatto"
+
+#: templates/part.details.php:34
msgid "Add"
+msgstr "Aggiungi"
+
+#: templates/part.editaddressbook.php:9
+msgid "New Addressbook"
msgstr ""
#: templates/part.editaddressbook.php:9
-msgid "Edit Address Book"
+msgid "Edit Addressbook"
msgstr ""
#: templates/part.editaddressbook.php:12
msgid "Displayname"
-msgstr ""
+msgstr "Nome da mostrare"
#: templates/part.editaddressbook.php:23
msgid "Active"
-msgstr ""
+msgstr "Attiva"
#: templates/part.editaddressbook.php:29
msgid "Save"
-msgstr ""
+msgstr "Salva"
#: templates/part.editaddressbook.php:29
msgid "Submit"
-msgstr ""
+msgstr "Conferma"
#: templates/part.editaddressbook.php:30
msgid "Cancel"
-msgstr ""
+msgstr "Annulla"
#: templates/part.property.php:3
msgid "Birthday"
@@ -227,7 +274,7 @@ msgstr "Compleanno"
#: templates/part.property.php:23
msgid "Preferred"
-msgstr ""
+msgstr "Preferito"
#: templates/part.property.php:23 templates/part.setpropertyform.php:45
msgid "Phone"
@@ -235,6 +282,10 @@ msgstr "Telefono"
#: templates/part.setpropertyform.php:57
msgid "Update"
+msgstr "Aggiorna"
+
+#: templates/settings.php:4
+msgid "CardDAV syncing address:"
msgstr ""
diff --git a/l10n/it/core.po b/l10n/it/core.po
index 369e41fd05b..addabc52510 100644
--- a/l10n/it/core.po
+++ b/l10n/it/core.po
@@ -5,15 +5,15 @@
# Translators:
# , 2011.
# Francesco Apruzzese , 2011.
-# , 2011.
+# , 2011, 2012.
# , 2011.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-11 00:19+0100\n"
-"PO-Revision-Date: 2012-01-10 23:43+0000\n"
-"Last-Translator: icewind \n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-12 20:51+0000\n"
+"Last-Translator: ufic \n"
"Language-Team: Italian (http://www.transifex.net/projects/p/owncloud/team/it/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -23,11 +23,11 @@ msgstr ""
#: lostpassword/index.php:24
msgid "Owncloud password reset"
-msgstr ""
+msgstr "Azzera la password di Owncloud"
#: lostpassword/templates/email.php:1
msgid "Use the following link to reset your password: {link}"
-msgstr ""
+msgstr "Usa il link seguente per azzerare la password: {link}"
#: lostpassword/templates/lostpassword.php:3
msgid "You will receive a link to reset your password via Email."
@@ -56,7 +56,7 @@ msgstr "La password è stata reimpostata"
#: lostpassword/templates/resetpassword.php:5
msgid "To login page"
-msgstr ""
+msgstr "Alla pagina di ingresso"
#: lostpassword/templates/resetpassword.php:8
msgid "New password"
@@ -137,7 +137,7 @@ msgstr "Termina"
#: templates/layout.guest.php:35
msgid "web services under your control"
-msgstr ""
+msgstr "Servizi web nelle tue mani"
#: templates/layout.user.php:34
msgid "Log out"
@@ -157,7 +157,7 @@ msgstr "ricorda"
#: templates/login.php:16
msgid "Log in"
-msgstr ""
+msgstr "Entra"
#: templates/logout.php:1
msgid "You are logged out."
diff --git a/l10n/it/files.po b/l10n/it/files.po
index 30aeedd1997..55c4e07c0ec 100644
--- a/l10n/it/files.po
+++ b/l10n/it/files.po
@@ -5,13 +5,14 @@
# Translators:
# , 2011.
# Francesco Apruzzese , 2011.
+# , 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-11 00:19+0100\n"
-"PO-Revision-Date: 2012-01-10 23:43+0000\n"
-"Last-Translator: icewind \n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-12 20:53+0000\n"
+"Last-Translator: ufic \n"
"Language-Team: Italian (http://www.transifex.net/projects/p/owncloud/team/it/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -56,19 +57,19 @@ msgstr "Dimensione massima upload"
#: templates/index.php:7
msgid "New"
-msgstr ""
+msgstr "Nuovo"
#: templates/index.php:10
msgid "Text file"
-msgstr ""
+msgstr "File di testo"
#: templates/index.php:11
msgid "Folder"
-msgstr ""
+msgstr "Cartella"
#: templates/index.php:12
msgid "From the web"
-msgstr ""
+msgstr "Dal web"
#: templates/index.php:22
msgid "Upload"
diff --git a/l10n/it/gallery.po b/l10n/it/gallery.po
new file mode 100644
index 00000000000..4dffa1257dc
--- /dev/null
+++ b/l10n/it/gallery.po
@@ -0,0 +1,32 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: ownCloud\n"
+"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:48+0000\n"
+"Last-Translator: icewind \n"
+"Language-Team: Italian (http://www.transifex.net/projects/p/owncloud/team/it/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: it\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+
+#: appinfo/app.php:41
+msgid "Gallery"
+msgstr ""
+
+#: templates/index.php:10
+msgid "Rescan"
+msgstr ""
+
+#: templates/view_album.php:19
+msgid "Back"
+msgstr ""
+
+
diff --git a/l10n/it/settings.po b/l10n/it/settings.po
index 64402b03520..6f2cf988163 100644
--- a/l10n/it/settings.po
+++ b/l10n/it/settings.po
@@ -5,15 +5,15 @@
# Translators:
# Francesco Apruzzese , 2011.
# Jan-Christoph Borchardt , 2011.
-# , 2011.
+# , 2011, 2012.
# , 2011.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-11 00:19+0100\n"
-"PO-Revision-Date: 2012-01-10 23:43+0000\n"
-"Last-Translator: icewind \n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-12 20:56+0000\n"
+"Last-Translator: ufic \n"
"Language-Team: Italian (http://www.transifex.net/projects/p/owncloud/team/it/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -23,7 +23,7 @@ msgstr ""
#: ajax/lostpassword.php:14
msgid "email Changed"
-msgstr ""
+msgstr "email modificata"
#: ajax/lostpassword.php:16 ajax/openid.php:17 ajax/setlanguage.php:16
msgid "Invalid request"
@@ -39,7 +39,7 @@ msgstr "Lingua modificata"
#: templates/admin.php:13
msgid "Log level"
-msgstr ""
+msgstr "Livello di log"
#: templates/apps.php:8
msgid "Add your application"
@@ -107,15 +107,15 @@ msgstr "Modifica password"
#: templates/personal.php:24
msgid "Email"
-msgstr ""
+msgstr "Email"
#: templates/personal.php:25
msgid "Your email address"
-msgstr ""
+msgstr "Il tuo indirizzo email"
#: templates/personal.php:26
msgid "Fill in an email address to enable password recovery"
-msgstr ""
+msgstr "Inserici il tuo indirizzo email per abilitare il recupero password"
#: templates/personal.php:32 templates/personal.php:33
msgid "Language"
@@ -123,7 +123,7 @@ msgstr "Lingua"
#: templates/personal.php:38
msgid "Help translate"
-msgstr ""
+msgstr "Migliora la traduzione"
#: templates/personal.php:45
msgid "use this address to connect to your ownCloud in your file manager"
@@ -149,7 +149,7 @@ msgstr "Crea"
#: templates/users.php:33
msgid "Quota"
-msgstr ""
+msgstr "Quota"
#: templates/users.php:58
msgid "Delete"
diff --git a/l10n/ja_JP/calendar.po b/l10n/ja_JP/calendar.po
index 31c287da115..fc03639a996 100644
--- a/l10n/ja_JP/calendar.po
+++ b/l10n/ja_JP/calendar.po
@@ -7,9 +7,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-07 18:29+0100\n"
-"PO-Revision-Date: 2012-01-08 08:41+0000\n"
-"Last-Translator: george \n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:45+0000\n"
+"Last-Translator: icewind \n"
"Language-Team: Japanese (Japan) (http://www.transifex.net/projects/p/owncloud/team/ja_JP/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -314,27 +314,27 @@ msgstr "イベント終了時間が開始時間より先です"
msgid "There was a database fail"
msgstr "データベースフェイルがありました"
-#: templates/calendar.php:38
+#: templates/calendar.php:52
msgid "Week"
msgstr "週"
-#: templates/calendar.php:39
+#: templates/calendar.php:53
msgid "Month"
msgstr "月"
-#: templates/calendar.php:40
+#: templates/calendar.php:54
msgid "List"
msgstr "リスト"
-#: templates/calendar.php:45
+#: templates/calendar.php:59
msgid "Today"
msgstr "今日"
-#: templates/calendar.php:46
+#: templates/calendar.php:60
msgid "Calendars"
msgstr "カレンダー"
-#: templates/calendar.php:64
+#: templates/calendar.php:78
msgid "There was a fail, while parsing the file."
msgstr "ファイルを構文解析する際に失敗しました"
@@ -448,7 +448,7 @@ msgstr "新しくカレンダーを作成する"
msgid "Edit calendar"
msgstr "カレンダーを編集"
-#: templates/part.editcalendar.php:12 templates/part.import.php:29
+#: templates/part.editcalendar.php:12
msgid "Displayname"
msgstr "表示名"
@@ -574,36 +574,36 @@ msgid "Description of the Event"
msgstr "イベントのメモ"
#: templates/part.import.php:1
-msgid "Import Ical File"
-msgstr "iCalファイルのインポート"
-
-#: templates/part.import.php:4
-msgid "How to import the new calendar?"
-msgstr "新しいカレンダーのインポート方法は?"
+msgid "Import a calendar file"
+msgstr ""
#: templates/part.import.php:6
-msgid "Import into an existing calendar"
-msgstr "既存カレンダーにインポートします"
-
-#: templates/part.import.php:7
-msgid "Import into a new calendar"
-msgstr "新しいカレンダーにインポートします"
-
-#: templates/part.import.php:10
msgid "Please choose the calendar"
msgstr "カレンダーを選択してください"
-#: templates/part.import.php:20 templates/part.import.php:37
+#: templates/part.import.php:10
+msgid "create a new calendar"
+msgstr ""
+
+#: templates/part.import.php:15
+msgid "Name of new calendar"
+msgstr ""
+
+#: templates/part.import.php:17
msgid "Import"
msgstr "インポート"
-#: templates/part.import.php:22 templates/part.import.php:39
-msgid "Back"
-msgstr "戻る"
+#: templates/part.import.php:20
+msgid "Importing calendar"
+msgstr ""
-#: templates/part.import.php:25
-msgid "Please fill out the form"
-msgstr "フォームに入力してください"
+#: templates/part.import.php:23
+msgid "Calendar imported successfully"
+msgstr ""
+
+#: templates/part.import.php:24
+msgid "Close Dialog"
+msgstr ""
#: templates/part.newevent.php:1
msgid "Create a new event"
diff --git a/l10n/ja_JP/contacts.po b/l10n/ja_JP/contacts.po
index c0c91102cd9..e9ae1beecf7 100644
--- a/l10n/ja_JP/contacts.po
+++ b/l10n/ja_JP/contacts.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
-"POT-Creation-Date: 2012-01-11 00:18+0100\n"
-"PO-Revision-Date: 2012-01-10 23:43+0000\n"
+"POT-Creation-Date: 2012-01-15 14:44+0100\n"
+"PO-Revision-Date: 2012-01-15 13:45+0000\n"
"Last-Translator: icewind