diff --git a/public/language/ar/recent.json b/public/language/ar/recent.json index 0ec8af3538..ab5179e0c7 100644 --- a/public/language/ar/recent.json +++ b/public/language/ar/recent.json @@ -1,4 +1,5 @@ { + "title": "Recent", "day": "يوم", "week": "أسبوع", "month": "شهر" diff --git a/public/language/ar/unread.json b/public/language/ar/unread.json index 4032adafa6..0c763e2d90 100644 --- a/public/language/ar/unread.json +++ b/public/language/ar/unread.json @@ -1,4 +1,5 @@ { + "title": "Unread", "no_unread_topics": "ليس هناك أي موضوع غير مقروء", "mark_all_read": "إجعل كل المواضيع مقرؤة", "load_more": "حمل المزيد" diff --git a/public/language/cs/recent.json b/public/language/cs/recent.json index 6e8b1442eb..b69b29156a 100644 --- a/public/language/cs/recent.json +++ b/public/language/cs/recent.json @@ -1,4 +1,5 @@ { + "title": "Recent", "day": "Den", "week": "Týden", "month": "Měsíc" diff --git a/public/language/cs/unread.json b/public/language/cs/unread.json index 3328003d87..88f2fd2255 100644 --- a/public/language/cs/unread.json +++ b/public/language/cs/unread.json @@ -1,4 +1,5 @@ { + "title": "Unread", "no_unread_topics": "Nejsou zde žádné nepřečtené témata.", "mark_all_read": "Označit vše jako přečtené", "load_more": "Načíst další" diff --git a/public/language/de/recent.json b/public/language/de/recent.json index cb7acdeb9e..f4c4c627a2 100644 --- a/public/language/de/recent.json +++ b/public/language/de/recent.json @@ -1,4 +1,5 @@ { + "title": "Recent", "day": "Tag", "week": "Woche", "month": "Monat" diff --git a/public/language/de/unread.json b/public/language/de/unread.json index 94ecb508dd..8cd53caed7 100644 --- a/public/language/de/unread.json +++ b/public/language/de/unread.json @@ -1,4 +1,5 @@ { + "title": "Unread", "no_unread_topics": "Es gibt keine ungelesenen Themen.", "mark_all_read": "alle als gelesen markieren", "load_more": "mehr laden" diff --git a/public/language/es/recent.json b/public/language/es/recent.json index 69a79d8431..38b75c576d 100644 --- a/public/language/es/recent.json +++ b/public/language/es/recent.json @@ -1,4 +1,5 @@ { + "title": "Recent", "day": "Día", "week": "Semana", "month": "Mes" diff --git a/public/language/es/unread.json b/public/language/es/unread.json index efe12a4a55..26d17933b4 100644 --- a/public/language/es/unread.json +++ b/public/language/es/unread.json @@ -1,4 +1,5 @@ { + "title": "Unread", "no_unread_topics": "No hay temas nuevos para leer.", "mark_all_read": "Marcar todo como leeido", "load_more": "Cargar más" diff --git a/public/language/fi/recent.json b/public/language/fi/recent.json index f5af031b9e..2942868a7f 100644 --- a/public/language/fi/recent.json +++ b/public/language/fi/recent.json @@ -1,4 +1,5 @@ { + "title": "Recent", "day": "Päivä", "week": "Viikko", "month": "Kuukausi" diff --git a/public/language/fi/unread.json b/public/language/fi/unread.json index f4cfabd6c4..0a84b410c7 100644 --- a/public/language/fi/unread.json +++ b/public/language/fi/unread.json @@ -1,4 +1,5 @@ { + "title": "Unread", "no_unread_topics": "Ei lukemattomia keskusteluja.", "mark_all_read": "Merkitse kaikki luetuiksi", "load_more": "Lataa lisää" diff --git a/public/language/fr/global.json b/public/language/fr/global.json index 71135ab785..7f4e5fdec7 100644 --- a/public/language/fr/global.json +++ b/public/language/fr/global.json @@ -18,7 +18,7 @@ "header.admin": "Admin", "header.recent": "Récent", "header.unread": "Non Lu", - "header.popular": "Popular", + "header.popular": "Populaire", "header.users": "Utilisateurs", "header.chats": "Chat", "header.notifications": "Notifications", @@ -33,12 +33,12 @@ "motd.follow": "Suivre", "previouspage": "Page Précédente", "nextpage": "Page Suivante", - "alert.success": "Success", - "alert.error": "Error", - "alert.banned": "Banned", - "alert.banned.message": "You are banned you will be logged out!", - "alert.unfollow": "You are no longer following %1!", - "alert.follow": "You are now following %1!", - "posts": "Posts", - "views": "Views" + "alert.success": "Succès", + "alert.error": "Erreur", + "alert.banned": "Bannis", + "alert.banned.message": "Vous avez été bannis, vous allez être déconnecté!", + "alert.unfollow": "Vous ne suivez plus %1!", + "alert.follow": "Vous suivez maintenant %1!", + "posts": "Messages", + "views": "Vues" } \ No newline at end of file diff --git a/public/language/fr/recent.json b/public/language/fr/recent.json index 6dd0287c84..530038718c 100644 --- a/public/language/fr/recent.json +++ b/public/language/fr/recent.json @@ -1,4 +1,5 @@ { + "title": "Récent", "day": "Jour", "week": "Semaine", "month": "Mois" diff --git a/public/language/fr/unread.json b/public/language/fr/unread.json index 0a46e0b45e..69c70b8de9 100644 --- a/public/language/fr/unread.json +++ b/public/language/fr/unread.json @@ -1,4 +1,5 @@ { + "title": "Non Lu", "no_unread_topics": "Aucun sujet non lu.", "mark_all_read": "Marquer tout comme lu", "load_more": "Charger la suite" diff --git a/public/language/fr/user.json b/public/language/fr/user.json index fff2b47d89..c66854aa98 100644 --- a/public/language/fr/user.json +++ b/public/language/fr/user.json @@ -9,7 +9,7 @@ "age": "Age", "joined": "Adhésion", "lastonline": "Dernière Connection", - "profile_views": "Profile views", + "profile_views": "Vues du Profil", "reputation": "Réputation", "posts": "Messages", "followers": "Suiveurs", @@ -28,7 +28,7 @@ "upload_a_picture": "Uploader une image", "image_spec": "Vous pouvez uploader seulement des fichiers de types PNG, JPG, ou GIF en dessous de 256kb.", "settings": "paramètres", - "show_email": "Show My Email", + "show_email": "Révéler mon Email", "has_no_follower": "Cet utilisateur n'a aucun suiveur :(", "follows_no_one": "Cet utilisateur ne suit personne :(", "email_hidden": "Email masqué", diff --git a/public/language/it/recent.json b/public/language/it/recent.json index 6f5f9e6cef..701fe98bdd 100644 --- a/public/language/it/recent.json +++ b/public/language/it/recent.json @@ -1,4 +1,5 @@ { + "title": "Recent", "day": "Giorno", "week": "Settimana", "month": "Mese" diff --git a/public/language/it/unread.json b/public/language/it/unread.json index 067c631971..d42f3f38ac 100644 --- a/public/language/it/unread.json +++ b/public/language/it/unread.json @@ -1,4 +1,5 @@ { + "title": "Unread", "no_unread_topics": "Non ci sono discussioni non lette.", "mark_all_read": "Segna tutto come già letto", "load_more": "Carica Altro" diff --git a/public/language/pt_BR/recent.json b/public/language/pt_BR/recent.json index 92ef3692c8..906b74dc82 100644 --- a/public/language/pt_BR/recent.json +++ b/public/language/pt_BR/recent.json @@ -1,4 +1,5 @@ { + "title": "Recent", "day": "Dia", "week": "Semana", "month": "Mês" diff --git a/public/language/pt_BR/unread.json b/public/language/pt_BR/unread.json index e1a4915307..42ac6d33c1 100644 --- a/public/language/pt_BR/unread.json +++ b/public/language/pt_BR/unread.json @@ -1,4 +1,5 @@ { + "title": "Unread", "no_unread_topics": "Todos os topicos lidos.", "mark_all_read": "Marcar como Lido", "load_more": "Carregar" diff --git a/public/language/sk/recent.json b/public/language/sk/recent.json index 6865b95768..fc9fc4b66d 100644 --- a/public/language/sk/recent.json +++ b/public/language/sk/recent.json @@ -1,4 +1,5 @@ { + "title": "Recent", "day": "Deň", "week": "Týždeň", "month": "Mesiac" diff --git a/public/language/sk/unread.json b/public/language/sk/unread.json index d305db4fe6..cfe129b9d9 100644 --- a/public/language/sk/unread.json +++ b/public/language/sk/unread.json @@ -1,4 +1,5 @@ { + "title": "Unread", "no_unread_topics": "Nie sú tu žiadne neprečítané témy.", "mark_all_read": "Označit všetko ako prečítané", "load_more": "Načítať dalšie" diff --git a/public/language/sv/recent.json b/public/language/sv/recent.json index 71540613b5..f42b1bc686 100644 --- a/public/language/sv/recent.json +++ b/public/language/sv/recent.json @@ -1,4 +1,5 @@ { + "title": "Recent", "day": "Dag", "week": "Vecka", "month": "Månad" diff --git a/public/language/sv/unread.json b/public/language/sv/unread.json index 38b4e23aa3..15c8c93ff1 100644 --- a/public/language/sv/unread.json +++ b/public/language/sv/unread.json @@ -1,4 +1,5 @@ { + "title": "Unread", "no_unread_topics": "Det finns inga ilästa ämnen.", "mark_all_read": "Markera alla som lästa", "load_more": "Ladda fler" diff --git a/public/language/zh_CN/recent.json b/public/language/zh_CN/recent.json index cd7d24535e..66b724b9d7 100644 --- a/public/language/zh_CN/recent.json +++ b/public/language/zh_CN/recent.json @@ -1,4 +1,5 @@ { + "title": "Recent", "day": "今日", "week": "本周", "month": "本月" diff --git a/public/language/zh_CN/unread.json b/public/language/zh_CN/unread.json index 1afdf80967..a880df356e 100644 --- a/public/language/zh_CN/unread.json +++ b/public/language/zh_CN/unread.json @@ -1,4 +1,5 @@ { + "title": "Unread", "no_unread_topics": "没有未读主题。", "mark_all_read": "标记全部为已读", "load_more": "载入更多" diff --git a/public/language/zh_TW/recent.json b/public/language/zh_TW/recent.json index cd7d24535e..66b724b9d7 100644 --- a/public/language/zh_TW/recent.json +++ b/public/language/zh_TW/recent.json @@ -1,4 +1,5 @@ { + "title": "Recent", "day": "今日", "week": "本周", "month": "本月" diff --git a/public/language/zh_TW/unread.json b/public/language/zh_TW/unread.json index 2b536908df..206d52a281 100644 --- a/public/language/zh_TW/unread.json +++ b/public/language/zh_TW/unread.json @@ -1,4 +1,5 @@ { + "title": "Unread", "no_unread_topics": "沒有未讀主題。", "mark_all_read": "標記全部為已讀", "load_more": "載入更多"