Browse Source

Add a missing text string
Also add some common things to .gitignore

Signed-off-by: Suki <[email protected]>

Suki 12 years ago
parent
commit
b8bfccb997
2 changed files with 40 additions and 1 deletions
  1. 39 1
      .gitignore
  2. 1 0
      Themes/default/languages/Errors.english.php

+ 39 - 1
.gitignore

@@ -6,4 +6,42 @@ Packages/backups/*
 Packages/temp
 *.*~
 
-.DS_Store
+# Compiled source #
+###################
+*.com
+*.class
+*.dll
+*.exe
+*.o
+*.so
+*.bat
+*.session
+# Packages #
+############
+# it's better to unpack these files and commit the raw source
+# git has its own built in compression methods
+*.7z
+*.dmg
+*.gz
+*.iso
+*.jar
+*.rar
+*.tar
+*.zip
+
+# Logs and databases #
+######################
+*.log
+*.sql
+*.sqlite
+*.session
+
+# OS generated files #
+######################
+.DS_Store*
+ehthumbs.db
+Icon?
+Thumbs.db
+*.lnk
+/nbproject/private/
+/nbproject/

+ 1 - 0
Themes/default/languages/Errors.english.php

@@ -25,6 +25,7 @@ $txt['not_a_user'] = 'The user whose profile you are trying to view does not exi
 $txt['not_a_topic'] = 'This topic doesn\'t exist on this board.';
 $txt['not_approved_topic'] = 'This topic has not been approved yet.';
 $txt['email_in_use'] = 'That email address (%1$s) is being used by a registered member already. If you feel this is a mistake, go to the login page and use the password reminder with that address.';
+$txt['attachments_no_write'] = 'The attachments directory is not writable';
 
 $txt['didnt_select_vote'] = 'You didn\'t select a vote option.';
 $txt['poll_error'] = 'Either that poll doesn\'t exist, the poll has been locked, or you tried to vote twice.';