-
-
Notifications
You must be signed in to change notification settings - Fork 959
Grid view #6848
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: edge
Are you sure you want to change the base?
Grid view #6848
Changes from 1 commit
a6733cb
3e83b93
5619479
322838e
a65390f
c94341b
7290b7a
93dc58c
5e4f1be
40d3a57
299aab2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -45,6 +45,7 @@ | |||||
'bookmark_query' => 'Enregistrer la recherche courante', | ||||||
'favorites' => 'Articles favoris (%s)', | ||||||
'global_view' => 'Vue globale', | ||||||
'grid_view' => 'Grid view', // TODO | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Duplication of the same translations. Either for this PR or another, I would prefer to keep a single copy |
||||||
'important' => 'Flux importants', | ||||||
'main_stream' => 'Flux principaux', | ||||||
'mark_all_read' => 'Tout marquer comme lu', | ||||||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -259,6 +259,7 @@ | |||||
'view' => array( | ||||||
'default' => 'Visualizzazione predefinita', | ||||||
'global' => 'Vista globale per categorie', | ||||||
'grid' => 'Grid view', // TODO | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
'normal' => 'Vista elenco', | ||||||
'reader' => 'Modalità di lettura', | ||||||
), | ||||||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -45,6 +45,7 @@ | |||||
'bookmark_query' => 'Inserisci la ricerca corrente nei segnalibri', | ||||||
'favorites' => 'Preferiti (%s)', | ||||||
'global_view' => 'Vista globale per categorie', | ||||||
'grid_view' => 'Grid view', // TODO | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
'important' => 'Feed importanti', | ||||||
'main_stream' => 'Flusso principale', | ||||||
'mark_all_read' => 'Segna tutto come letto', | ||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.