array(
'denied' => 'Nie masz uprawnień dostępu do tej strony',
'not_found' => 'You are looking for a page that doesn’t exist', // TODO - Translation
),
'admin' => array(
'optimization_complete' => 'Optymizacja ukończona',
),
'api' => array(
'password' => array(
'failed' => 'Your password cannot be modified', // TODO - Translation
'updated' => 'Your password has been modified', // TODO - Translation
),
),
'auth' => array(
'form' => array(
'not_set' => 'A problem occurred during authentication system configuration. Please try again later.', // TODO - Translation
'set' => 'Form is now your default authentication system.', // TODO - Translation
),
'login' => array(
'invalid' => 'Niepoprawne dane logowania',
'success' => 'Zalogowałeś się',
),
'logout' => array(
'success' => 'Zostałeś wylogowany',
),
'no_password_set' => 'Administrator password hasn’t been set. This feature isn’t available.', // TODO - Translation
),
'conf' => array(
'error' => 'An error occurred while saving configuration', // TODO - Translation
'query_created' => 'Query "%s" has been created.', // TODO - Translation
'shortcuts_updated' => 'Shortcuts have been updated', // TODO - Translation
'updated' => 'Ustawienia zostały zaktualizowane',
),
'extensions' => array(
'already_enabled' => '%s is already enabled', // TODO - Translation
'cannot_remove' => '%s cannot be removed', // TODO - Translation
'disable' => array(
'ko' => '%s cannot be disabled. Check FreshRSS logs for details.', // TODO - Translation
'ok' => '%s is now disabled', // TODO - Translation
),
'enable' => array(
'ko' => '%s cannot be enabled. Check FreshRSS logs for details.', // TODO - Translation
'ok' => '%s is now enabled', // TODO - Translation
),
'no_access' => 'You have no access on %s', // TODO - Translation
'not_enabled' => '%s is not enabled', // TODO - Translation
'not_found' => '%s does not exist', // TODO - Translation
'removed' => '%s removed', // TODO - Translation
),
'import_export' => array(
'export_no_zip_extension' => 'The ZIP extension is not present on your server. Please try to export files one by one.', // TODO - Translation
'feeds_imported' => 'Your feeds have been imported and will now be updated', // TODO - Translation
'feeds_imported_with_errors' => 'Your feeds have been imported, but some errors occurred', // TODO - Translation
'file_cannot_be_uploaded' => 'File cannot be uploaded!', // TODO - Translation
'no_zip_extension' => 'The ZIP extension is not present on your server.', // TODO - Translation
'zip_error' => 'An error occurred during ZIP import.', // TODO - Translation
),
'profile' => array(
'error' => 'Your profile cannot be modified', // TODO - Translation
'updated' => 'Your profile has been modified', // TODO - Translation
),
'sub' => array(
'actualize' => 'Aktualizacja',
'articles' => array(
'marked_read' => 'Wiadomości zostały oznaczone jako przeczytane.',
'marked_unread' => 'Wiadomości zostały oznaczone jako nieprzeczytane.',
),
'category' => array(
'created' => 'Category %s has been created.', // TODO - Translation
'deleted' => 'Category has been deleted.', // TODO - Translation
'emptied' => 'Category has been emptied', // TODO - Translation
'error' => 'Category cannot be updated', // TODO - Translation
'name_exists' => 'Category name already exists.', // TODO - Translation
'no_id' => 'You must specify the id of the category.', // TODO - Translation
'no_name' => 'Category name cannot be empty.', // TODO - Translation
'not_delete_default' => 'You cannot delete the default category!', // TODO - Translation
'not_exist' => 'The category does not exist!', // TODO - Translation
'over_max' => 'You have reached your limit of categories (%d)', // TODO - Translation
'updated' => 'Category has been updated.', // TODO - Translation
),
'feed' => array(
'actualized' => '%s has been updated', // TODO - Translation
'actualizeds' => 'RSS feeds have been updated', // TODO - Translation
'added' => 'RSS feed %s has been added', // TODO - Translation
'already_subscribed' => 'You have already subscribed to %s', // TODO - Translation
'cache_cleared' => '%s cache has been cleared', // TODO - Translation
'deleted' => 'Feed has been deleted', // TODO - Translation
'error' => 'Feed cannot be updated', // TODO - Translation
'internal_problem' => 'The newsfeed could not be added. Check FreshRSS logs for details. You can try force adding by appending #force_feed to the URL.', // TODO - Translation
'invalid_url' => 'URL %s is invalid', // TODO - Translation
'n_actualized' => '%d feeds have been updated', // TODO - Translation
'n_entries_deleted' => '%d articles have been deleted', // TODO - Translation
'no_refresh' => 'There are no feeds to refresh', // TODO - Translation
'not_added' => '%s could not be added', // TODO - Translation
'not_found' => 'Feed cannot be found', // TODO - Translation
'over_max' => 'You have reached your limit of feeds (%d)', // TODO - Translation
'reloaded' => '%s has been reloaded', // TODO - Translation
'selector_preview' => array(
'http_error' => 'Nie udało się załadować zawartości strony.',
'no_entries' => 'Nie ma wiadomości na tym kanale. Potrzeba przynajmniej jednej wiadomości aby podgląd był dostępny.',
'no_feed' => 'Błąd wewnętrzny (kanał nie został odnaleziony).',
'no_result' => 'Selektor nie pasuje do żadnego elementu. W zastępstwie zostanie pokazana pierwotna zawartość kanału.',
'selector_empty' => 'Selektor jest pusty. Aby podgląd był dostępny selektor musi być zdefiniowany.',
),
'updated' => 'Ustawienia kanału zostały zaktualizowane',
),
'purge_completed' => 'Purge completed (%d articles deleted)', // TODO - Translation
),
'tag' => array(
'created' => 'Tag "%s" has been created.', // TODO - Translation
'name_exists' => 'Tag name already exists.', // TODO - Translation
'renamed' => 'Tag "%s" has been renamed to "%s".', // TODO - Translation
),
'update' => array(
'can_apply' => 'FreshRSS zostanie zaktualizowany do wersji %s.',
'error' => 'Proces aktualizacji napotkał błąd: %s',
'file_is_nok' => 'Nowa wersja %s jest dostępna, ale należy sprawdzić uprawnienia katalogu %s. Serwer HTTP musi mieć możliwość zapisu',
'finished' => 'Aktualizacja ukończona!',
'none' => 'Brak dostępnych aktualizacji',
'server_not_found' => 'Serwer aktualizacji nie może zostać odnaleziony. [%s]',
),
'user' => array(
'created' => array(
'_' => 'User %s has been created', // TODO - Translation
'error' => 'User %s cannot be created', // TODO - Translation
),
'deleted' => array(
'_' => 'User %s has been deleted', // TODO - Translation
'error' => 'User %s cannot be deleted', // TODO - Translation
),
'updated' => array(
'_' => 'User %s has been updated', // TODO - Translation
'error' => 'User %s has not been updated', // TODO - Translation
),
),
);