From 70253121804f019d88541e4f6042859945eb23f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quent=C3=AD?= <33203663+Quenty31@users.noreply.github.com> Date: Tue, 19 Jun 2018 21:59:04 +0200 Subject: [PATCH 1/4] Creacion --- resources/lang/oc/navmenu.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 resources/lang/oc/navmenu.php diff --git a/resources/lang/oc/navmenu.php b/resources/lang/oc/navmenu.php new file mode 100644 index 000000000..f40edaab5 --- /dev/null +++ b/resources/lang/oc/navmenu.php @@ -0,0 +1,13 @@ + 'Veire mon perfil', + 'myTimeline' => 'Ma cronologia', + 'publicTimeline' => 'Cronologia publica', + 'remoteFollow' => 'Seguir a distància', + 'settings' => 'Paramètres', + 'admin' => 'Admin', + 'logout' => 'Desconnexion', + +]; From 65b015c3a6b892418e553fa7ec4e5414701224e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quent=C3=AD?= <33203663+Quenty31@users.noreply.github.com> Date: Tue, 19 Jun 2018 22:01:00 +0200 Subject: [PATCH 2/4] Update --- resources/lang/oc/notification.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/oc/notification.php b/resources/lang/oc/notification.php index 38676b253..acffb33e9 100644 --- a/resources/lang/oc/notification.php +++ b/resources/lang/oc/notification.php @@ -4,5 +4,7 @@ return [ 'likedPhoto' => 'a aimat vòstra fòto.', 'startedFollowingYou' => 'a començat de vos seguir.', + 'commented' => 'a comentat vòstra publicacion.', + 'mentionedYou' => 'vos a mencionat.' ]; From 74f250b5e715f328c7f41b046249ded7fda71071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quent=C3=AD?= <33203663+Quenty31@users.noreply.github.com> Date: Tue, 19 Jun 2018 22:18:48 +0200 Subject: [PATCH 3/4] Update profile.php --- resources/lang/oc/profile.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/lang/oc/profile.php b/resources/lang/oc/profile.php index ee70a7b00..473eac3bb 100644 --- a/resources/lang/oc/profile.php +++ b/resources/lang/oc/profile.php @@ -1,5 +1,8 @@ 'Aqueste utilizaire a pas encara de publicacion !', + 'emptyTimeline' => 'Aqueste utilizaire a pas encara de publicacion !', + 'emptyFollowers' => 'Aqueste utilizaire a pas encara pas seguidors !', + 'emptyFollowing' => 'Aqueste utilizaire sèc degun pel moment !', + 'savedWarning' => 'Solament vos vesètz çò que salvagardatz', ]; From 037f76398b50a71d64a5be9d6a25f92792a4e896 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quent=C3=AD?= <33203663+Quenty31@users.noreply.github.com> Date: Tue, 19 Jun 2018 22:19:38 +0200 Subject: [PATCH 4/4] Create timeline.php --- resources/lang/oc/timeline.php | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 resources/lang/oc/timeline.php diff --git a/resources/lang/oc/timeline.php b/resources/lang/oc/timeline.php new file mode 100644 index 000000000..dee3660c3 --- /dev/null +++ b/resources/lang/oc/timeline.php @@ -0,0 +1,7 @@ + 'Vòstre cronologia es voida.' + +];