Created
July 16, 2016 06:57
-
-
Save bugsysop/edaab8fb21e34f756bbf7ae526a91a1d to your computer and use it in GitHub Desktop.
Translation file for the "pagelock" Kirby CMS plugin - https://github.com/pedroborges/kirby-pagelock
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| return [ | |
| "de" => [ | |
| "editing" => "<strong>%s</strong> bearbeitet diese Seite gerade.", | |
| "stay" => "Sie werden auf dieser Seite benachrichtigt sobald die Bearbeitung wieder möglich ist.", | |
| ], | |
| "en" => [ | |
| "editing" => "<strong>%s</strong> is editing this page.", | |
| "stay" => "Stay here to be notified when it's your turn.", | |
| ], | |
| "es_ES" => [ | |
| "editing" => "<strong>%s</strong> está editando esta página.", | |
| "stay" => "Permanezca aquí para se le notifique cuando sea su turno.", | |
| ], | |
| "pt_BR" => [ | |
| "editing" => "<strong>%s</strong> está editando esta página.", | |
| "stay" => "Aguarde aqui e você será notificado quando ele (a) terminar.", | |
| ], | |
| "pt_PT" => [ | |
| "editing" => "<strong>%s</strong> está editando esta página.", | |
| "stay" => "Aguarde aqui e você será notificado quando ele (a) terminar.", | |
| ], | |
| "fr" => [ | |
| "editing" => "<strong>%s</strong> est en train d’éditer cette page.", | |
| "stay" => "Vous pouvez rester sur cette page pour être notifé lorsqu’elle sera libérée", | |
| ], | |
| ]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment