2013-07-08 20:56:26 +02:00
< ? php
return array (
2015-01-30 19:45:23 +01:00
'plural' => function ( $n ) { return ( $n != 1 ); },
2014-07-23 12:43:48 +02:00
// 'attachment' => '',
// 'When there is nothing to read, redirect me to this page' => '',
// 'There is nothing new to read, enjoy your favorites articles!' => '',
// 'There is nothing new to read, enjoy your previous readings!' => '',
// 'Immediately' => '',
// 'The feed id is required' => '',
// 'The title is required' => '',
// 'The site url is required' => '',
// 'The feed url is required' => '',
'or' => 'o' ,
// 'edit' => '',
'cancel' => 'annulla' ,
// 'Feed URL' => '',
// 'Website URL' => '',
// 'Title' => '',
// 'Edit subscription' => '',
// 'Unable to edit your subscription.' => '',
// 'Your subscription has been updated.' => '',
// 'Older items first' => '',
// 'Most recent first' => '',
// 'Default sorting order for items' => '',
2015-01-18 14:33:19 +01:00
// 'This subscription is empty, %sgo back to unread items%s' => '',
// 'sort by date %s(%s)%s' => '',
2014-07-23 12:43:48 +02:00
// 'most recent first' => '',
// 'older first' => '',
// 'Show only this subscription' => '',
// 'Go to unread' => '',
// 'Go to bookmarks' => '',
// 'Go to history' => '',
// 'Go to subscriptions' => '',
// 'Go to preferences' => '',
2015-01-02 18:43:17 +01:00
// 'Bookmarklet' => '',
2014-07-23 12:43:48 +02:00
// 'Subscribe with Miniflux' => '',
// 'Drag and drop this link to your bookmarks' => '',
// 'Download full content' => '',
// 'Downloading full content is slower because Miniflux grab the content from the original website. You should use that for subscriptions that display only a summary. This feature doesn\'t work with all websites.' => '',
// 'API endpoint:' => '',
// 'API username:' => '',
// 'API token:' => '',
// 'Generate new tokens' => '',
2014-11-14 18:48:27 +01:00
// 'Bookmark RSS Feed' => '',
2014-07-23 12:43:48 +02:00
// 'updated just now' => '',
// 'checked at' => '',
// 'never updated after creation' => '',
// 'Subscription disabled' => '',
// 'content downloaded' => '',
// 'in progress...' => '',
// 'unable to fetch content' => '',
// 'Download content' => '',
// 'download content' => '',
2013-07-21 17:11:41 +02:00
'Help' => 'Aiuto' ,
2013-07-19 11:51:01 +02:00
'Theme' => 'Tema' ,
2013-07-08 20:56:26 +02:00
'Items per page' => 'Articoli per pagina' ,
'Previous page' => 'Pagina precedente' ,
'Next page' => 'Pagina successiva' ,
'Do not fetch the content of articles' => 'Non scaricare il contenuto degli articoli' ,
'Remove automatically read items' => 'Cancella automaticamente articoli già letti' ,
'Never' => 'Mai' ,
2015-01-30 19:45:23 +01:00
'After %d day' => array ( 'Dopo %d giorno' , 'Dopo %d giorni' ),
2013-07-08 20:56:26 +02:00
'unread' => 'non letti' ,
2014-09-16 15:14:49 +02:00
'Unread' => 'Non letti' ,
2013-07-09 00:16:01 +02:00
'bookmark' => 'bookmark' ,
'remove bookmark' => 'cancella bookmark' ,
2014-07-23 12:43:48 +02:00
'bookmarks' => 'bookmark' ,
2013-07-09 00:16:01 +02:00
'Bookmarks' => 'Bookmark' ,
2013-07-08 20:56:26 +02:00
'Bookmark item' => 'Aggiungi ai bookmark' ,
2013-07-09 00:16:01 +02:00
'No bookmark' => 'Nessun bookmark' ,
2013-07-08 20:56:26 +02:00
'history' => 'cronologia' ,
'subscriptions' => 'sottoscrizioni' ,
'Subscriptions' => 'Sottoscrizioni' ,
'preferences' => 'preferenze' ,
'Preferences' => 'Preferenze' ,
'logout' => 'esci' ,
'Username' => 'Utente' ,
'Password' => 'Password' ,
'Confirmation' => 'Conferma' ,
'Language' => 'Lingua' ,
'Save' => 'Salva' ,
2014-02-06 09:54:07 +01:00
'Database size:' => 'Dimensione database:' ,
2013-07-08 20:56:26 +02:00
'Optimize the database' => 'Ottimizza il database' ,
'(VACUUM command)' => '(comando VACUUM)' ,
'Download the entire database' => 'Scarica l\'intero database' ,
'(Gzip compressed Sqlite file)' => '(Comprimi il file Sqlite con Gzip)' ,
'Keyboard shortcuts' => 'Scorciatoie da tastiera' ,
'Previous item' => 'Articolo precedente' ,
'Next item' => 'Articolo successivo' ,
'Mark as read or unread' => 'Segna come già letto o non letto' ,
'Open original link' => 'Apri link originale' ,
'Open item' => 'Apri articolo' ,
'About' => 'Informazioni sul software' ,
'Miniflux version:' => 'Versione Miniflux:' ,
2014-02-06 09:54:07 +01:00
'Nothing to read' => 'Niente da leggere' ,
2013-07-08 20:56:26 +02:00
'mark all as read' => 'segna tutti come già letti' ,
'original link' => 'link originale' ,
'mark as read' => 'segna come già letto' ,
'No history' => 'Nessuna cronologia' ,
'mark as unread' => 'segna come non letto' ,
'History' => 'Cronologia' ,
'flush all items' => 'cancella tutti gli articoli' ,
'Item not found' => 'Articolo non trovato' ,
'Next' => 'Successivo' ,
'Previous' => 'Precedente' ,
'Sign in' => 'Accedi' ,
2014-02-06 09:54:07 +01:00
'feeds' => 'feed' ,
2013-07-08 20:56:26 +02:00
'add' => 'aggiungi' ,
'import' => 'importa' ,
'export' => 'esporta' ,
'OPML Import' => 'Importa OPML' ,
'OPML file' => 'file OPML' ,
'Import' => 'Importa' ,
'refresh all' => 'aggiorna tutti' ,
'No subscription' => 'Nessuna sottoscrizione' ,
'remove' => 'cancella' ,
2014-07-26 13:33:15 +02:00
'Remove' => 'Cancella' ,
2013-07-08 20:56:26 +02:00
'refresh' => 'aggiorna' ,
'New subscription' => 'Nuova sottoscrizione' ,
'Website or Feed URL' => 'Sito web o URL del feed' ,
'Add' => 'Aggiungi' ,
'http://website/' => 'http://sitoweb/' ,
'Official website:' => 'Sito ufficiale:' ,
'Bad username or password' => 'Utente o password errati' ,
'Unable to update your preferences.' => 'Impossibile aggiornare le preferenze.' ,
'Your preferences are updated.' => 'Preferenze aggiornate.' ,
'Unable to import your OPML file.' => 'Impossibile importare il file OPML.' ,
'Your feeds have been imported.' => 'I tuoi feed sono stati importati.' ,
'Unable to find a subscription.' => 'Impossibile effettuare sottoscrizione.' ,
'Subscription added successfully.' => 'Sottoscrizione effettuata con successo.' ,
'Your subscriptions are updated' => 'Sottoscrizioni aggiornate.' ,
'Unable to remove this subscription.' => 'Impossibile rimuovere questa sottoscrizione.' ,
'This subscription has been removed successfully.' => 'Sottoscrizione rimossa con successo.' ,
'The user name is required' => 'Il nome utente è obbligatorio.' ,
'The maximum length is 50 characters' => 'La lunghezza massima è di 50 caratteri.' ,
'The password is required' => 'La password è obbligatoria.' ,
'The minimum length is 6 characters' => 'La lunghezza minima è di 6 caratteri.' ,
'The confirmation is required' => 'La conferma è obbligatoria.' ,
2014-05-28 22:10:41 +02:00
'Passwords don\'t match' => 'Le password non coincidono' ,
2013-07-08 20:56:26 +02:00
'Do you really want to remove these items from your history?' => 'Vuoi veramente cancellare questi articoli dalla cronologia?' ,
'Do you really want to remove this subscription: "%s"?' => 'Vuoi veramente cancellare la sottoscrizione a: "%s" ?' ,
2015-01-18 14:33:19 +01:00
'Nothing to read, do you want to %supdate your subscriptions%s?' => 'Niente da leggere, vuoi %saggiornare tutte le sottoscrizioni%s?' ,
2014-02-06 09:54:07 +01:00
'Show help' => 'Mostra guida' ,
2014-07-23 12:43:48 +02:00
'Close help' => 'Chiudi guida' ,
// '%d second ago' => '',
// '%d minute ago' => '',
// '%d hour ago' => '',
// '%d day ago' => '',
// '%d week ago' => '',
// '%d month ago' => '',
// 'Timezone' => '',
// 'Update all subscriptions' => '',
// 'Remember Me' => '',
// 'Display items on lists' => '',
// 'Summaries' => '',
// 'Full contents' => '',
2014-10-20 01:14:33 +02:00
// 'Force RTL mode (Right-to-left language)' => '',
// 'Activated' => '',
// 'Remove this feed' => '',
2014-10-20 01:22:22 +02:00
// 'Miniflux' => '',
2015-01-18 14:33:19 +01:00
// 'mini%sflux%s' => '',
2014-11-08 02:37:12 +01:00
// 'Advanced' => '',
// 'Documentation' => '',
// 'Installation instructions' => '',
// 'Upgrade to a new version' => '',
// 'Cronjob' => '',
// 'Advanced configuration' => '',
// 'Full article download' => '',
// 'Themes' => '',
// 'Json-RPC API' => '',
// 'Fever API' => '',
// 'Translations' => '',
// 'Run Miniflux with Docker' => '',
// 'FAQ' => '',
// 'help' => '',
// 'api' => '',
// 'about' => '',
2014-11-19 01:16:14 +01:00
// 'database' => '',
2014-11-14 18:48:27 +01:00
// 'Miniflux API' => '',
// 'menu' => '',
// 'Default' => '',
// 'Value required' => '',
// 'Must be an integer' => '',
2014-12-16 02:38:35 +01:00
// 'Remove automatically unread items' => '',
2014-12-24 04:13:23 +01:00
// 'Toggle RTL mode' => '',
2014-12-24 16:47:24 +01:00
// 'external services' => '',
// 'Send bookmarks to Pinboard' => '',
// 'Pinboard API token' => '',
// 'Pinboard tags' => '',
2014-12-24 19:50:20 +01:00
// 'Instapaper username' => '',
// 'Instapaper password' => '',
// 'Instapaper' => '',
// 'Pinboard' => '',
// 'Send bookmarks to Instapaper' => '',
2014-12-24 21:58:24 +01:00
// 'Authentication' => '',
// 'Reading' => '',
// 'Application' => '',
// 'Enable image proxy' => '',
// 'Avoid mixed content warnings with HTTPS' => '',
2014-12-24 23:54:27 +01:00
// 'Download favicons' => '',
2015-01-13 22:03:24 +01:00
// 'general' => '',
2015-01-29 02:17:02 +01:00
// 'Refresh interval in minutes for unread counter' => '',
2015-01-29 23:28:18 +01:00
// 'Original link marks article as read' => '',
2015-02-01 22:54:57 +01:00
// 'Cloak the image referrer' => '',
2015-04-11 02:48:09 +02:00
// 'This subscription already exists.' => '',
2015-04-10 23:34:07 +02:00
// 'Connection timeout.' => '',
// 'Feed is malformed.' => '',
// 'Invalid SSL certificate.' => '',
2016-12-29 02:52:58 +01:00
// 'Maximum number of HTTP redirection exceeded.' => '',
2015-04-10 23:34:07 +02:00
// 'The content size exceeds to maximum allowed size.' => '',
// 'Unable to detect the feed format.' => '',
2015-08-05 01:01:21 +02:00
// 'add a new group' => '',
// 'Groups' => '',
2015-12-09 13:28:04 +01:00
// 'Back to the group' => '',
2015-12-09 20:23:12 +01:00
// 'view' => '',
2016-03-04 14:16:34 +01:00
// 'Item title links to' => '',
// 'Original' => '',
2016-12-29 02:52:58 +01:00
// 'Last Login' => '',
2016-09-27 17:50:11 +02:00
// 'Search' => '',
// 'There are no results for your search' => '',
2016-11-30 04:49:45 +01:00
// 'Send bookmarks to Wallabag' => '',
// 'Wallabag username' => '',
// 'Wallabag password' => '',
2016-12-28 03:59:09 +01:00
// 'An error occurred during the last check: "%s".' => '',
2016-12-29 02:52:58 +01:00
// 'User Profile' => '',
// 'Users' => '',
// 'New User' => '',
// 'New user created successfully.' => '',
// 'Unable to create this user.' => '',
// 'Edit User' => '',
// 'User modified successfully.' => '',
// 'Unable to edit this user.' => '',
// 'Remove User' => '',
// 'Not allowed to fetch feed.' => '',
// 'Unable to save this subscription in the database.' => '',
// 'Titles' => '',
// 'profile' => '',
// 'users' => '',
// 'Cronjob URL' => '',
// 'Do you really want to remove this user: "%s"?' => '',
// 'Administrator' => '',
// '%e %B %Y %k:%M' => '',
// 'Wallabag' => '',
2017-01-18 13:32:40 +01:00
// 'Wallabag URL' => '',
2016-12-29 02:52:58 +01:00
// 'Wallabag Client ID' => '',
// 'Wallabag Client Secret' => '',
// 'Action' => '',
// 'Yes' => '',
// 'No' => '',
// 'Edit' => '',
// 'The user id required' => '',
// 'The username must be unique' => '',
2017-01-04 03:44:39 +01:00
// 'Current Password' => '',
// 'New Password' => '',
// 'Wrong password' => '',
2017-01-15 20:00:32 +01:00
// 'Duplicated feed' => '',
2013-07-08 20:56:26 +02:00
);