diff --git a/l10n/de.js b/l10n/de.js index 94725963..c34735fe 100644 --- a/l10n/de.js +++ b/l10n/de.js @@ -3,7 +3,7 @@ OC.L10N.register( { "Viewer" : "Betrachter", "Simple file viewer with slideshow for media" : "Einfacher Datei-Betrachter mit Diashow für Medien ", - "Show your latest holiday photos and videos like in the movies, show a glimpse of your latest novel directly from your nextcloud, choose the best GIF of your collection thanks to the direct preview of your favorites files and many more!" : "Zeige deine letzten Urlaubsfotos und -videos wie im Film, gib einen Einblick in deinen neuesten Roman direkt aus deiner Nextcloud, wähle die besten GIF-Dateien aus deiner Sammlung dank der direkten Voransicht deiner favorisierten Dateien und viel mehr!", + "Show your latest holiday photos and videos like in the movies, show a glimpse of your latest novel directly from your nextcloud, choose the best GIF of your collection thanks to the direct preview of your favorites files and many more!" : "Zeige Deine letzten Urlaubsfotos und -videos wie im Film, gib einen Einblick in Deinen neuesten Roman direkt aus deiner Nextcloud, wähle die besten GIF-Dateien aus Deiner Sammlung dank der direkten Voransicht Deiner favorisierten Dateien und viel mehr!", "Error loading {name}" : "Fehler beim Laden {name}", "Your browser does not support the video tag." : "Dein Browser unterstützt das Video-Tag nicht. ", "Share" : "Teilen", diff --git a/l10n/de.json b/l10n/de.json index f5851dc1..c2c771b9 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -1,7 +1,7 @@ { "translations": { "Viewer" : "Betrachter", "Simple file viewer with slideshow for media" : "Einfacher Datei-Betrachter mit Diashow für Medien ", - "Show your latest holiday photos and videos like in the movies, show a glimpse of your latest novel directly from your nextcloud, choose the best GIF of your collection thanks to the direct preview of your favorites files and many more!" : "Zeige deine letzten Urlaubsfotos und -videos wie im Film, gib einen Einblick in deinen neuesten Roman direkt aus deiner Nextcloud, wähle die besten GIF-Dateien aus deiner Sammlung dank der direkten Voransicht deiner favorisierten Dateien und viel mehr!", + "Show your latest holiday photos and videos like in the movies, show a glimpse of your latest novel directly from your nextcloud, choose the best GIF of your collection thanks to the direct preview of your favorites files and many more!" : "Zeige Deine letzten Urlaubsfotos und -videos wie im Film, gib einen Einblick in Deinen neuesten Roman direkt aus deiner Nextcloud, wähle die besten GIF-Dateien aus Deiner Sammlung dank der direkten Voransicht Deiner favorisierten Dateien und viel mehr!", "Error loading {name}" : "Fehler beim Laden {name}", "Your browser does not support the video tag." : "Dein Browser unterstützt das Video-Tag nicht. ", "Share" : "Teilen", diff --git a/l10n/sq.js b/l10n/sq.js new file mode 100644 index 00000000..c0ef47aa --- /dev/null +++ b/l10n/sq.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "viewer", + { + "Share" : "Ndaj", + "View" : "Shiko" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/sq.json b/l10n/sq.json new file mode 100644 index 00000000..a72883bd --- /dev/null +++ b/l10n/sq.json @@ -0,0 +1,5 @@ +{ "translations": { + "Share" : "Ndaj", + "View" : "Shiko" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file