1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-30 19:52:17 +01:00

[tx-robot] updated from transifex

This commit is contained in:
Jenkins for ownCloud 2012-12-31 00:03:54 +01:00
parent 481be035ac
commit 83a73fdcc7
2 changed files with 32 additions and 2 deletions

View File

@ -56,7 +56,7 @@
"Contact is not in this group." => "Ce contact n'est pas présent dans le groupe.",
"Contacts are not in this group." => "Ces contacts ne sont pas présents dans le groupe.",
"A group named {group} already exists" => "Un groupe nommé {group} existe déjà",
"You can drag groups to\narrange them as you like." => "Vous pouvez déplacer les dossiers pour les organiser comme bon vous semble.",
"You can drag groups to\narrange them as you like." => "Vous pouvez faire glisser les dossiers pour les réorganiser comme bon vous semble.",
"All" => "Tous",
"Favorites" => "Favoris",
"Shared by {owner}" => "Partagé par {owner}",

View File

@ -1,3 +1,33 @@
<?php $TRANSLATIONS = array(
"Add" => "Bæta"
"No categories selected for deletion." => "Enginn flokkur valinn til eyðingar.",
"File doesn't exist:" => "Skrá finnst ekki:",
"There is no error, the file uploaded with success" => "Engin villa, innsending heppnaðist",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Innsenda skráin er stærri en MAX_FILE_SIZE sem skilgreint er í HTML sniðinu.",
"The uploaded file was only partially uploaded" => "Einungis hluti af innsendri skrá skilaði sér",
"No file was uploaded" => "Engin skrá skilaði sér",
"Missing a temporary folder" => "Vantar bráðabirgðamöppu",
"Couldn't save temporary image: " => "Gat ekk vistað bráðabirgða mynd:",
"Error" => "<strong>Villa</strong>",
"Unable to upload your file as it is a directory or has 0 bytes" => "Innsending á skrá mistókst, hugsanlega sendir þú möppu eða skráin er 0 bæti.",
"Upload Error" => "Villa við innsendingu",
"Upload too large" => "Innsend skrá of stór",
"Pending" => "Bíður",
"Download" => "Niðurhal",
"Edit" => "Breyta",
"Delete" => "Eyða",
"Cancel" => "Hætta við",
"Other" => "Annað",
"Text" => "Texti",
"Settings" => "Stillingar",
"Import" => "Flytja inn",
"Groups" => "Hópar",
"Close" => "Loka",
"Title" => "Titill",
"Add" => "Bæta",
"Email" => "Netfang",
"Address" => "Slóð",
"Share" => "Deila",
"Export" => "Flytja út",
"Name" => "Nafn",
"Save" => "Vista"
);