13 lines
No EOL
415 B
Text
13 lines
No EOL
415 B
Text
hours-ago = { NUMBER($duration) ->
|
|
[1] Il y a 1 heure
|
|
*[other] Il y a {$duration} heures
|
|
}
|
|
minutes-ago = { NUMBER($duration) ->
|
|
[1] Il y a 1 minute
|
|
*[other] Il y a {$duration} minutes
|
|
}
|
|
show-more = Afficher {$more} de plus
|
|
clear-all = Effacer toutes les notifications
|
|
do-not-disturb = Ne pas déranger
|
|
notification-settings = Paramètres des notifications...
|
|
no-notifications = Pas de notification |