Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4257
Latest: Alex998.
New This Month: 1
New This Week: 0
New Today: 0
Stats
Total Posts: 43295
Total Topics: 7523
Most Online Today: 344
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 233
Total: 233

Author Topic: Downloads.german-utf8.php  (Read 3430 times)

0 Members and 1 Guest are viewing this topic.

Offline lilliput74

  • Member
  • *
  • Posts: 2
    • View Profile
Downloads.german-utf8.php
« on: August 16, 2014, 04:50:56 am »
Hello @ all,

its my first time on this board and my english is not the best, sorry for this....
After i installed the free version of download system, i missed the german language in utf8 and normal.

So i translate this in Downloads.german-utf8.php first.
Downloads.german.php will follow.

have a nice day  ;D

PS: Where can i find my Upload  ???

Edit:

Downloads.german.php are ready to download now.

I've a Question: i've already translate and have customized the installation. (xml-file for installation)
I have already tested it while offline, but you would look over the package again?

thx a lot
« Last Edit: August 16, 2014, 08:53:51 am by lilliput74 »

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: Downloads.german-utf8.php
« Reply #1 on: August 16, 2014, 07:52:16 am »
Thanks for translations. Attachments can only be seen by customers on this forum.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline lilliput74

  • Member
  • *
  • Posts: 2
    • View Profile
Re: Downloads.german-utf8.php
« Reply #2 on: August 16, 2014, 09:08:51 am »
i've some problems with this
Code: [Select]
<file name="$languagedir/Modifications.german-utf8.php" error="skip">
<operation>
<search position="after"><![CDATA[
?>]]></search>
<add><![CDATA[
// Begin Download System Text Strings
$txt['downloads_menu'] = 'Downloads';
$txt['downloads_admin'] = 'Download Konfiguration';
$txt['downloads_text_settings'] = 'Einstellungen';

$txt['downloads_form_approvedownloads'] = 'Downloads genehmigen';
$txt['downloads_form_reportdownloads'] = 'Gemeldete Downloads';
$txt['downloads_form_approvecomments'] = 'Kommentare genehmigen';
$txt['downloads_filespace'] = 'Speicherverwaltung';
$txt['downloads_text_catpermlist2'] = 'Kategorieberechtigungen';
$txt['downloads_txt_import'] = 'Importieren';

// Permissions
$txt['permissiongroup_downloads'] = 'Download System';
$txt['permissiongroup_simple_downloads'] = 'Download System';

$txt['permissionname_downloads_view'] = 'Downloads anzeigen';
$txt['permissionhelp_downloads_view'] = 'Erlaubt dem Benutzer den Download anzusehen';
$txt['cannot_downloads_view'] = 'Dir ist es nicht erlaubt, die Downloads anzusehen!';

$txt['permissionname_downloads_add'] = 'Download hinzufügen';
$txt['permissionhelp_downloads_add'] = 'Erlaubt den Benutzern,Downloads hinzuzufügen.';
$txt['cannot_downloads_add'] = 'Dir ist es nicht erlaub,einen Download hinzuzufügen.';

$txt['permissionname_downloads_edit'] = 'Eigene Downloads bearbeiten';
$txt['permissionhelp_downloads_edit'] = 'Erlaubt dem Benutzer, eigene Downloads zu bearbeiten.';
$txt['cannot_downloads_edit'] = 'Dir ist es nicht erlaubt, diesen Download zu bearbeiten.';

$txt['permissionname_downloads_delete'] = 'Löschen Download eigener Downloads';
$txt['permissionhelp_downloads_delete'] = 'Erlaubt dem Benutzer, eigene Downloads zu löschen.';
$txt['cannot_downloads_delete'] = 'Dir ist es nicht erlaubt, diesen Download zu löschen.';

$txt['permissionname_downloads_ratefile'] = 'Downloads bewerten';
$txt['permissionhelp_downloads_ratefile'] = 'Erlaubt dem Benutzer, eine Datei zu bewerten.';
$txt['cannot_downloads_ratefile'] = 'Dir ist es nicht erlaubt, diese Datei zu bewerten.';

$txt['permissionname_downloads_editcomment'] = 'Eigene Kommentare bewerten';
$txt['permissionhelp_downloads_editcomment'] = 'Erlaubt dem Benutzer, eigene Kommentare zu bearbeiten.';
$txt['cannot_downloads_editcomment'] = 'Dir ist es nicht erlaubt, diesen Kommentar zu bearbeiten.';

$txt['permissionname_downloads_comment'] = 'Kommentare abgeben';
$txt['permissionhelp_downloads_comment'] = 'Erlaubt dem Benutzer,Kommentare abzugeben.';
$txt['cannot_downloads_comment'] = 'Dir ist es nicht erlaubt, Kommentare abzugeben.';

$txt['permissionname_downloads_report'] = 'Bilder und Kommentare melden';
$txt['permissionhelp_downloads_report'] = 'Dir ist es nicht erlaubt, Downloads und Kommentare zu melden.';
$txt['cannot_downloads_report'] = 'Dir ist es nicht erlaubt, den Inhalt zu melden.';

$txt['permissionname_downloads_autocomment'] = 'Kommentare automatisch genehmigen';
$txt['permissionhelp_downloads_autocomment'] = 'Kommentare brauchen nicht auf eine Genehmigung warten.';

$txt['permissionname_downloads_autoapprove'] = 'Downloads automatisch genehmigen';
$txt['permissionhelp_downloads_autoapprove'] = 'Downloads brauchen nicht auf eine Genehmigung warten.';


$txt['permissionname_downloads_manage'] = 'Admin Download System';
$txt['permissionhelp_downloads_manage'] = 'Erlaubt dem Benutzer, das Hinzufügen/Löschen/Bearbeiten aller Kategorien. Löschen von Kommentaren, Löschen von Downloads, Downloads genehmigen';
$txt['cannot_downloads_manage'] = 'Dir ist es nicht erlaubt, Downloads zu verwalten.';

// END Download System Text Strings
]]></add>
</operation>
</file>

if i use this, i get some errors

Fatal error: require(): Failed opening required 'D:\Programme\Testumgebung\XAMPP\htdocs\smf/Packages/temp/DownloadSystem2.1b/downloadsinstall2.php' (include_path='.;D:\Programme\Testumgebung\XAMPP\php\PEAR') in D:\Programme\Testumgebung\XAMPP\htdocs\smf\Sources\Packages.php on line 938

Edit2: solved    ;D
« Last Edit: August 16, 2014, 09:30:14 am by lilliput74 »

 

Related Topics

  Subject / Started by Replies Last post
0 Replies
9805 Views
Last post September 19, 2006, 04:12:25 pm
by Badelehrling
2 Replies
7384 Views
Last post July 22, 2008, 12:54:36 am
by freeman78
7 Replies
10369 Views
Last post November 15, 2009, 04:46:03 pm
by Dustieann
14 Replies
11127 Views
Last post October 02, 2010, 10:53:15 am
by SMFHacks
3 Replies
4172 Views
Last post November 19, 2019, 02:38:42 pm
by SMFHacks

+- Recent Topics

Please Help! by SMFHacks
April 17, 2024, 08:04:55 am

Rate own images by fvlog19
April 11, 2024, 10:56:53 am

Tidy Child Boards on 2.1.4 by SMFHacks
April 04, 2024, 03:54:12 pm

Problems SMF 2.0.19 > 2.1.4 SMF Gallery Pro - Recents Images to overall header by Michel68
March 30, 2024, 12:41:08 pm

Can't DROP 'id_member'; check that column/key exists Datei: by SMFHacks
March 30, 2024, 11:58:20 am

No thumbnails on new uploads by Tonyvic
March 29, 2024, 06:26:18 am

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

Powered by EzPortal