Skip to content

Commit

Permalink
Enh: Updated Translations (translate.humhub.org)
Browse files Browse the repository at this point in the history
  • Loading branch information
HumHub Translations committed Aug 1, 2023
1 parent bd76988 commit b8bc53b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
13 changes: 6 additions & 7 deletions messages/de/models_FileSystemItem.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php

return [
'Downloads' => 'Downloads',
'Is Public' => 'Ist öffentlich',
'Note: Changes of the folders visibility, will be inherited by all contained files and folders.' => 'Hinweis: Änderungen an der Sichtbarkeit des Ordners werden auch auf alle darin enthaltenen Dateien und Ordner übertragen.',
'Hide in Stream' => '',
];
return array (
'Downloads' => 'Downloads',
'Hide in Stream' => 'Im Stream verbergen',
'Is Public' => 'Ist öffentlich',
'Note: Changes of the folders visibility, will be inherited by all contained files and folders.' => 'Hinweis: Änderungen an der Sichtbarkeit des Ordners werden auch auf alle darin enthaltenen Dateien und Ordner übertragen.',
);
13 changes: 6 additions & 7 deletions messages/hu/models_FileSystemItem.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php

return [
'Downloads' => 'Letöltések',
'Is Public' => 'Nyilvános',
'Note: Changes of the folders visibility, will be inherited by all contained files and folders.' => 'Megjegyzés: a mappa láthatóságának megváltoztatása a benne lévő összes fájlra és mappára is érvényes.',
'Hide in Stream' => '',
];
return array (
'Downloads' => 'Letöltések',
'Hide in Stream' => 'Elrejtés az adatfolyamban',
'Is Public' => 'Nyilvános',
'Note: Changes of the folders visibility, will be inherited by all contained files and folders.' => 'Megjegyzés: a mappa láthatóságának megváltoztatása a benne lévő összes fájlra és mappára is érvényes.',
);

0 comments on commit b8bc53b

Please sign in to comment.