1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-12-01 05:24:11 +01:00
OwncloudBookmarksOfficial/l10n/lb.php

32 lines
1.3 KiB
PHP
Raw Normal View History

2014-10-27 21:18:24 +01:00
<?php
$TRANSLATIONS = array(
2014-11-27 08:10:23 +01:00
"Bookmarks" => "Bookmarks",
"Bookm." => "Bookm.",
2013-07-09 02:36:14 +02:00
"No file provided for import" => "Keen Type un fichier fir ze importeieren",
"Unsupported file type for import" => "Onenerstetzen Format fir den Import",
"Filter by tag" => "Filtreieren vun Tags",
2012-11-02 00:03:14 +01:00
"Warning" => "Warnung",
2014-11-27 08:10:23 +01:00
"Tags" => "Tags",
"Are you sure you want to remove this tag from every entry?" => "Sidd dir secher all Tags vum erem Projet ze entfernen?",
2013-07-09 02:36:14 +02:00
"Import error" => "Import Fehler",
"Import completed successfully." => "Import war erfolgraich",
"Uploading..." => "Upload...",
"Add a bookmark" => "Favorit beifügen",
"The title of the page" => "Den Titel vun der Sait",
"The address of the page" => "D'address vun der Sait.",
"Description of the page" => "Beswchreiwung vun der Sait",
2012-11-02 00:03:14 +01:00
"Save" => "Späicheren",
"Delete" => "Läschen",
2012-11-08 00:03:47 +01:00
"Edit" => "Editéieren",
2012-11-02 00:03:14 +01:00
"Cancel" => "Ofbriechen",
2013-07-09 02:36:14 +02:00
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Zitt eren Favorit an op den Browser vir een Short-Link ze kreien:",
2012-11-02 00:03:14 +01:00
"Address" => "Adress",
2012-11-09 00:03:56 +01:00
"Add" => "Dobäisetzen",
2013-07-09 02:36:14 +02:00
"You have no bookmarks" => "Dir hud keng Favoriten",
"Bookmarklet" => "Favoriten Buch",
"Export & Import" => "Exporteieren & Importeieren",
"Export" => "Exporteieren",
"Import" => "Importeieren"
2012-11-02 00:03:14 +01:00
);
2014-10-27 21:18:24 +01:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";