miniflux-legacy/locales/it_IT/translations.php
Mathias Kresin 8424b9bfb1 add brackets to unread, page and feed items counter via CSS
Unified the page-counters before.

This makes processing of counters in javascript way more easier. The minimum
required browser versions for the needed CSS3 selectors are IE9, Firefox 3.5
and Chrome 5. Confirmed working with IE9, Firefox 24.6, Chrome 36, Mobile Safari
on iOS6.

An unintended side effect of CSS brackets is that theme designers are able to
implement there idea of brackets.
2014-11-19 20:19:45 +01:00

238 lines
9.9 KiB
PHP

<?php
return array(
// 'attachment' => '',
// 'When there is nothing to read, redirect me to this page' => '',
// 'Subscription page' => '',
// 'History page' => '',
// 'Bookmark page' => '',
// 'There is nothing new to read, enjoy your favorites articles!' => '',
// 'There is nothing new to read, enjoy your previous readings!' => '',
// 'Immediately' => '',
// '(error occurred during the last check)' => '',
// 'The feed id is required' => '',
// 'The title is required' => '',
// 'The site url is required' => '',
// 'The feed url is required' => '',
'or' => 'o',
// 'edit' => '',
'cancel' => 'annulla',
// 'Edit' => '',
// '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' => '',
// 'This subscription is empty, <a href="?action=unread">go back to unread items</a>' => '',
// 'sort by date<span class="hide-mobile"> (%s)</span>' => '',
// 'most recent first' => '',
// 'older first' => '',
// 'Show only this subscription' => '',
// 'Go to unread' => '',
// 'Go to bookmarks' => '',
// 'Go to history' => '',
// 'Go to subscriptions' => '',
// 'Go to preferences' => '',
// 'Bookmarklet:' => '',
// 'Subscribe with Miniflux' => '',
// 'Drag and drop this link to your bookmarks' => '',
// 'The content grabber is disabled successfully.' => '',
// 'The content grabber is enabled successfully.' => '',
// 'Unable to activate the content grabber for this subscription.' => '',
// 'enable full content' => '',
// 'disable full content' => '',
// '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.' => '',
// 'No message' => '',
// 'flush messages' => '',
// 'API endpoint:' => '',
// 'API username:' => '',
// 'API token:' => '',
// 'Generate new tokens' => '',
// 'Bookmarks RSS Feed:' => '',
// 'updated just now' => '',
// 'checked at' => '',
// 'never updated after creation' => '',
// 'Unable to enable this subscription.' => '',
// 'This subscription has been enabled successfully.' => '',
// 'Unable to disable this subscription.' => '',
// 'This subscription has been disabled successfully.' => '',
// 'Do you really want to disable this subscription: "%s"?' => '',
// 'enable' => '',
// 'disable' => '',
// 'Disable' => '',
// 'Subscription disabled' => '',
// 'Listing' => '',
// 'content downloaded' => '',
// 'in progress...' => '',
// 'unable to fetch content' => '',
// 'Download content' => '',
// 'download content' => '',
'Help' => 'Aiuto',
'Theme' => 'Tema',
// 'No item' => '',
// 'items' => '',
// 'There is %d empty feeds, there is maybe an error: %s...' => '',
'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',
'After %d day' => 'Dopo %d giorno',
'After %d days' => 'Dopo %d giorni',
'unread' => 'non letti',
'Unread' => 'Non letti',
'bookmark' => 'bookmark',
'remove bookmark' => 'cancella bookmark',
'bookmarks' => 'bookmark',
'Bookmarks' => 'Bookmark',
'Bookmark item' => 'Aggiungi ai bookmark',
'No bookmark' => 'Nessun bookmark',
'history' => 'cronologia',
'subscriptions' => 'sottoscrizioni',
'Subscriptions' => 'Sottoscrizioni',
'preferences' => 'preferenze',
'Preferences' => 'Preferenze',
'logout' => 'esci',
'Username' => 'Utente',
'Password' => 'Password',
'Confirmation' => 'Conferma',
'Language' => 'Lingua',
'Save' => 'Salva',
'More information' => 'Altre informazioni',
'Database' => 'Database',
'Database size:' => 'Dimensione database:',
'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:',
'Nothing to read' => 'Niente da leggere',
'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',
'feeds' => 'feed',
'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',
'Remove' => 'Cancella',
'refresh' => 'aggiorna',
'feed link' => 'link feed',
'New subscription' => 'Nuova sottoscrizione',
'Website or Feed URL' => 'Sito web o URL del feed',
'Add' => 'Aggiungi',
'http://website/' => 'http://sitoweb/',
'Yes' => 'Sì',
'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.',
'Passwords don\'t match' => 'Le password non coincidono',
'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" ?',
'Nothing to read, do you want to <a href="?action=refresh-all" data-action="refresh-all">update your subscriptions?</a>' => 'Niente da leggere, vuoi <a href="?action=refresh-all" data-action="refresh-all">aggiornare tutte le sottoscrizioni?</a>',
'Show help' => 'Mostra guida',
'Close help' => 'Chiudi guida',
// '%d second ago' => '',
// '%d seconds ago' => '',
// '%d minute ago' => '',
// '%d minutes ago' => '',
// '%d hour ago' => '',
// '%d hours ago' => '',
// '%d day ago' => '',
// '%d days ago' => '',
// '%d week ago' => '',
// '%d weeks ago' => '',
// '%d month ago' => '',
// '%d months ago' => '',
// 'Timezone' => '',
// 'Update all subscriptions' => '',
// 'Auto-Update URL' => '',
// 'Update Miniflux' => '',
// 'Miniflux is updated!' => '',
// 'Unable to update Miniflux, check the console for errors.' => '',
// 'Don\'t forget to backup your database' => '',
// 'The name must have only alpha-numeric characters' => '',
// 'New database' => '',
// 'Database name' => '',
// 'Default database' => '',
// 'Select another database' => '',
// 'The database name is required' => '',
// 'Database created successfully.' => '',
// 'Unable to create the new database.' => '',
// 'Add a new database (new user)' => '',
// 'Create' => '',
// 'Unknown' => '',
// 'Remember Me' => '',
// 'Display items on lists' => '',
// 'Summaries' => '',
// 'Full contents' => '',
// 'Force RTL mode (Right-to-left language)' => '',
// 'Activated' => '',
// 'Remove this feed' => '',
// 'Miniflux' => '',
// 'mini<span>flux</span>' => '',
// 'Username:' => '',
// 'Password:' => '',
// 'All' => '',
// 'Advanced' => '',
// 'Documentation' => '',
// 'Installation instructions' => '',
// 'Upgrade to a new version' => '',
// 'Cronjob' => '',
// 'Advanced configuration' => '',
// 'Full article download' => '',
// 'Multiple users' => '',
// 'Themes' => '',
// 'Json-RPC API' => '',
// 'Fever API' => '',
// 'Translations' => '',
// 'Run Miniflux with Docker' => '',
// 'FAQ' => '',
// 'settings' => '',
// 'help' => '',
// 'api' => '',
// 'about' => '',
// 'Link:' => '',
// 'This action will update Miniflux with the last development version, are you sure?' => '',
// 'database' => '',
);