зеркало из https://github.com/nextcloud/news.git
Merge branch 'master' into news_ext_api
This commit is contained in:
Коммит
c4349e0c2e
18
l10n/pl.php
18
l10n/pl.php
|
@ -1,23 +1,23 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"year" => "rok",
|
||||
"News" => "Nowości",
|
||||
"News" => "Aktualności",
|
||||
"no title" => "brak tytułu",
|
||||
"no name" => "brak nazwy",
|
||||
"no body" => "brak zawartości",
|
||||
"subscriptions in ownCloud - News" => "Subskrypcje w ownCloud - Wiadomości",
|
||||
"subscriptions in ownCloud - News" => "Subskrypcje w ownCloud - Aktualności",
|
||||
"An error occurred" => "Wystąpił błąd",
|
||||
"Nice! You have subscribed to " => "Super! Subskrybujesz",
|
||||
"You had already subscribed to this feed!" => "Już subskrybujesz ten kanał!",
|
||||
"New" => "Nowy",
|
||||
"Add Subscription" => "Dodaj Subskrypcję",
|
||||
"Add Subscription" => "Dodaj subskrypcję",
|
||||
"Address must not be empty!" => "Adres nie może być pusty!",
|
||||
"Feed exists already!" => "Kanał już istnieje!",
|
||||
"Could not add feed! Check if feed contains valid RSS!" => "Nie można dodać kanału! Sprawdzanie, czy podałeś poprawny adres RSS!",
|
||||
"Could not add feed! Check if feed contains valid RSS!" => "Nie można dodać kanału! Sprawdź czy kanał zawiera poprawne dane RSS!",
|
||||
"Folder exists already" => "Folder już istnieje",
|
||||
"Address" => "Adres",
|
||||
"Add" => "Dodaj",
|
||||
"New folder" => "Nowy folder",
|
||||
"Folder" => "Katalog",
|
||||
"Folder" => "Folder",
|
||||
"No folder" => "Brak folderu",
|
||||
"Starred" => "Oznaczone",
|
||||
"Unread articles" => "Nieprzeczytane artykuły",
|
||||
|
@ -30,12 +30,12 @@
|
|||
"Collapse" => "Zwiń",
|
||||
"Delete folder" => "Usuń folder",
|
||||
"Rename folder" => "Zmień nazwę folderu",
|
||||
"Import / Export OPML" => "Importuj / Eksportuj OPML",
|
||||
"Import" => "Import",
|
||||
"Export" => "Export",
|
||||
"Import / Export OPML" => "Importuj/eksportuj OPML",
|
||||
"Import" => "Importuj",
|
||||
"Export" => "Eksportuj",
|
||||
"Subscribelet" => "Subskrybowane",
|
||||
"Show all" => "Pokaż wszystko",
|
||||
"Show only unread" => "Pokaż nieprzeczytane",
|
||||
"Show only unread" => "Pokaż tylko nieprzeczytane",
|
||||
"Drag this to your browser bookmarks and click on it whenever you want to subscribe to a webpage quickly:" => "Przeciągnij do zakładek w swojej przeglądarce. Wystarczy kliknąć w zakładkę aby dodać subskrypcję nowej strony:",
|
||||
"Subscribe" => "Subskrybuj"
|
||||
);
|
||||
|
|
|
@ -27,13 +27,13 @@
|
|||
}
|
||||
|
||||
if($feed === null || !$feedid) {
|
||||
echo $l->t('An error occurred');
|
||||
p($l->t('An error occurred'));
|
||||
} else {
|
||||
echo $l->t('Nice! You have subscribed to ') . $feed->getTitle();
|
||||
p($l->t('Nice! You have subscribed to ')) . $feed->getTitle();
|
||||
}
|
||||
}
|
||||
else {
|
||||
echo $l->t('You had already subscribed to this feed!');
|
||||
p($l->t('You had already subscribed to this feed!'));
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
Загрузка…
Ссылка в новой задаче