[tx-robot] updated from transifex

This commit is contained in:
Jenkins for ownCloud 2015-09-10 01:07:24 -04:00
parent 8343f6378c
commit 79cea58378
6 changed files with 15 additions and 3 deletions

View file

@ -2,6 +2,7 @@ OC.L10N.register(
"tasks",
{
"Tasks" : "Aufgaben",
"Tasks app is unavailable because the calendar is not installed" : "Die Tasks App ist nicht verfügbar, weil der Kalender nicht installiert ist.",
"Due yesterday" : "Gestern fällig",
"Due today" : "Heute fällig",
"Due tomorrow" : "Morgen fällig",
@ -65,6 +66,7 @@ OC.L10N.register(
"Add an item due today in \"%s\"..." : "Einen heute fälligen Eintrag in „%s“ hinzufügen…",
"Add an item in \"%s\"..." : "Einen Eintrag in „%s“ hinzufügen…",
"Add a current item in \"%s\"..." : "Einen aktuellen Eintrag in „%s“ hinzufügen…",
"Add a subtask to \"%s\"..." : "Füge eine Unteraufgabe zu \"%s\" hinzu...",
"_%n Completed Task_::_%n Completed Tasks_" : ["%n erledigte Aufgabe","%n erledigte Aufgaben"],
"Set due date" : "Ablaufdatum setzen",
"%s %% completed" : "%s %% fertiggestellt",
@ -93,6 +95,7 @@ OC.L10N.register(
"(New category)" : "(Neue Kategorie)",
"Select categories..." : "Kategorien auswählen...",
"Loading the task..." : "Laden der Aufgabe…",
"Task not found!" : "Aufgabe nicht gefunden!"
"Task not found!" : "Aufgabe nicht gefunden!",
"add a subtask to" : "Erstelle eine Unteraufgabe für"
},
"nplurals=2; plural=(n != 1);");

View file

@ -1,5 +1,6 @@
{ "translations": {
"Tasks" : "Aufgaben",
"Tasks app is unavailable because the calendar is not installed" : "Die Tasks App ist nicht verfügbar, weil der Kalender nicht installiert ist.",
"Due yesterday" : "Gestern fällig",
"Due today" : "Heute fällig",
"Due tomorrow" : "Morgen fällig",
@ -63,6 +64,7 @@
"Add an item due today in \"%s\"..." : "Einen heute fälligen Eintrag in „%s“ hinzufügen…",
"Add an item in \"%s\"..." : "Einen Eintrag in „%s“ hinzufügen…",
"Add a current item in \"%s\"..." : "Einen aktuellen Eintrag in „%s“ hinzufügen…",
"Add a subtask to \"%s\"..." : "Füge eine Unteraufgabe zu \"%s\" hinzu...",
"_%n Completed Task_::_%n Completed Tasks_" : ["%n erledigte Aufgabe","%n erledigte Aufgaben"],
"Set due date" : "Ablaufdatum setzen",
"%s %% completed" : "%s %% fertiggestellt",
@ -91,6 +93,7 @@
"(New category)" : "(Neue Kategorie)",
"Select categories..." : "Kategorien auswählen...",
"Loading the task..." : "Laden der Aufgabe…",
"Task not found!" : "Aufgabe nicht gefunden!"
"Task not found!" : "Aufgabe nicht gefunden!",
"add a subtask to" : "Erstelle eine Unteraufgabe für"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -1,6 +1,7 @@
<?php
$TRANSLATIONS = array(
"Tasks" => "Aufgaben",
"Tasks app is unavailable because the calendar is not installed" => "Die Tasks App ist nicht verfügbar, weil der Kalender nicht installiert ist.",
"Due yesterday" => "Gestern fällig",
"Due today" => "Heute fällig",
"Due tomorrow" => "Morgen fällig",
@ -64,6 +65,7 @@ $TRANSLATIONS = array(
"Add an item due today in \"%s\"..." => "Einen heute fälligen Eintrag in „%s“ hinzufügen…",
"Add an item in \"%s\"..." => "Einen Eintrag in „%s“ hinzufügen…",
"Add a current item in \"%s\"..." => "Einen aktuellen Eintrag in „%s“ hinzufügen…",
"Add a subtask to \"%s\"..." => "Füge eine Unteraufgabe zu \"%s\" hinzu...",
"_%n Completed Task_::_%n Completed Tasks_" => array("%n erledigte Aufgabe","%n erledigte Aufgaben"),
"Set due date" => "Ablaufdatum setzen",
"%s %% completed" => "%s %% fertiggestellt",
@ -92,6 +94,7 @@ $TRANSLATIONS = array(
"(New category)" => "(Neue Kategorie)",
"Select categories..." => "Kategorien auswählen...",
"Loading the task..." => "Laden der Aufgabe…",
"Task not found!" => "Aufgabe nicht gefunden!"
"Task not found!" => "Aufgabe nicht gefunden!",
"add a subtask to" => "Erstelle eine Unteraufgabe für"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";

View file

@ -2,6 +2,7 @@ OC.L10N.register(
"tasks",
{
"Tasks" : "Attività",
"Tasks app is unavailable because the calendar is not installed" : "L'applicazione Attività non è disponibile poiché il calendario non è installato",
"Due yesterday" : "Scaduta ieri",
"Due today" : "Scade oggi",
"Due tomorrow" : "Scade domani",

View file

@ -1,5 +1,6 @@
{ "translations": {
"Tasks" : "Attività",
"Tasks app is unavailable because the calendar is not installed" : "L'applicazione Attività non è disponibile poiché il calendario non è installato",
"Due yesterday" : "Scaduta ieri",
"Due today" : "Scade oggi",
"Due tomorrow" : "Scade domani",

View file

@ -1,6 +1,7 @@
<?php
$TRANSLATIONS = array(
"Tasks" => "Attività",
"Tasks app is unavailable because the calendar is not installed" => "L'applicazione Attività non è disponibile poiché il calendario non è installato",
"Due yesterday" => "Scaduta ieri",
"Due today" => "Scade oggi",
"Due tomorrow" => "Scade domani",